Bug 2944 - gcc 2.95.3 internal compiler error on koffice
Summary: gcc 2.95.3 internal compiler error on koffice
Status: RESOLVED FIXED
Alias: None
Product: gcc
Classification: Unclassified
Component: c++ (show other bugs)
Version: 2.95.3
: P3 normal
Target Milestone: ---
Assignee: Not yet assigned to anyone
URL:
Keywords: ice-on-valid-code
Depends on:
Blocks:
 
Reported: 2001-05-25 12:26 UTC by kabrianis
Modified: 2003-07-25 17:33 UTC (History)
2 users (show)

See Also:
Host:
Target:
Build:
Known to work:
Known to fail:
Last reconfirmed:


Attachments
kspread_locale.ii.bz2 (26.02 KB, application/octet-stream)
2003-05-21 15:16 UTC, kabrianis
Details

Note You need to log in before you can comment on or make changes to this bug.
Description kabrianis 2001-05-25 12:26:01 UTC
mkab@brain:~/kde/koffice-1.1-beta2/kspread $ gcc -v -save-temps -DHAVE_CONFIG_H -I. -I. -I.. -I../lib/kofficeui -I../lib/kofficeui -I../lib/kofficecore -I../lib/kofficecore -I../lib/store -I../lib/store -I../lib/interfaces -I../lib/koscript -I../lib/koscript -I../interfaces -I/usr/local/kde/include -I/usr/local/qt/include -I/usr/X11R6/include -O2 -fno-exceptions -fno-check-new -DQT_CLEAN_NAMESPACE -DQT_NO_COMPAT -DQT_NO_ASCII_CAST -c kspread_locale.cc  -fPIC -DPIC -o .libs/kspread_locale.o
Reading specs from /usr/lib/gcc-lib/i686-pc-linux-gnu/2.95.3/specs
gcc version 2.95.3 20010315 (release)
GNU CPP version 2.95.3 20010315 (release) (i386 Linux/ELF)
#include "..." search starts here:
#include <...> search starts here:
 .
 ..
 ../lib/kofficeui
 ../lib/kofficecore
 ../lib/store
 ../lib/koscript
 ../interfaces
 /usr/local/kde/include
 /usr/local/qt/include
 /usr/X11R6/include
 /usr/include/g++
 /usr/local/include
 /usr/lib/gcc-lib/i686-pc-linux-gnu/2.95.3/../../../../i686-pc-linux-gnu/include
 /usr/lib/gcc-lib/i686-pc-linux-gnu/2.95.3/include
 /usr/include
End of search list.
The following default directories have been omitted from the search path:
End of omitted list.
 /usr/lib/gcc-lib/i686-pc-linux-gnu/2.95.3/cc1plus kspread_locale.ii -quiet -dumpbase kspread_locale.cc -O2 -version -fno-exceptions -fno-check-new -fPIC -o kspread_locale.s
GNU C++ version 2.95.3 20010315 (release) (i686-pc-linux-gnu) compiled by GNU C version 2.95.3 20010315 (release).
kspread_locale.cc: In method `KSpreadLocale::KSpreadLocale()':
kspread_locale.cc:9: Internal compiler error.
kspread_locale.cc:9: Please submit a full bug report.
kspread_locale.cc:9: See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.

Release:
gcc version 2.95.3 20010315 (release)

Environment:
Linux 2.4.4 Athlon 500Mhz 256MbRAM, glibc 2.2.2, QT2.3.0 KDELIBS 2.1.2
Comment 1 Nathan Sidwell 2001-05-27 09:21:11 UTC
State-Changed-From-To: open->closed
State-Changed-Why: this compiles ok on the current CVS and 3.0 prerelease, so
    appears fixed
Comment 2 Nathan Sidwell 2001-05-27 16:21:11 UTC
From: nathan@gcc.gnu.org
To: gcc-gnats@gcc.gnu.org, kabrianis@hellug.gr, nobody@gcc.gnu.org
Cc:  
Subject: Re: c++/2944
Date: 27 May 2001 16:21:11 -0000

 Synopsis: gcc 2.95.3 internal compiler error on koffice
 
 State-Changed-From-To: open->closed
 State-Changed-By: nathan
 State-Changed-When: Sun May 27 09:21:11 2001
 State-Changed-Why:
     this compiles ok on the current CVS and 3.0 prerelease, so
     appears fixed
 
 http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view&pr=2944&database=gcc
Comment 3 GCC Commits 2003-10-21 13:25:50 UTC
Subject: Bug 2944

CVSROOT:	/cvs/gcc
Module name:	gcc
Changes by:	mkoch@gcc.gnu.org	2003-10-21 13:25:47

Modified files:
	libjava        : ChangeLog 
	libjava/java/util/logging: ErrorManager.java 

Log message:
	2003-10-21  Sascha Brawer  <brawer@dandelis.ch>
	
	Fix for bug #2944, reported by David Holmes <dholmes@dltech.com.au>
	* java/util/logging/ErrorManager.java (everUsed): Made volatile.
	(error): Synchronize on instance, not class.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libjava/ChangeLog.diff?cvsroot=gcc&r1=1.2285&r2=1.2286
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libjava/java/util/logging/ErrorManager.java.diff?cvsroot=gcc&r1=1.1&r2=1.2