/[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.3 by akim, Tue May 7 08:13:00 2002 UTC revision 1.4 by akim, Tue Jun 11 20:16:05 2002 UTC
# Line 33  AT_DATA([[input.y]], Line 33  AT_DATA([[input.y]],
33  [$2])  [$2])
34    
35  AT_CHECK([bison input.y -o input.c])  AT_CHECK([bison input.y -o input.c])
36  AT_CHECK([$CC $CFLAGS $CPPFLAGS input.c -o input], 1, [], [stderr])  AT_CHECK([$CC $CFLAGS $CPPFLAGS input.c -c], 1, [], [stderr])
37  # In case GCC displays column information, strip it down.  # In case GCC displays column information, strip it down.
38  #  #
39  #   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.3  
changed lines
  Added in v.1.4

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