3.1 Java final_static_and_friend.java Regresses

Jeffrey Oldham oldham@codesourcery.com
Mon Sep 3 08:21:00 GMT 2001


Starting between 30Aug and 31Aug, the Java regression test
final_static_and_friend.java was broken.  The test adds these three
Java variables:

    final int a = 34;
    static int b = 34;
    int c = 34;

but, as broken, yields 68, not 102 as expected.

target: i686-pc-linux-gnu
version: mainline
/home/oldham/gcc/gcc2/configure --with-gcc-version-trigger=/home/oldham/gcc/gcc2/gcc/version.c --host=i686-pc-linux-gnu --prefix=/home/oldham/gcc-install/gcc2 --norecursion 

Alexandre Petit-Bianco, I am sending you a carbon copy because your
java posting http://gcc.gnu.org/ml/java-patches/2001-q3/msg00324.html
indicates you understand Java final variables.  Feel free to ignore
this email if I guessed incorrectly.

Thanks,
Jeffrey D. Oldham
oldham@codesourcery.com



More information about the Gcc-bugs mailing list