public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/47367] New: internal compiler error: verify_cgraph_node failed
@ 2011-01-20  2:15 jjcogliati-r1 at yahoo dot com
  2011-01-20 10:52 ` [Bug c++/47367] " rguenth at gcc dot gnu.org
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: jjcogliati-r1 at yahoo dot com @ 2011-01-20  2:15 UTC (permalink / raw)
  To: gcc-bugs

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

           Summary: internal compiler error: verify_cgraph_node failed
           Product: gcc
           Version: 4.6.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: jjcogliati-r1@yahoo.com


Created attachment 23038
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=23038
preprocessed source from VTK.

Internal compiler error found.

/home/jjc/gcc/gcc_install/bin/g++  -v
Using built-in specs.
COLLECT_GCC=/home/jjc/gcc/gcc_install/bin/g++
COLLECT_LTO_WRAPPER=/home/jjc/gcc/gcc_install/libexec/gcc/x86_64-unknown-linux-gnu/4.6.0/lto-wrapper
Target: x86_64-unknown-linux-gnu
Configured with: ../gcc-4.6-20101218/configure
--prefix=/home/jjc/gcc/gcc_install
Thread model: posix
gcc version 4.6.0 20101218 (experimental) (GCC) 

command line:
/home/jjc/gcc/gcc_install/bin/g++   -DvtkCommon_EXPORTS -DVTK_IN_VTK -m64 -fPIC
 -Wno-deprecated -O3 -DNDEBUG -fPIC -c vtkMultiThreader.ii 

Output:
/home/jjc/visit_dir/VTK/Common/vtkMultiThreader.cxx: In static member function
‘static int vtkMultiThreader::ThreadsEqual(vtkMultiThreaderIDType,
vtkMultiThreaderIDType)’:
/home/jjc/visit_dir/VTK/Common/vtkMultiThreader.cxx:746:30: error: inline clone
is needed
int pthread_equal(pthread_t, pthread_t)/50(42) @0x7fdc3335d9a0 (asm:
pthread_equal) (inline copy in static int
vtkMultiThreader::ThreadsEqual(vtkMultiThreaderIDType,
vtkMultiThreaderIDType)/332) availability:available analyzed 3 time, 15 benefit
4 size, 7 benefit needed reachable body finalized always_inline
  called by: static int vtkMultiThreader::ThreadsEqual(vtkMultiThreaderIDType,
vtkMultiThreaderIDType)/332 (1.00 per call) (inlined) 
  calls: 
  References: 
  Refering this function: 
/home/jjc/visit_dir/VTK/Common/vtkMultiThreader.cxx:746:30: internal compiler
error: verify_cgraph_node failed
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.


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

* [Bug c++/47367] internal compiler error: verify_cgraph_node failed
  2011-01-20  2:15 [Bug c++/47367] New: internal compiler error: verify_cgraph_node failed jjcogliati-r1 at yahoo dot com
@ 2011-01-20 10:52 ` rguenth at gcc dot gnu.org
  2011-01-20 16:41   ` Jan Hubicka
  2011-01-20 16:50 ` hubicka at ucw dot cz
                   ` (2 subsequent siblings)
  3 siblings, 1 reply; 6+ messages in thread
From: rguenth at gcc dot gnu.org @ 2011-01-20 10:52 UTC (permalink / raw)
  To: gcc-bugs

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

Richard Guenther <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |WAITING
   Last reconfirmed|                            |2011.01.20 10:47:10
     Ever Confirmed|0                           |1

--- Comment #1 from Richard Guenther <rguenth at gcc dot gnu.org> 2011-01-20 10:47:10 UTC ---
It works for me with current trunk which suggests this is a duplicate bug
that was fixed in the meantime.  Please re-check with a more recent version.


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

* Re: [Bug c++/47367] internal compiler error: verify_cgraph_node failed
  2011-01-20 10:52 ` [Bug c++/47367] " rguenth at gcc dot gnu.org
@ 2011-01-20 16:41   ` Jan Hubicka
  0 siblings, 0 replies; 6+ messages in thread
From: Jan Hubicka @ 2011-01-20 16:41 UTC (permalink / raw)
  To: rguenth at gcc dot gnu.org; +Cc: gcc-bugs

> It works for me with current trunk which suggests this is a duplicate bug
> that was fixed in the meantime.  Please re-check with a more recent version.
Yes, I am pretty sure it is dup of the inliner bug I was fixing earlier this year.
Honza


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

* [Bug c++/47367] internal compiler error: verify_cgraph_node failed
  2011-01-20  2:15 [Bug c++/47367] New: internal compiler error: verify_cgraph_node failed jjcogliati-r1 at yahoo dot com
  2011-01-20 10:52 ` [Bug c++/47367] " rguenth at gcc dot gnu.org
@ 2011-01-20 16:50 ` hubicka at ucw dot cz
  2011-01-20 18:24 ` jjcogliati-r1 at yahoo dot com
  2011-01-20 19:36 ` jjcogliati-r1 at yahoo dot com
  3 siblings, 0 replies; 6+ messages in thread
From: hubicka at ucw dot cz @ 2011-01-20 16:50 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #2 from Jan Hubicka <hubicka at ucw dot cz> 2011-01-20 16:12:10 UTC ---
> It works for me with current trunk which suggests this is a duplicate bug
> that was fixed in the meantime.  Please re-check with a more recent version.
Yes, I am pretty sure it is dup of the inliner bug I was fixing earlier this
year.
Honza


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

* [Bug c++/47367] internal compiler error: verify_cgraph_node failed
  2011-01-20  2:15 [Bug c++/47367] New: internal compiler error: verify_cgraph_node failed jjcogliati-r1 at yahoo dot com
  2011-01-20 10:52 ` [Bug c++/47367] " rguenth at gcc dot gnu.org
  2011-01-20 16:50 ` hubicka at ucw dot cz
@ 2011-01-20 18:24 ` jjcogliati-r1 at yahoo dot com
  2011-01-20 19:36 ` jjcogliati-r1 at yahoo dot com
  3 siblings, 0 replies; 6+ messages in thread
From: jjcogliati-r1 at yahoo dot com @ 2011-01-20 18:24 UTC (permalink / raw)
  To: gcc-bugs

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

Joshua Cogliati <jjcogliati-r1 at yahoo dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jjcogliati-r1 at yahoo dot
                   |                            |com

--- Comment #3 from Joshua Cogliati <jjcogliati-r1 at yahoo dot com> 2011-01-20 18:00:17 UTC ---
It is fixed in gcc-4.6-20110115.   I also get it gcc 4.5.1, so I would like to 
check in gcc 4.5.2 before this gets closed.


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

* [Bug c++/47367] internal compiler error: verify_cgraph_node failed
  2011-01-20  2:15 [Bug c++/47367] New: internal compiler error: verify_cgraph_node failed jjcogliati-r1 at yahoo dot com
                   ` (2 preceding siblings ...)
  2011-01-20 18:24 ` jjcogliati-r1 at yahoo dot com
@ 2011-01-20 19:36 ` jjcogliati-r1 at yahoo dot com
  3 siblings, 0 replies; 6+ messages in thread
From: jjcogliati-r1 at yahoo dot com @ 2011-01-20 19:36 UTC (permalink / raw)
  To: gcc-bugs

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

Joshua Cogliati <jjcogliati-r1 at yahoo dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |RESOLVED
         Resolution|                            |FIXED

--- Comment #4 from Joshua Cogliati <jjcogliati-r1 at yahoo dot com> 2011-01-20 18:52:41 UTC ---
Also fixed in gcc 4.5.2.  Closing.


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

end of thread, other threads:[~2011-01-20 18:52 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-01-20  2:15 [Bug c++/47367] New: internal compiler error: verify_cgraph_node failed jjcogliati-r1 at yahoo dot com
2011-01-20 10:52 ` [Bug c++/47367] " rguenth at gcc dot gnu.org
2011-01-20 16:41   ` Jan Hubicka
2011-01-20 16:50 ` hubicka at ucw dot cz
2011-01-20 18:24 ` jjcogliati-r1 at yahoo dot com
2011-01-20 19:36 ` jjcogliati-r1 at yahoo dot com

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).