This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: System.out.println("foo" + s != null ? s : ""); precedence
- To: Mark J Roberts <mjr at anarcast dot net>, java at gcc dot gnu dot org
- Subject: Re: System.out.println("foo" + s != null ? s : ""); precedence
- From: Alexandre Petit-Bianco <apbianco at cygnus dot com>
- Date: Tue, 14 Aug 2001 16:05:28 -0700 (PDT)
- References: <20010813142135.B30620@foobar><15225.31584.493164.557703@fencer.cygnus.com>
- Reply-To: apbianco at cygnus dot com
Alexandre Petit-Bianco writes:
> It's wrong with 3.0 too.
And guess what. It's wrong with Sun's JDK1.1.2 and JDK1.1.8. An old
version of jikes I found also behaves the same way. I guess the bug is
in Sun's grammar specification. I wonder if it's stil there with in
Sun's 1.3...
./A