source: src/Tests/Expect-r/Array.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: 2.4 KB
Line 
1alternatives before prune:
2Cost ( 0, 0, 0 ): constant expression 3.0 double (types:
3    double
4)
5Environment:
6
7there are 1 alternatives before elimination
8there are 1 alternatives after elimination
9alternatives before prune:
10Cost ( 1, 0, 0 ): Cast of:
11constant expression 3.0 double
12to:
13  long unsigned int
14(types:
15    long unsigned int
16)
17Environment:
18
19there are 1 alternatives before elimination
20there are 1 alternatives after elimination
21alternatives before prune:
22Cost ( 0, 0, 0 ): constant expression 3 signed int (types:
23    signed int
24)
25Environment:
26
27there are 1 alternatives before elimination
28there are 1 alternatives after elimination
29alternatives before prune:
30Cost ( 0, 0, 2 ): Cast of:
31constant expression 3 signed int
32to:
33  long unsigned int
34(types:
35    long unsigned int
36)
37Environment:
38
39there are 1 alternatives before elimination
40there are 1 alternatives after elimination
41alternatives before prune:
42Cost ( 0, 0, 0 ): constant expression 3 signed int (types:
43    signed int
44)
45Environment:
46
47there are 1 alternatives before elimination
48there are 1 alternatives after elimination
49alternatives before prune:
50Cost ( 0, 0, 2 ): Cast of:
51constant expression 3 signed int
52to:
53  long unsigned int
54(types:
55    long unsigned int
56)
57Environment:
58
59there are 1 alternatives before elimination
60there are 1 alternatives after elimination
61alternatives before prune:
62Cost ( 0, 0, 0 ): constant expression 3 signed int (types:
63    signed int
64)
65Environment:
66
67there are 1 alternatives before elimination
68there are 1 alternatives after elimination
69alternatives before prune:
70Cost ( 0, 0, 2 ): Cast of:
71constant expression 3 signed int
72to:
73  long unsigned int
74(types:
75    long unsigned int
76)
77Environment:
78
79there are 1 alternatives before elimination
80there are 1 alternatives after elimination
81int __a1__A0i[];
82int __a2__A0i[*];
83double __a4__A0d[((long unsigned int )3.0)];
84int __m1__A0A0i[][3];
85int __m2__A0A0i[*][*];
86int __m4__A0A0i[((long unsigned int )3)][3];
87int __fred__Fi__(){
88    int __a1__A0i[];
89    int __a2__A0i[*];
90    int __a4__A0i[((long unsigned int )3)];
91    int __T__A0i[((long unsigned int )3)];
92}
93int __mary__Fi_PiCPiPiCPi_(int __T__Pi[3], int __p1__CPi[const 3], int __p2__Pi[static 3], int __p3__CPi[static const 3]){
94}
95int (*__tom__FPA0i__())[3]{
96}
97int (*__jane__FPFi_PiCPiPiCPi___())(int __T__Pi[3], int __p1__CPi[const 3], int __p2__Pi[static 3], int __p3__CPi[static const 3]){
98}
Note: See TracBrowser for help on using the repository browser.