source: tests/bugs/.expect/5.txt@ a3d3efc

ADT arm-eh ast-experimental enum forall-pointer-decay jacob/cs343-translation new-ast new-ast-unique-expr pthread-emulation qualifiedEnum
Last change on this file since a3d3efc was a3d3efc, checked in by Peter A. Buhr <pabuhr@…>, 6 years ago

remove utf-8 characters from error messages

  • Property mode set to 100644
File size: 639 bytes
Line 
1bugs/5.cfa: In function '_X4mainFi___1':
2bugs/5.cfa:8:43: error: '_unq0_finished_' undeclared (first use in this function)
3 foo(bar());
4 ^
5bugs/5.cfa:8:43: note: each undeclared identifier is reported only once for each function it appears in
6bugs/5.cfa:8:225: warning: left-hand operand of comma expression has no effect [-Wunused-value]
7 foo(bar());
8 ^
Note: See TracBrowser for help on using the repository browser.