This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/11871] New: Koenig lookup regression


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]