This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/14604] New: compiler dumps with an internal error
- From: "robert dot schweikert at abaqus dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 16 Mar 2004 14:32:55 -0000
- Subject: [Bug c++/14604] New: compiler dumps with an internal error
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
When compiling the attached code the compiler core dumps with an internal error
as follows:
-> g++ -c omu_DictIntObjInst.i
/usr/myPath/generated/include/omu_DictIntObj.T: In member function
`omu_Primitive* omu_DictIntObjABC<T>::ChangeKey(const T&, const T&) [with T =
cow_String]':
/usr/myPath/generated/omu/impl/omu_DictIntObjInst.C:14: instantiated from here
/usr/myPath/generated/include/omu_DictIntObj.T:76: internal compiler error: in
find_function_data, at function.c:315
This was tested with a recent snapshot of the 3.4 branch.
-> g++ --version
g++ (GCC) 3.4.0 20040310 (prerelease)
The following switches are used during compilation:
-m64 -fpic -fno-implicit-templates -fno-implicit-inline-templates -ffor-scope
-w -Wnon-virtual-dtor -Wsign-promo -Woverloaded-virtual -O2
I have not tested this on IA32 but the bug may exist there as well.
Help is much appreciated.
Thanks,
Robert
--
Summary: compiler dumps with an internal error
Product: gcc
Version: 3.4.0
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: c++
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: robert dot schweikert at abaqus dot com
CC: gcc-bugs at gcc dot gnu dot org
GCC host triplet: AMD64
GCC target triplet: AMD64
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14604