Changeset 68cd1ce for src/Tests/Expect-a


Ignore:
Timestamp:
Jun 13, 2015, 8:30:25 AM (10 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:
a1d5d2a
Parents:
7bcf74e
Message:

unify and fix storage class

Location:
src/Tests/Expect-a
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • src/Tests/Expect-a/AsmName.txt

    r7bcf74e r68cd1ce  
    1 x: auto signed int
     1x: extern signed int
    22fred: function
    33    with parameters
  • src/Tests/Expect-a/Attributes.txt

    r7bcf74e r68cd1ce  
    1 Error at line 8 reading token "*"
     1Error at line 58 reading token "*"
  • src/Tests/Expect-a/Context.txt

    r7bcf74e r68cd1ce  
    5252
    5353
    54         Declaration of x: auto type
    55         Declaration of y: auto type
     54        Declaration of x: extern type
     55        Declaration of y: extern type
    5656          with assertions
    5757            instance of context has_r
  • src/Tests/Expect-a/Functions.txt

    r7bcf74e r68cd1ce  
    173173      CompoundStmt
    174174
    175 fII3: auto function
    176     with parameters
    177       i: signed int
    178     returning
    179       signed int
    180     with body
    181       CompoundStmt
    182 
    183 fII4: auto function
     175fII3: extern function
     176    with parameters
     177      i: signed int
     178    returning
     179      signed int
     180    with body
     181      CompoundStmt
     182
     183fII4: extern function
    184184    with parameters
    185185      i: signed int
     
    257257      CompoundStmt
    258258
    259 fO4: auto function
     259fO4: extern function
    260260      accepting unspecified arguments
    261261    returning
     
    268268      CompoundStmt
    269269
    270 fO5: auto function
     270fO5: extern function
    271271      accepting unspecified arguments
    272272    returning
  • src/Tests/Expect-a/TypeGenerator.txt

    r7bcf74e r68cd1ce  
    6565      signed int
    6666
    67 struct S1
    68     with parameters
    69       T: type
    70 
    71 struct S1
    72     with parameters
    73       T: type
    74 
    75     with members
    76       i: instance of type T (not function type)
    77 
    78 v1: instance of struct S1
    79   with parameters
    80     signed int
    81 
    82 p: pointer to instance of struct S1
    83   with parameters
    84     signed int
    85 
    8667struct S2
    8768    with parameters
     
    9172      i: instance of type T (not function type)
    9273
    93 v2: instance of struct S2
     74v1: instance of struct S3
     75  with parameters
     76    signed int
     77
     78p: pointer to instance of struct S3
     79  with parameters
     80    signed int
     81
     82struct S24
     83    with parameters
     84      T: type
     85
     86    with members
     87      i: instance of type T (not function type)
     88
     89v2: instance of struct S24
    9490  with parameters
    9591    signed int
Note: See TracChangeset for help on using the changeset viewer.