Changeset 436d7d7 for tests/cast.cfa


Ignore:
Timestamp:
Jun 2, 2021, 5:59:37 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:
e014c6d
Parents:
6da81c7
Message:

first attempt to fix compile-only pragma message that gcc-10/11 quote

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/cast.cfa

    r6da81c7 r436d7d7  
    1414//Dummy main
    1515int main( int argc, char const * argv[] ) {
    16         #pragma message( "Compiled" )                   // force non-empty .expect file
     16        #pragma GCC warning "Compiled"                  // force non-empty .expect file
    1717}
Note: See TracChangeset for help on using the changeset viewer.