source: src/Tests/Expect-e/gcc920301-1.txt @ b1d6dd5

ADTaaron-thesisarm-ehast-experimentalcleanup-dtorsctordeferred_resndemanglerenumforall-pointer-decaygc_noraiijacob/cs343-translationjenkins-sandboxmemorynew-astnew-ast-unique-exprnew-envno_listpersistent-indexerpthread-emulationqualifiedEnumresolv-newstringwith_gc
Last change on this file since b1d6dd5 was b1d6dd5, checked in by Peter A. Buhr <pabuhr@…>, 9 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: 740 bytes
Line 
1f: function
2      accepting unspecified arguments
3    returning
4      signed int
5    with body
6      CompoundStmt
7        Declaration of t: static open array of pointer to void
8                  Null Statement
9
10
11g: function
12      accepting unspecified arguments
13    returning
14      signed int
15    with body
16      CompoundStmt
17        Declaration of p: static array of unsigned int with dimension of           Cast of:
18constant expression 5 signed int
19          to:
20            long unsigned int
21          with environment:
22            Types:
23            Non-types:
24
25
26int __f__Fi__(){
27    static void *__t__A0Pv[];
28    __L1__: /* null statement */ ;
29
30}
31int __g__Fi__(){
32    static unsigned int __p__A0Ui[((long unsigned int )5)];
33}
Note: See TracBrowser for help on using the repository browser.