This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libgcj/13444] New: [REGRESSION] System.err.println does not work with 3.4 snapshot from 20031217
- From: "rmerkert at alphatech dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 19 Dec 2003 14:39:47 -0000
- Subject: [Bug libgcj/13444] New: [REGRESSION] System.err.println does not work with 3.4 snapshot from 20031217
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
The following code does not run when using gcj (GCC) 3.4 20031217 (experimental)
cat > test.java <<EOF
public class test
{
public static void main (String[] argv)
{
System.out.println("Hello, World");
}
}
EOF
gcj --main=test -classpath . test.java
This prints
"?"
with 3.4, and
"Hello, World"
with 3.3.3
Maybe this is just a problem with the snapshot?
--
Summary: [REGRESSION] System.err.println does not work with 3.4
snapshot from 20031217
Product: gcc
Version: 3.4.0
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: libgcj
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: rmerkert at alphatech dot com
CC: gcc-bugs at gcc dot gnu dot org
GCC host triplet: i686 linux
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13444