This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/15528] segv
- From: "igodard at pacbell dot net" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 18 May 2004 22:56:15 -0000
- Subject: [Bug c++/15528] segv
- References: <20040518224904.15528.igodard@pacbell.net>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From igodard at pacbell dot net 2004-05-18 22:56 -------
Problem still occurs after compiler reports are fixed:
~/ootbc/common/test/src$ g++ -O2 -g -o testAllocator testAllocator.cc -I/home/ivan/ootbc/common/include -I/home/ivan/ootbc/common/xptsys/include
g++: Internal error: Segmentation fault (program cc1plus)
Please submit a full bug report.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
I suspect the cause is an unresolved extern ("stdAllocator") to a zero-length object.
Ivan
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15528