help-rcs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug c++/14524] New: Cannot compile ace ice in find_function_data (regre


From: schmid at snake dot iap dot physik dot tu-darmstadt dot de
Subject: [Bug c++/14524] New: Cannot compile ace ice in find_function_data (regression)
Date: 11 Mar 2004 08:21:59 -0000

Compiling the file tests/MT_Reference_Counted_Notify_Test.cpp causes an ice. 
This is an regression introduced recently. 
 
g++ -v -W -Wall -Wpointer-arith -I/home/peter/gnu/test/ACE_wrappers -c -o .obj/
MT_Reference_Counted_Notify_Test.o MT_Reference_Counted_Notify_Test.cpp 
-save-temps 
Reading specs from /usr/local/lib/gcc/i686-pc-linux-gnu/3.4.0/specs 
Configured with: ../gcc/configure --enable-threads=posix --enable-languages=c,c
++,f77,objc --enable-__cxa_atexit --enable-libstdcxx-debug 
Thread model: posix 
gcc version 3.4.0 20040311 (prerelease) 
 /usr/local/libexec/gcc/i686-pc-linux-gnu/3.4.0/cc1plus -E -quiet -v -I/home/
peter/gnu/test/ACE_wrappers -D_GNU_SOURCE MT_Reference_Counted_Notify_Test.cpp 
-mtune=pentiumpro -W -Wall -Wpointer-arith -o 
MT_Reference_Counted_Notify_Test.ii 
ignoring nonexistent directory "NONE/include" 
ignoring nonexistent directory "/usr/local/lib/gcc/
i686-pc-linux-gnu/3.4.0/../../../../i686-pc-linux-gnu/include" 
#include "..." search starts here: 
#include <...> search starts here: 
 /home/peter/gnu/test/ACE_wrappers 
 /usr/local/lib/gcc/i686-pc-linux-gnu/3.4.0/../../../../include/c++/3.4.0 
 /usr/local/lib/gcc/i686-pc-linux-gnu/3.4.0/../../../../include/c++/3.4.0/
i686-pc-linux-gnu 
 /usr/local/lib/gcc/i686-pc-linux-gnu/3.4.0/../../../../include/c++/3.4.0/
backward 
 /usr/local/include 
 /usr/local/lib/gcc/i686-pc-linux-gnu/3.4.0/include 
 /usr/include 
End of search list. 
 /usr/local/libexec/gcc/i686-pc-linux-gnu/3.4.0/cc1plus -fpreprocessed 
MT_Reference_Counted_Notify_Test.ii -quiet -dumpbase 
MT_Reference_Counted_Notify_Test.cpp -mtune=pentiumpro -auxbase-strip .obj/
MT_Reference_Counted_Notify_Test.o -W -Wall -Wpointer-arith -version -o 
MT_Reference_Counted_Notify_Test.s 
GNU C++ version 3.4.0 20040311 (prerelease) (i686-pc-linux-gnu) 
        compiled by GNU C version 3.4.0 20040311 (prerelease). 
GGC heuristics: --param ggc-min-expand=64 --param ggc-min-heapsize=64274 
In file included from /home/peter/gnu/test/ACE_wrappers/ace/
Containers_T.h:1986, 
                 from /home/peter/gnu/test/ACE_wrappers/ace/Containers.h:69, 
                 from /home/peter/gnu/test/ACE_wrappers/ace/
Thread_Manager.h:27, 
                 from /home/peter/gnu/test/ACE_wrappers/ace/Task.h:23, 
                 from MT_Reference_Counted_Notify_Test.cpp:27: 
/home/peter/gnu/test/ACE_wrappers/ace/Containers_T.cpp: In member function `T* 
ACE_DLList<T>::insert_tail(T*)': 
/home/peter/gnu/test/ACE_wrappers/ace/Containers_T.cpp:1839: warning: statement 
has no effect 
/home/peter/gnu/test/ACE_wrappers/ace/Containers_T.cpp: In member function `T* 
ACE_DLList<T>::insert_head(T*)': 
/home/peter/gnu/test/ACE_wrappers/ace/Containers_T.cpp:1852: warning: statement 
has no effect 
MT_Reference_Counted_Notify_Test.cpp: In constructor 
`test<REACTOR_IMPLEMENTATION>::test(int) [with REACTOR_IMPLEMENTATION = 
ACE_Select_Reactor]': 
MT_Reference_Counted_Notify_Test.cpp:311:   instantiated from 
`test<REACTOR_IMPLEMENTATION>::test(int) [with REACTOR_IMPLEMENTATION = 
ACE_Select_Reactor]' 
MT_Reference_Counted_Notify_Test.cpp:397:   instantiated from here 
MT_Reference_Counted_Notify_Test.cpp:311: internal compiler error: in 
find_function_data, at function.c:315 
Please submit a full bug report, 
with preprocessed source if appropriate. 
See <URL:http://gcc.gnu.org/bugs.html> for instructions.

-- 
           Summary: Cannot compile ace ice in find_function_data
                    (regression)
           Product: gcc
           Version: 3.4.0
            Status: UNCONFIRMED
          Severity: critical
          Priority: P1
         Component: c++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: schmid at snake dot iap dot physik dot tu-darmstadt dot
                    de
                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


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14524




reply via email to

[Prev in Thread] Current Thread [Next in Thread]