This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/11871] New: Koenig lookup regression
- From: "mueller at kde dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 9 Aug 2003 22:49:43 -0000
- Subject: [Bug c++/11871] New: Koenig lookup regression
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11871
Summary: Koenig lookup regression
Product: gcc
Version: 3.4
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: c++
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: mueller at kde dot org
CC: gcc-bugs at gcc dot gnu dot org
GCC build triplet: i686-pc-linux-gnu
GCC host triplet: i686-pc-linux-gnu
GCC target triplet: i686-pc-linux-gnu
Since recently (<3 days) this testcase segfaults mainline:
$ g++ -v -Wall -W -c kplayobjectfactory.cc
Reading specs from /opt/gcc/lib/gcc/i686-pc-linux-gnu/3.4/specs
Configured with: ../configure --prefix=/opt/gcc --enable-c99 --enable-long-long
--enable-shared --enable-threads --enable-languages=c,c++
Thread model: posix
gcc version 3.4 20030809 (experimental)
kplayobjectfactory.cc: In function `int main()':
kplayobjectfactory.cc:21: warning: unused variable 'result'
kplayobjectfactory.cc:21: internal compiler error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
attaching testcase in a minute