Changeset 6da81c7


Ignore:
Timestamp:
Jun 1, 2021, 11:10:33 PM (3 years ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum
Children:
436d7d7, e9ea53d
Parents:
a804f81
Message:

Fix cc1 -E flag for use with gcc11

File:
1 edited

Legend:

Unmodified
Added
Removed
  • driver/cc1.cc

    ra804f81 r6da81c7  
    1010// Created On       : Fri Aug 26 14:23:51 2005
    1111// Last Modified By : Peter A. Buhr
    12 // Last Modified On : Tue Nov 17 14:27:08 2020
    13 // Update Count     : 414
     12// Last Modified On : Tue Jun  1 23:07:21 2021
     13// Update Count     : 415
    1414//
    1515
     
    199199                                if ( arg == "-D" || arg == "-U" || arg == "-I" || arg == "-MF" || arg == "-MT" || arg == "-MQ" ||
    200200                                         arg == "-include" || arg == "-imacros" || arg == "-idirafter" || arg == "-iprefix" ||
    201                                          arg == "-iwithprefix" || arg == "-iwithprefixbefore" || arg == "-isystem" || arg == "-isysroot" ) {
     201                                         arg == "-iwithprefix" || arg == "-iwithprefixbefore" || arg == "-isystem" || arg == "-isysroot" ||
     202                                         arg == "-dumpbase-ext" || arg == "-dumpbase"
     203                                        ) {
    202204                                        i += 1;
    203205                                        args[nargs++] = argv[i];                        // pass argument along
Note: See TracChangeset for help on using the changeset viewer.