bug-bison
[Top][All Lists]
Advanced

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

FYI: The pleasures of the wonderful ;


From: Akim Demaille
Subject: FYI: The pleasures of the wonderful ;
Date: Fri, 7 Nov 2008 21:36:16 +0100

I have failures here on Java.

#                             -*- compilation -*-
197. java.at:385: testing ...
../../../tests/java.at:385: bison -o Calc.java Calc.y
../../../tests/java.at:385: test -n "$CONF_JAVA" || exit 77
test -n "$CONF_JAVAC" || exit 77
Not enabling shell tracing (command contains an embedded newline)
../../../tests/java.at:385: $SHELL ../../../javacomp.sh Calc.java
stderr:
Calc.java:391: unreachable statement
    { yyval = new Integer (0); return YYERROR;                ;};
                                                              ^
Calc.java:400: unreachable statement
    { yyval = new Integer (0); return YYERROR;                ;};
                                                              ^
2 errors
stdout:
../../../tests/java.at:385: exit code was 1, expected 0
197. java.at:385: 197. Calculator  (java.at:385): FAILED (java.at:385)

Gee, I hate this change :(




reply via email to

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