bug-bison
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: 1.75 test suite failure with HP-UX C compiler and #endif


From: Paul Eggert
Subject: Re: 1.75 test suite failure with HP-UX C compiler and #endif
Date: Wed, 13 Nov 2002 16:28:24 -0800

> From: Albert Chin-A-Young <address@hidden>
> Date: Wed, 13 Nov 2002 18:05:35 -0600

> Removing the lines with solitary backslashes solves the problem.

Thanks.  I installed this patch.

2002-11-13  Paul Eggert  <address@hidden>

        * tests/input.at (Torturing the Scanner): Remove lines containing
        solitary backslashes, as they tickle a bug in the HP-UX 11i C
        compiler.

Index: input.at
===================================================================
RCS file: /cvsroot/bison/bison/tests/input.at,v
retrieving revision 1.17
retrieving revision 1.18
diff -p -u -r1.17 -r1.18
--- input.at    12 Nov 2002 07:28:25 -0000      1.17
+++ input.at    14 Nov 2002 00:26:45 -0000      1.18
@@ -100,7 +100,6 @@ const char *foo = "So %{ and %} can be h
 #ifdef __STDC__
 /\
 * A comment with backslash-newlines in it. %{ %} *\
-\
 /
 
 char str[] = "\\
@@ -108,7 +107,6 @@ char str[] = "\\
 "";
 
 char apostrophe = '\\
-\
 '\
 ';
 #endif




reply via email to

[Prev in Thread] Current Thread [Next in Thread]