- Timestamp:
- Mar 30, 2021 4:57:23 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bldprogs/VBoxCompilerPlugInsGcc.cpp
r85502 r88324 243 243 type_required : true, 244 244 function_type_required : true, 245 # if RT_GNUC_PREREQ(4, 6) 245 // gcc 7.3 at least moves this field to after "handler", and with 8.3 it is back 246 #if RT_GNUC_PREREQ(4, 6) && !(RT_GNUC_PREREQ(7, 0) && !RT_GNUC_PREREQ(8, 0)) 246 247 affects_type_identity : false, 247 248 #endif 248 249 handler : AttributeHandler, 249 # if RT_GNUC_PREREQ(10, 0) 250 #if RT_GNUC_PREREQ(7, 0) && !RT_GNUC_PREREQ(8, 0) 251 affects_type_identity : false, 252 #endif 253 #if RT_GNUC_PREREQ(8, 0) 250 254 exclude : NULL, 251 # 255 #endif 252 256 }, 253 257 { … … 258 262 type_required : true, 259 263 function_type_required : true, 260 # if RT_GNUC_PREREQ(4, 6)264 #if RT_GNUC_PREREQ(4, 6) && !(RT_GNUC_PREREQ(7, 0) && !RT_GNUC_PREREQ(8, 0)) 261 265 affects_type_identity : false, 262 266 #endif 263 267 handler : AttributeHandler, 264 # if RT_GNUC_PREREQ(10, 0) 268 #if RT_GNUC_PREREQ(7, 0) && !RT_GNUC_PREREQ(8, 0) 269 affects_type_identity : false, 270 #endif 271 #if RT_GNUC_PREREQ(8, 0) 265 272 exclude : NULL, 266 # 273 #endif 267 274 } 268 275 };
Note:
See TracChangeset
for help on using the changeset viewer.