Changeset 157d094


Ignore:
Timestamp:
May 16, 2018, 11:51:25 AM (6 years ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, deferred_resn, demangler, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, with_gc
Children:
e9a7e90b
Parents:
af9da5f
Message:

change from -std=gnu99 to -std=gnu11 for gcc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/driver/cfa.cc

    raf9da5f r157d094  
    1010// Created On       : Tue Aug 20 13:44:49 2002
    1111// Last Modified By : Peter A. Buhr
    12 // Last Modified On : Mon May 14 07:52:50 2018
    13 // Update Count     : 243
     12// Last Modified On : Mon May 14 14:16:33 2018
     13// Update Count     : 244
    1414//
    1515
     
    395395                args[nargs] = "-Wno-deprecated";
    396396                nargs += 1;
    397                 if ( ! std_flag ) {                                                             // default c99, if none specified
    398                         args[nargs] = "-std=gnu99";
     397                if ( ! std_flag ) {                                                             // default c11, if none specified
     398                        args[nargs] = "-std=gnu11";
    399399                        nargs += 1;
    400400                } // if
Note: See TracChangeset for help on using the changeset viewer.