Changeset 68cd1ce for src/Tests/Expect-e
- Timestamp:
- Jun 13, 2015, 8:30:25 AM (10 years ago)
- Branches:
- ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, ctor, deferred_resn, demangler, enum, forall-pointer-decay, gc_noraii, jacob/cs343-translation, jenkins-sandbox, master, memory, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, string, with_gc
- Children:
- a1d5d2a
- Parents:
- 7bcf74e
- Location:
- src/Tests/Expect-e
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Tests/Expect-e/AsmName.txt
r7bcf74e r68cd1ce 1 x: autosigned int1 x: extern signed int 2 2 fred: function 3 3 with parameters -
src/Tests/Expect-e/Attributes.txt
r7bcf74e r68cd1ce 1 Error at line 8 reading token "*"1 Error at line 58 reading token "*" -
src/Tests/Expect-e/Context.txt
r7bcf74e r68cd1ce 54 54 55 55 56 Declaration of x: autotype56 Declaration of x: extern type 57 57 Declaration of ?=?: automatically generated function 58 58 with parameters … … 62 62 instance of type x (not function type) 63 63 64 Declaration of y: autotype64 Declaration of y: extern type 65 65 with assertions 66 66 instance of context has_r -
src/Tests/Expect-e/Function.txt
r7bcf74e r68cd1ce 245 245 246 246 247 cfa-cpp: GenPoly/Box.cc: 398: void GenPoly::{anonymous}::Pass1::boxParams(ApplicationExpr*, FunctionType*, std::list<Expression*>::iterator&, const TyVarMap&): Assertion `arg != appExpr->get_args().end()' failed.247 cfa-cpp: GenPoly/Box.cc:401: void GenPoly::{anonymous}::Pass1::boxParams(ApplicationExpr*, FunctionType*, std::list<Expression*>::iterator&, const TyVarMap&): Assertion `arg != appExpr->get_args().end()' failed. 248 248 Aborted (core dumped) -
src/Tests/Expect-e/TypeGenerator.txt
r7bcf74e r68cd1ce 53 53 Name: *? 54 54 ...to: 55 Variable Expression: _dst: pointer to instance of struct S 155 Variable Expression: _dst: pointer to instance of struct S2 56 56 Member Expression, with field: 57 57 i: instance of type T (not function type) 58 58 from aggregate: 59 Variable Expression: _src: instance of struct S 159 Variable Expression: _src: instance of struct S2 60 60 61 61 Error: No reasonable alternatives for expression Applying untyped: … … 69 69 Name: *? 70 70 ...to: 71 Variable Expression: _dst: pointer to instance of struct S2 71 Variable Expression: _dst: pointer to instance of struct S24 72 72 Member Expression, with field: 73 73 i: instance of type T (not function type) 74 74 from aggregate: 75 Variable Expression: _src: instance of struct S2 75 Variable Expression: _src: instance of struct S24 76 76 77 77 Error: No reasonable alternatives for expression Applying untyped: -
src/Tests/Expect-e/report
r7bcf74e r68cd1ce 2 2 ---Array.txt--- 3 3 ---AsmName.txt--- 4 1c1 5 < x: auto signed int 6 --- 7 > x: extern signed int 4 8 ---Attributes.txt--- 5 9 ---Cast.txt--- … … 9 13 ---Constant0-1.txt--- 10 14 ---Context.txt--- 15 56c56 16 < Declaration of x: auto type 17 --- 18 > Declaration of x: extern type 19 64c64 20 < Declaration of y: auto type 21 --- 22 > Declaration of y: extern type 11 23 ---DeclarationErrors.txt--- 12 24 ---DeclarationSpecifier.txt--- … … 16 28 ---Forall.txt--- 17 29 ---Function.txt--- 30 247c247 31 < cfa-cpp: GenPoly/Box.cc:398: void GenPoly::{anonymous}::Pass1::boxParams(ApplicationExpr*, FunctionType*, std::list<Expression*>::iterator&, const TyVarMap&): Assertion `arg != appExpr->get_args().end()' failed. 32 --- 33 > cfa-cpp: GenPoly/Box.cc:401: void GenPoly::{anonymous}::Pass1::boxParams(ApplicationExpr*, FunctionType*, std::list<Expression*>::iterator&, const TyVarMap&): Assertion `arg != appExpr->get_args().end()' failed. 18 34 ---Functions.txt--- 19 35 ---GccExtensions.txt---
Note: See TracChangeset
for help on using the changeset viewer.