Ignore:
Timestamp:
Aug 29, 2016, 10:33:05 AM (10 years ago)
Author:
Aaron Moss <a3moss@…>
Branches:
ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, ctor, 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, resolv-new, stuck-waitfor-destruct, with_gc
Children:
5e644d3e
Parents:
79841be (diff), 413ad05 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/tests/.expect/declarationErrors.txt

    r79841be r6943a987  
    11CFA Version 1.0.0 (debug)
    2 Error: invalid combination of storage classes in declaration of x9: static static volatile const short int
     2Error: invalid combination of storage classes in declaration of x9: static const volatile short int
    33
    4 Error: invalid combination of storage classes in declaration of x18: static static const volatile instance of struct __anonymous0
     4Error: invalid combination of storage classes in declaration of x18: static const volatile instance of const volatile struct __anonymous0
    55  with members
    6     i: int
    76   with body
    87
    98
    10 Error: invalid combination of storage classes in declaration of x19: static static const volatile volatile instance of struct __anonymous1
     9Error: duplicate qualifier volatile in declaration of x19: static const volatile instance of const volatile struct __anonymous1
    1110  with members
    12     i: int
    1311   with body
    1412
    1513
    16 Error: invalid combination of storage classes in declaration of x28: static static volatile const instance of type Int
     14Error: invalid combination of storage classes in declaration of x28: static const volatile instance of type Int
     15
     16Error: duplicate qualifier const in declaration of f01: static inline function
     17  with no parameters
     18  returning const volatile int
     19
     20
     21Error: duplicate qualifier volatile in declaration of f02: static inline function
     22  with no parameters
     23  returning const volatile int
     24
     25
     26Error: duplicate qualifier const in declaration of f03: static inline function
     27  with no parameters
     28  returning const volatile int
     29
     30
     31Error: duplicate qualifier volatile in declaration of f04: static inline function
     32  with no parameters
     33  returning const volatile int
     34
     35
     36Error: duplicate qualifier const in declaration of f05: static inline function
     37  with no parameters
     38  returning const volatile int
     39
     40
     41Error: duplicate qualifier volatile in declaration of f06: static inline function
     42  with no parameters
     43  returning const volatile int
     44
     45
     46Error: duplicate qualifier const in declaration of f07: static inline function
     47  with no parameters
     48  returning const volatile int
     49
     50
     51Error: duplicate qualifier const, volatile in declaration of f08: static inline function
     52  with no parameters
     53  returning const volatile int
     54
     55
     56Error: duplicate qualifier const, volatile in declaration of f09: static inline function
     57  with no parameters
     58  returning const volatile int
     59
     60
     61Error: duplicate qualifier const, volatile in declaration of f09: static inline function
     62  with no parameters
     63  returning const volatile int
     64
    1765
    1866make: *** [declarationErrors] Error 1
Note: See TracChangeset for help on using the changeset viewer.