This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/15640] New: ICE in arg_assoc, at cp/name-lookup.c:4440
- From: "aaronraolete36 at aaronwl dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 25 May 2004 00:03:02 -0000
- Subject: [Bug c++/15640] New: ICE in arg_assoc, at cp/name-lookup.c:4440
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
$ g++ -o mytest mytest.cpp
mytest.cpp: In function `void myfunction()':
mytest.cpp:9: internal compiler error: in arg_assoc, at cp/name-lookup.c:4440
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
--- mytest.cpp
#include <typeinfo>
class myclass {
};
template<typename type>
void myfunction() {
myclass m;
m + typeid(type).name;
}
---
$ gcc -v
Reading specs from
c:/aaronwl/cs/compilers/mingw/gcc/vanilla/bin/../lib/gcc/mingw32/3.4.0/specs
Configured with: ../gcc-3.4.0/configure --with-gcc --with-gnu-ld --with-gnu-
as --host=mingw32 --target=mingw32 --
prefix=/aaronwl/cs/compilers/mingw/gcc/vanilla --enable-threads --disable-nls -
-enable-languages=c,c++ --disable-win32-registry --disable-shared --enable-
sjlj-exceptions
Thread model: win32
gcc version 3.4.0
--
Summary: ICE in arg_assoc, at cp/name-lookup.c:4440
Product: gcc
Version: 3.4.0
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: c++
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: aaronraolete36 at aaronwl dot com
CC: gcc-bugs at gcc dot gnu dot org
GCC build triplet: i686-pc-mingw32
GCC host triplet: i686-pc-mingw32
GCC target triplet: i686-pc-mingw32
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15640