Changeset 100875 in vbox
- Timestamp:
- Aug 14, 2023 8:11:27 PM (16 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bldprogs/VBoxCompilerPlugInsGcc.cpp
r98103 r100875 59 59 #endif 60 60 #include "cp/cp-tree.h" 61 #if RT_GNUC_PREREQ( 10, 0)61 #if RT_GNUC_PREREQ(9, 4) 62 62 # include "stringpool.h" 63 63 # include "attribs.h" … … 173 173 type : GIMPLE_PASS, 174 174 name : "*iprt-format-checks", /* asterisk = no dump */ 175 # if RT_GNUC_PREREQ( 10, 0)175 # if RT_GNUC_PREREQ(9, 4) 176 176 optinfo_flags : OPTGROUP_NONE, 177 177 # else
Note:
See TracChangeset
for help on using the changeset viewer.