Ignore:
Timestamp:
Jun 11, 2015, 12:15:54 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:
eff0cad0
Parents:
8a95629
Message:

fix parsing error for EOF message, change cfa-ccp -x flag to -v, regression testing third attempt: consolidate example programs

File:
1 moved

Legend:

Unmodified
Added
Removed
  • src/Tests/Expect-s/TypeGenerator.txt

    r8a95629 rb1d6dd5  
    1 Adding function swap
    21--- Entering scope
    32--- Entering scope
    43--- Leaving scope containing
    54Adding type T
    6 Adding function ?=?
    7 --- Entering scope
    8 --- Leaving scope containing
    9 Adding object left
    10 Adding object right
    11 --- Entering scope
    12 Adding object temp
    13 --- Leaving scope containing
    14 --- Leaving scope containing
    15 T
    16 --- Entering scope
    17 --- Entering scope
    18 --- Leaving scope containing
    19 Adding type T
    20 Adding object 0
    215Adding function ?+?
    22 --- Entering scope
    23 --- Leaving scope containing
    24 Adding function ?++
    25 --- Entering scope
    26 --- Leaving scope containing
    27 Adding function ?+=?
    286--- Entering scope
    297--- Leaving scope containing
    308--- Leaving scope containing
    319T
    32 Adding context sumable
    33 --- Entering scope
    34 --- Leaving scope containing
    35 Adding type T1
    36 Adding object 0
    37 Adding function ?+?
    38 --- Entering scope
    39 --- Leaving scope containing
    40 Adding function ?++
    41 --- Entering scope
    42 --- Leaving scope containing
    43 Adding function ?+=?
    44 --- Entering scope
    45 --- Leaving scope containing
    46 --- Entering scope
    47 --- Entering scope
    48 --- Leaving scope containing
    49 Adding type P1
    50 --- Entering scope
    51 --- Leaving scope containing
    52 Adding type P2
    53 --- Leaving scope containing
    54 P1
    55 P2
    56 Adding type T2
    57 --- Entering scope
    58 --- Leaving scope containing
    59 Adding type T3
     10Adding context addable
    6011Adding fwd decl for struct __anonymous0
    6112--- Entering scope
    62 Adding object i
    63 Adding object j
     13Adding object data
     14Adding object next
    6415--- Leaving scope containing
    6516Adding struct __anonymous0
     
    6718--- Entering scope
    6819--- Leaving scope containing
    69 Adding type P1
    70 --- Entering scope
    71 --- Leaving scope containing
    72 Adding type P2
     20Adding type T
    7321--- Entering scope
    7422--- Leaving scope containing
    7523--- Leaving scope containing
    76 P1
    77 P2
    78 Adding type T2
    79 Adding object w1
    80 Adding object g2
     24T
     25Adding type List1
     26Adding object li
     27Adding function f
    8128--- Entering scope
     29Adding object g
    8230--- Leaving scope containing
    83 Adding type w3
    84 Adding object g3
    85 Adding function sum
     31Adding function h
     32--- Entering scope
     33Adding object p
     34--- Leaving scope containing
     35Adding fwd decl for struct S1
    8636--- Entering scope
    8737--- Entering scope
    8838--- Leaving scope containing
    8939Adding type T
    90 Adding function ?=?
     40--- Leaving scope containing
     41T
     42Adding struct S1
     43Adding fwd decl for struct S1
     44--- Entering scope
    9145--- Entering scope
    9246--- Leaving scope containing
    93 Adding object n
    94 Adding object a
     47Adding type T
     48Adding object i
     49--- Leaving scope containing
     50T
     51Adding struct S1
    9552--- Entering scope
    96 Adding object total
     53--- Leaving scope containing
     54Adding object v1
     55--- Entering scope
     56--- Leaving scope containing
     57Adding object p
     58Adding fwd decl for struct S2
     59--- Entering scope
     60--- Entering scope
     61--- Leaving scope containing
     62Adding type T
    9763Adding object i
     64--- Leaving scope containing
     65T
     66Adding struct S2
     67--- Entering scope
     68--- Leaving scope containing
     69Adding object v2
     70Adding fwd decl for struct __anonymous1
     71--- Entering scope
     72--- Entering scope
     73--- Leaving scope containing
     74Adding type T
     75Adding object i
     76--- Leaving scope containing
     77T
     78Adding struct __anonymous1
     79--- Entering scope
     80--- Leaving scope containing
     81Adding object v2
     82Adding fwd decl for struct node
     83--- Entering scope
     84--- Entering scope
     85--- Leaving scope containing
     86Adding type T
     87Adding object data
     88--- Entering scope
     89--- Leaving scope containing
     90Adding object next
     91--- Leaving scope containing
     92T
     93Adding struct node
     94--- Entering scope
     95--- Entering scope
     96--- Leaving scope containing
     97Adding type T
     98--- Entering scope
     99--- Leaving scope containing
     100--- Leaving scope containing
     101T
     102Adding type List
     103Adding object my_list
     104--- Entering scope
     105--- Leaving scope containing
     106Adding type Complex
     107Adding function main
     108--- Entering scope
     109--- Entering scope
    98110--- Entering scope
    99111--- Leaving scope containing
    100112--- Leaving scope containing
    101113--- Leaving scope containing
    102 T
    103 Adding function twice
    104 --- Entering scope
    105 --- Entering scope
    106 --- Leaving scope containing
    107 Adding type T
    108 Adding function ?=?
    109 --- Entering scope
    110 --- Leaving scope containing
    111 Adding object 0
    112 Adding function ?+?
    113 --- Entering scope
    114 --- Leaving scope containing
    115 Adding function ?++
    116 --- Entering scope
    117 --- Leaving scope containing
    118 Adding function ?+=?
    119 --- Entering scope
    120 --- Leaving scope containing
    121 Adding object t
    122 --- Entering scope
    123 --- Leaving scope containing
    124 --- Leaving scope containing
    125 T
    126 Adding function main
    127 --- Entering scope
    128 --- Entering scope
    129 Adding object x
    130 Adding object y
    131 Adding object a
    132 Adding object f
    133 --- Leaving scope containing
    134 --- Leaving scope containing
Note: See TracChangeset for help on using the changeset viewer.