public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/14525] New: Cannot compile ace ice in find_function_data (regression)
@ 2004-03-11  8:22 schmid at snake dot iap dot physik dot tu-darmstadt dot de
  2004-03-11  8:24 ` [Bug c++/14525] " schmid at snake dot iap dot physik dot tu-darmstadt dot de
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: schmid at snake dot iap dot physik dot tu-darmstadt dot de @ 2004-03-11  8:22 UTC (permalink / raw)
  To: gcc-bugs

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=14525


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug c++/14525] Cannot compile ace ice in find_function_data (regression)
  2004-03-11  8:22 [Bug c++/14525] New: Cannot compile ace ice in find_function_data (regression) schmid at snake dot iap dot physik dot tu-darmstadt dot de
@ 2004-03-11  8:24 ` schmid at snake dot iap dot physik dot tu-darmstadt dot de
  2004-03-11  8:27 ` schmid at snake dot iap dot physik dot tu-darmstadt dot de
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: schmid at snake dot iap dot physik dot tu-darmstadt dot de @ 2004-03-11  8:24 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From schmid at snake dot iap dot physik dot tu-darmstadt dot de  2004-03-11 08:24 -------
Created an attachment (id=5896)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=5896&action=view)
bzip2 compressed preprocessor source file MT_Reference_Counted_Notify_Test.ii


-- 


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


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug c++/14525] Cannot compile ace ice in find_function_data (regression)
  2004-03-11  8:22 [Bug c++/14525] New: Cannot compile ace ice in find_function_data (regression) schmid at snake dot iap dot physik dot tu-darmstadt dot de
  2004-03-11  8:24 ` [Bug c++/14525] " schmid at snake dot iap dot physik dot tu-darmstadt dot de
@ 2004-03-11  8:27 ` schmid at snake dot iap dot physik dot tu-darmstadt dot de
  2004-03-11 16:37 ` pinskia at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: schmid at snake dot iap dot physik dot tu-darmstadt dot de @ 2004-03-11  8:27 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From schmid at snake dot iap dot physik dot tu-darmstadt dot de  2004-03-11 08:27 -------
*** Bug 14524 has been marked as a duplicate of this bug. ***

-- 


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


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug c++/14525] Cannot compile ace ice in find_function_data (regression)
  2004-03-11  8:22 [Bug c++/14525] New: Cannot compile ace ice in find_function_data (regression) schmid at snake dot iap dot physik dot tu-darmstadt dot de
  2004-03-11  8:24 ` [Bug c++/14525] " schmid at snake dot iap dot physik dot tu-darmstadt dot de
  2004-03-11  8:27 ` schmid at snake dot iap dot physik dot tu-darmstadt dot de
@ 2004-03-11 16:37 ` pinskia at gcc dot gnu dot org
  2004-03-12 21:50 ` mueller at kde dot org
  2004-03-13 23:35 ` schmid at snake dot iap dot physik dot tu-darmstadt dot de
  4 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-03-11 16:37 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-03-11 16:37 -------
Here is the error message get on the mainline:
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:397:   instantiated from here
MT_Reference_Counted_Notify_Test.cpp:311: error: invalid use of 'Reference_Counted_Event_Handler::
Reference_Counted_Event_Handler' to form a pointer-to-member-function.  Use a qualified-id.
MT_Reference_Counted_Notify_Test.cpp: In constructor `test<REACTOR_IMPLEMENTATION>::test(int) 
[with REACTOR_IMPLEMENTATION = ACE_TP_Reactor]':
MT_Reference_Counted_Notify_Test.cpp:406:   instantiated from here
MT_Reference_Counted_Notify_Test.cpp:311: error: invalid use of 'Reference_Counted_Event_Handler::
Reference_Counted_Event_Handler' to form a pointer-to-member-function.  Use a qualified-id.

-- 


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


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug c++/14525] Cannot compile ace ice in find_function_data (regression)
  2004-03-11  8:22 [Bug c++/14525] New: Cannot compile ace ice in find_function_data (regression) schmid at snake dot iap dot physik dot tu-darmstadt dot de
                   ` (2 preceding siblings ...)
  2004-03-11 16:37 ` pinskia at gcc dot gnu dot org
@ 2004-03-12 21:50 ` mueller at kde dot org
  2004-03-13 23:35 ` schmid at snake dot iap dot physik dot tu-darmstadt dot de
  4 siblings, 0 replies; 6+ messages in thread
From: mueller at kde dot org @ 2004-03-12 21:50 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mueller at kde dot org


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


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug c++/14525] Cannot compile ace ice in find_function_data (regression)
  2004-03-11  8:22 [Bug c++/14525] New: Cannot compile ace ice in find_function_data (regression) schmid at snake dot iap dot physik dot tu-darmstadt dot de
                   ` (3 preceding siblings ...)
  2004-03-12 21:50 ` mueller at kde dot org
@ 2004-03-13 23:35 ` schmid at snake dot iap dot physik dot tu-darmstadt dot de
  4 siblings, 0 replies; 6+ messages in thread
From: schmid at snake dot iap dot physik dot tu-darmstadt dot de @ 2004-03-13 23:35 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From schmid at snake dot iap dot physik dot tu-darmstadt dot de  2004-03-13 23:35 -------


*** This bug has been marked as a duplicate of 14550 ***

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |DUPLICATE


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


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2004-03-13 23:35 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-03-11  8:22 [Bug c++/14525] New: Cannot compile ace ice in find_function_data (regression) schmid at snake dot iap dot physik dot tu-darmstadt dot de
2004-03-11  8:24 ` [Bug c++/14525] " schmid at snake dot iap dot physik dot tu-darmstadt dot de
2004-03-11  8:27 ` schmid at snake dot iap dot physik dot tu-darmstadt dot de
2004-03-11 16:37 ` pinskia at gcc dot gnu dot org
2004-03-12 21:50 ` mueller at kde dot org
2004-03-13 23:35 ` schmid at snake dot iap dot physik dot tu-darmstadt dot de

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).