bug-bison
[Top][All Lists]
Advanced

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

Re: Failed selftest of bison 1.30 under IRIX


From: Akim Demaille
Subject: Re: Failed selftest of bison 1.30 under IRIX
Date: 14 Nov 2001 15:31:56 +0100
User-agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.4 (Artificial Intelligence)

| 13. calc.at:389: testing Calculator ...
| calc.at:389: bison calc.y -o calc.c 
| calc.at:389: $CC $CFLAGS $CPPFLAGS calc.c -o calc
| stderr:
| as: Warning: /var/tmp/cckIth6R.s, line 7: label should be inside .ent/.end 
block: .Ltext0
|      .Ltext0:
| as: Warning: /var/tmp/cckIth6R.s, line 2247: label should be inside .ent/.end 
block: .Letext0
|      .Letext0:
| calc.at:389: if test "$GCC" = yes; then cat stderr; else true; fi
| --- /dev/null Wed Nov 14 09:05:54 2001
| +++ at-stdout Wed Nov 14 09:05:57 2001
| @@ -0,0 +1,4 @@
| +as: Warning: /var/tmp/cckIth6R.s, line 7: label should be inside .ent/.end 
block: .Ltext0
| +     .Ltext0:
| +as: Warning: /var/tmp/cckIth6R.s, line 2247: label should be inside 
.ent/.end block: .Letext0
| +     .Letext0:
| 13. calc.at:389: FAILED near `calc.at:389'

I have a question though, maybe that would help me having finally a
portable scheme to test GCC warnings.  Could you try this:

        cd bison-1.30/tests
        ./testsuite -d -v -x 13

then it should display exactly what was the compilation command.  I
would like to ask you to run exactly the same command, but adding
-Werror.  I would like to see the output, and the exit status.

Thanks!



reply via email to

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