This is the mail archive of the
java-prs@gcc.gnu.org
mailing list for the Java project.
[Bug java/27025] New: ICE on simple initializer
- From: "taral at taral dot net" <gcc-bugzilla at gcc dot gnu dot org>
- To: java-prs at gcc dot gnu dot org
- Date: 4 Apr 2006 14:44:14 -0000
- Subject: [Bug java/27025] New: ICE on simple initializer
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
class z {
static final String ALGORITHM = "Rijndael";
static final double VERSION = 0.1;
static final String FULL_NAME = ALGORITHM + " ver. " + VERSION;
}
compiled with:
% gcj-4.1 -C z.java
z.java: In class 'z':
z.java: In method '<clinit>()':
z.java:4: internal compiler error: Segmentation fault
---
Debian package 4.1.0-1
configured with: ../src/configure -v
--enable-languages=c,c++,java,f95,objc,ada,treelang --prefix=/usr
--enable-shared --with-system-zlib --libexecdir=/usr/lib
--without-included-gettext --enable-threads=posix --enable-nls
--program-suffix=-4.0 --enable-__cxa_atexit --enable-clocale=gnu
--enable-libstdcxx-debug --enable-java-awt=gtk --enable-gtk-cairo
--with-java-home=/usr/lib/jvm/java-1.4.2-gcj-4.0-1.4.2.0/jre --enable-mpfr
--disable-werror --enable-checking=release x86_64-linux-gnu
--
Summary: ICE on simple initializer
Product: gcc
Version: 4.1.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: java
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: taral at taral dot net
GCC build triplet: x86_64-pc-linux-gnu
GCC host triplet: x86_64-pc-linux-gnu
GCC target triplet: x86_64-pc-linux-gnu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27025