Changeset cf0de0e
- Timestamp:
- Jul 25, 2018, 6:22:05 PM (6 years ago)
- Branches:
- ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, deferred_resn, demangler, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, no_list, persistent-indexer, pthread-emulation, qualifiedEnum
- Children:
- 40a7d9c
- Parents:
- d46ed6e
- Location:
- src/tests
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
src/tests/.expect/alloc-ERROR.txt
rd46ed6e rcf0de0e 1 alloc.c:26 4:1 error: No reasonable alternatives for expression Applying untyped:1 alloc.c:265:1 error: No reasonable alternatives for expression Applying untyped: 2 2 Name: ?=? 3 3 ...to: … … 19 19 20 20 21 alloc.c:26 5:1 error: No reasonable alternatives for expression Applying untyped:21 alloc.c:266:1 error: No reasonable alternatives for expression Applying untyped: 22 22 Name: ?=? 23 23 ...to: … … 39 39 40 40 41 alloc.c:26 6:1 error: No reasonable alternatives for expression Applying untyped:41 alloc.c:267:1 error: No reasonable alternatives for expression Applying untyped: 42 42 Name: ?=? 43 43 ...to: … … 50 50 51 51 52 alloc.c:26 7:1 error: No reasonable alternatives for expression Applying untyped:52 alloc.c:268:1 error: No reasonable alternatives for expression Applying untyped: 53 53 Name: ?=? 54 54 ...to: -
src/tests/alloc.c
rd46ed6e rcf0de0e 10 10 // Created On : Wed Feb 3 07:56:22 2016 11 11 // Last Modified By : Peter A. Buhr 12 // Last Modified On : Fri Feb 16 15:42:31201813 // Update Count : 33 012 // Last Modified On : Wed Jul 25 09:09:43 2018 13 // Update Count : 331 14 14 // 15 15 … … 54 54 p = alloc( fill ); // CFA alloc, fill 55 55 printf( "CFA alloc, fill %08x\n", *p ); 56 free( p ); 56 57 57 58
Note: See TracChangeset
for help on using the changeset viewer.