Changeset 436d7d7


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

Location:
tests
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • tests/.expect/cast.txt

    r6da81c7 r436d7d7  
    1 cast.cfa: In function '_X4mainFi_iPPKc__1':
    2 cast.cfa:18:9: note: #pragma message: Compiled
     1cast.cfa:16:29: warning: Compiled
  • 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.