[Bug libgcj/13444] New: [REGRESSION] System.err.println does not work with 3.4 snapshot from 20031217

rmerkert at alphatech dot com gcc-bugzilla@gcc.gnu.org
Fri Dec 19 14:44:00 GMT 2003


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



More information about the Gcc-bugs mailing list