This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

3.1 Java final_static_and_friend.java Regresses



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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]