Ignore:
Timestamp:
Jun 9, 2015, 3:19:04 PM (9 years ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, ctor, deferred_resn, demangler, enum, forall-pointer-decay, gc_noraii, jacob/cs343-translation, jenkins-sandbox, master, memory, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, string, with_gc
Children:
8a95629
Parents:
81419b5
Message:

fix warnings from prelude.cf, work on regression testing

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Tests/SynTree/DeclarationSpecifier.c

    r81419b5 r0b2961f  
    1111const short volatile int static x7;
    1212short int volatile static const x8;
     13static short int volatile static const x9;              // duplicate static
    1314
    1415const volatile struct { int i; } x10;
     
    2021struct { int i; } const static volatile x16;
    2122struct { int i; } const volatile static x17;
     23struct { int i; } const static volatile static x18;     // duplicate static
     24struct { int i; } const static volatile static volatile x19; // duplicate static & volatile
    2225
    2326const Int volatile x20;
     
    2932const volatile Int static x26;
    3033Int volatile static const x27;
     34static Int volatile static const x28;                   // duplicate static
    3135
    3236const volatile struct { Int i; } x29;
Note: See TracChangeset for help on using the changeset viewer.