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

Diff of /bison/tests/calc.at

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

revision 1.5.2.6 by akim, Thu Oct 18 15:24:53 2001 UTC revision 1.5.2.7 by akim, Thu Oct 18 16:18:54 2001 UTC
# Line 338  AT_CHECK([bison calc.y -o calc.c m4_bpat Line 338  AT_CHECK([bison calc.y -o calc.c m4_bpat
338  # warnings, but this place is not the right one for that.  # warnings, but this place is not the right one for that.
339  # So let's keep only GCC warnings, which we know are sane.  # So let's keep only GCC warnings, which we know are sane.
340  AT_CHECK([$CC $CFLAGS $CPPFLAGS calc.c -o calc], 0, [], [stderr])  AT_CHECK([$CC $CFLAGS $CPPFLAGS calc.c -o calc], 0, [], [stderr])
341  AT_CHECK([test "$GCC" = yes && cat stderr])  AT_CHECK([if test "$GCC" = yes; then cat stderr; else true; fi])
342    
343  # Test the priorities.  # Test the priorities.
344  _AT_CHECK_CALC([$1],  _AT_CHECK_CALC([$1],

Legend:
Removed from v.1.5.2.6  
changed lines
  Added in v.1.5.2.7

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