- Timestamp:
- Jun 12, 2019, 4:06:37 PM (7 years ago)
- Branches:
- ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, pthread-emulation, qualifiedEnum, stuck-waitfor-destruct
- Children:
- 462a7c7, d60780c
- Parents:
- aaeacf4 (diff), 6625727 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)links above to see all the changes relative to each parent. - Location:
- tests
- Files:
-
- 8 added
- 1 edited
-
.expect/manipulatorsInput.txt (added)
-
.expect/manipulatorsOutput1.txt (added)
-
.expect/manipulatorsOutput2.x64.txt (added)
-
.expect/manipulatorsOutput2.x86.txt (added)
-
.in/manipulatorsInput.txt (added)
-
manipulatorsInput.cfa (added)
-
manipulatorsOutput1.cfa (added)
-
manipulatorsOutput2.cfa (added)
-
sum.cfa (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
tests/sum.cfa
raaeacf4 r21300d7 11 11 // Created On : Wed May 27 17:56:53 2015 12 12 // Last Modified By : Peter A. Buhr 13 // Last Modified On : Sun May 19 11:21:02 201914 // Update Count : 33 013 // Last Modified On : Thu Jun 6 16:18:22 2019 14 // Update Count : 333 15 15 // 16 16 … … 111 111 }; 112 112 GS(int) gs; 113 gs.x = anew( size ); // create array storage for field 113 // FIX ME, resolution problem with anew not picking up the LH type 114 gs.x = (typeof(gs.x))anew( size ); // create array storage for field 114 115 s = 0; v = low; 115 116 for ( int i = 0; i < size; i += 1, v += 1 ) {
Note:
See TracChangeset
for help on using the changeset viewer.