source: src/tests/.expect/completeTypeError.txt@ 66f8528

ADT aaron-thesis arm-eh ast-experimental cleanup-dtors deferred_resn demangler enum forall-pointer-decay jacob/cs343-translation jenkins-sandbox new-ast new-ast-unique-expr new-env no_list persistent-indexer pthread-emulation qualifiedEnum resolv-new with_gc
Last change on this file since 66f8528 was 66f8528, checked in by Rob Schluntz <rschlunt@…>, 9 years ago

Merge branch 'master' into tuples

Conflicts:

src/ResolvExpr/CommonType.cc
src/tests/.expect/32/extension.txt
src/tests/.expect/32/gccExtensions.txt
src/tests/.expect/64/declarationSpecifier.txt
src/tests/.expect/64/extension.txt
src/tests/.expect/64/gccExtensions.txt
src/tests/.expect/castError.txt
src/tests/Makefile.am

  • Property mode set to 100644
File size: 738 bytes
Line 
1Error: No reasonable alternatives for expression Applying untyped:
2 Name: *?
3...to:
4 Name: v
5
6
7Error: No reasonable alternatives for expression Applying untyped:
8 Name: baz
9...to:
10 Name: v
11
12
13Error: No reasonable alternatives for expression Applying untyped:
14 Name: quux
15...to:
16 Name: v
17
18
19Error: No reasonable alternatives for expression Applying untyped:
20 Name: baz
21...to:
22 Name: y
23
24
25Error: No reasonable alternatives for expression Applying untyped:
26 Name: quux
27...to:
28 Name: y
29
30
31Error: No reasonable alternatives for expression Applying untyped:
32 Name: *?
33...to:
34 Name: y
35
36
37Error: No reasonable alternatives for expression Applying untyped:
38 Name: baz
39...to:
40 Name: z
41
42
43make: *** [completeTypeError] Error 1
Note: See TracBrowser for help on using the repository browser.