source: src/Tests/Expect-s/ScopeErrors.txt@ f2b977a

ADT aaron-thesis arm-eh ast-experimental cleanup-dtors ctor deferred_resn demangler enum forall-pointer-decay gc_noraii jacob/cs343-translation jenkins-sandbox memory new-ast new-ast-unique-expr new-env no_list persistent-indexer pthread-emulation qualifiedEnum resolv-new with_gc
Last change on this file since f2b977a was b1d6dd5, checked in by Peter A. Buhr <pabuhr@…>, 10 years ago

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

  • Property mode set to 100644
File size: 919 bytes
Line 
1Adding object thisIsAnError
2Adding object thisIsAnError
3Adding object thisIsNotAnError
4Adding object thisIsNotAnError
5Adding function thisIsAlsoNotAnError
6--- Entering scope
7--- Entering scope
8Adding object thisIsNotAnError
9--- Leaving scope containing
10--- Leaving scope containing
11Adding function thisIsAlsoNotAnError
12--- Entering scope
13Adding object x
14--- Entering scope
15--- Leaving scope containing
16--- Leaving scope containing
17Adding function thisIsStillNotAnError
18--- Entering scope
19--- Leaving scope containing
20Adding function thisIsStillNotAnError
21--- Entering scope
22--- Leaving scope containing
23Adding function butThisIsAnError
24--- Entering scope
25--- Entering scope
26--- Leaving scope containing
27--- Leaving scope containing
28Adding function butThisIsAnError
29Error: duplicate function definition for butThisIsAnError: function
30 with parameters
31 double
32 returning
33 double
34 with body
35 CompoundStmt
36
Note: See TracBrowser for help on using the repository browser.