This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
3.1 Java final_static_and_friend.java Regresses
- To: gcc-bugs at gcc dot gnu dot org
- Subject: 3.1 Java final_static_and_friend.java Regresses
- From: Jeffrey Oldham <oldham at codesourcery dot com>
- Date: Mon, 3 Sep 2001 08:21:54 -0700
- cc: apbianco at cygnus dot com
- Reply-to: oldham at codesourcery dot com
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