Changeset b1d6dd5 for src/Tests/Expect-e
- Timestamp:
- Jun 11, 2015, 12:15:54 PM (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:
- eff0cad0
- Parents:
- 8a95629
- Location:
- src/Tests/Expect-e
- Files:
-
- 56 added
- 2 moved
-
Abstype.txt (added)
-
Array.txt (added)
-
AsmName.txt (added)
-
Attributes.txt (added)
-
Cast.txt (added)
-
CastError.txt (added)
-
CharStringConstants.txt (added)
-
CommentMisc.txt (added)
-
Constant0-1.txt (added)
-
Context.txt (added)
-
DeclarationErrors.txt (added)
-
DeclarationSpecifier.txt (added)
-
Enum.txt (added)
-
Exception.txt (added)
-
Expression.txt (added)
-
Forall.txt (added)
-
Function.txt (added)
-
Functions.txt (added)
-
GccExtensions.txt (added)
-
IdentFuncDeclarator.txt (added)
-
IdentFuncParamDeclarator.txt (added)
-
InferParam.txt (added)
-
Initialization.txt (added)
-
Initialization2.txt (added)
-
LabelledExit.txt (added)
-
Members.txt (added)
-
Misc.txt (added)
-
MiscError.txt (moved) (moved from src/Tests/ResolvExpr/Expected/MiscError.tst ) (6 diffs)
-
NamedParmArg.txt (added)
-
NumericConstants.txt (added)
-
OccursError.txt (moved) (moved from src/Tests/ResolvExpr/Expected/OccursError.tst ) (1 diff)
-
Operators.txt (added)
-
Quad.txt (added)
-
Rank2.txt (added)
-
Scope.txt (added)
-
ScopeErrors.txt (added)
-
ShortCircuit.txt (added)
-
Statement.txt (added)
-
StructMember.txt (added)
-
Subrange.txt (added)
-
Switch.txt (added)
-
Tuple.txt (added)
-
TypeGenerator.txt (added)
-
Typedef.txt (added)
-
TypedefDeclarator.txt (added)
-
TypedefParamDeclarator.txt (added)
-
Typeof.txt (added)
-
VariableDeclarator.txt (added)
-
gcc900407-1.txt (added)
-
gcc900516-1.txt (added)
-
gcc920301-1.txt (added)
-
gcc920409-1.txt (added)
-
gcc920409-2.txt (added)
-
gcc920410-2.txt (added)
-
gcc920501-1.txt (added)
-
gcc920501-11.txt (added)
-
gcc920501-19.txt (added)
-
report (added)
Legend:
- Unmodified
- Added
- Removed
-
src/Tests/Expect-e/MiscError.txt
r8a95629 rb1d6dd5 5 5 nothing 6 6 Alternatives are: Cost ( 0, 0, 1 ): Cast of: 7 Variable Expression: b: asigned int7 Variable Expression: b: signed int 8 8 9 9 to: … … 14 14 15 15 Cost ( 0, 0, 1 ): Cast of: 16 Variable Expression: b: afloat16 Variable Expression: b: float 17 17 18 18 to: … … 29 29 nothing 30 30 Alternatives are: Cost ( 0, 0, 1 ): Cast of: 31 Variable Expression: b: asigned int31 Variable Expression: b: signed int 32 32 33 33 to: … … 38 38 39 39 Cost ( 0, 0, 1 ): Cast of: 40 Variable Expression: b: afloat40 Variable Expression: b: float 41 41 42 42 to: … … 57 57 Alternatives are: Cost ( 0, 0, 1 ): Cast of: 58 58 Comma Expression: 59 Variable Expression: a: asigned int59 Variable Expression: a: signed int 60 60 61 Variable Expression: b: asigned int61 Variable Expression: b: signed int 62 62 63 63 to: … … 69 69 Cost ( 0, 0, 1 ): Cast of: 70 70 Comma Expression: 71 Variable Expression: a: asigned int71 Variable Expression: a: signed int 72 72 73 Variable Expression: b: afloat73 Variable Expression: b: float 74 74 75 75 to: -
src/Tests/Expect-e/OccursError.txt
r8a95629 rb1d6dd5 1 1 Error: No reasonable alternatives for expression Applying untyped: 2 2 Name: f 3 4 3 ...to: 5 4 Name: g
Note:
See TracChangeset
for help on using the changeset viewer.