/[bison]/bison/tests/synclines.at
ViewVC logotype

Diff of /bison/tests/synclines.at

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.5 by akim, Tue Jul 9 10:06:20 2002 UTC revision 1.6 by eggert, Mon Aug 12 14:59:02 2002 UTC
# Line 24  AT_BANNER([[User Actions.]]) Line 24  AT_BANNER([[User Actions.]])
24  # Compile FILE expecting an error, and save in the file stdout the normalized  # Compile FILE expecting an error, and save in the file stdout the normalized
25  # output.  # output.
26  m4_define([AT_SYNCLINES_COMPILE],  m4_define([AT_SYNCLINES_COMPILE],
27  [AT_CHECK([$CC $CFLAGS $CPPFLAGS $1 -c], 1, [], [stderr])  [AT_CHECK([$CC $CFLAGS $CPPFLAGS -c $1 || (exit 1)], 1, [], [stderr])
28  # In case GCC displays column information, strip it down.  # In case GCC displays column information, strip it down.
29  #  #
30  #   input.y:4:2: #error "4"    or input.y:4.2: #error "4"  #   input.y:4:2: #error "4"    or input.y:4.2: #error "4"

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26