Changeset 32a2a99 for src/tests/.expect


Ignore:
Timestamp:
Aug 30, 2016, 4:25:55 PM (8 years ago)
Author:
Rob Schluntz <rschlunt@…>
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, with_gc
Children:
90e2334, fa463f1
Parents:
a2a8d2a6 (diff), ced2e989 (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:/u/cforall/software/cfa/cfa-cc

File:
1 edited

Legend:

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

    ra2a8d2a6 r32a2a99  
    11CFA Version 1.0.0 (debug)
    2 Error: invalid combination of storage classes in declaration of x9: 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 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
    66   with body
    77
    88
    9 Error: invalid combination of storage classes in declaration of x19: 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
    1010  with members
    1111   with body
    1212
    1313
    14 Error: invalid combination of storage classes in declaration of x28: 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
    1565
    1666make: *** [declarationErrors] Error 1
Note: See TracChangeset for help on using the changeset viewer.