public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/13729] New: ICE
@ 2004-01-18 14:34 schnetter at aei dot mpg dot de
  2004-01-18 14:35 ` [Bug c++/13729] ICE schnetter at aei dot mpg dot de
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: schnetter at aei dot mpg dot de @ 2004-01-18 14:34 UTC (permalink / raw)
  To: gcc-bugs

When I call g++ with the command listed in "COMMAND", I receive the lengthy 
error message from "OUTPUT".  It closes with the text 
 
internal compiler error: verify_cgraph_node failed. 
 
I will attach the preprocessed source code as "Setup.cc.i".  This is with g++ 
version 
 
g++ (GCC) 3.5-tree-ssa 20040118 (merged 20040102) 
 
with a checkout from today.

-- 
           Summary: ICE
           Product: gcc
           Version: tree-ssa
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: c++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: schnetter at aei dot mpg 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=13729


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

* [Bug c++/13729] ICE
  2004-01-18 14:34 [Bug c++/13729] New: ICE schnetter at aei dot mpg dot de
@ 2004-01-18 14:35 ` schnetter at aei dot mpg dot de
  2004-01-18 14:36 ` schnetter at aei dot mpg dot de
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: schnetter at aei dot mpg dot de @ 2004-01-18 14:35 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From schnetter at aei dot mpg dot de  2004-01-18 14:35 -------
Created an attachment (id=5514)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=5514&action=view)
Arguments to g++


-- 


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


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

* [Bug c++/13729] ICE
  2004-01-18 14:34 [Bug c++/13729] New: ICE schnetter at aei dot mpg dot de
  2004-01-18 14:35 ` [Bug c++/13729] ICE schnetter at aei dot mpg dot de
@ 2004-01-18 14:36 ` schnetter at aei dot mpg dot de
  2004-01-18 14:37 ` schnetter at aei dot mpg dot de
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: schnetter at aei dot mpg dot de @ 2004-01-18 14:36 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From schnetter at aei dot mpg dot de  2004-01-18 14:36 -------
Created an attachment (id=5515)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=5515&action=view)
Compiler output


-- 


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


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

* [Bug c++/13729] ICE
  2004-01-18 14:34 [Bug c++/13729] New: ICE schnetter at aei dot mpg dot de
  2004-01-18 14:35 ` [Bug c++/13729] ICE schnetter at aei dot mpg dot de
  2004-01-18 14:36 ` schnetter at aei dot mpg dot de
@ 2004-01-18 14:37 ` schnetter at aei dot mpg dot de
  2004-01-18 16:45 ` [Bug optimization/13729] [tree-ssa] CE pinskia at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: schnetter at aei dot mpg dot de @ 2004-01-18 14:37 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From schnetter at aei dot mpg dot de  2004-01-18 14:37 -------
Created an attachment (id=5516)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=5516&action=view)
Preprocessed source code


-- 


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


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

* [Bug optimization/13729] [tree-ssa] CE
  2004-01-18 14:34 [Bug c++/13729] New: ICE schnetter at aei dot mpg dot de
                   ` (2 preceding siblings ...)
  2004-01-18 14:37 ` schnetter at aei dot mpg dot de
@ 2004-01-18 16:45 ` pinskia at gcc dot gnu dot org
  2004-01-18 16:54 ` [Bug optimization/13729] [tree-ssa] ICE: Missing callgraph edge for call expr pinskia at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-01-18 16:45 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|normal                      |critical
          Component|c++                         |optimization
           Keywords|                            |ice-on-valid-code
            Summary|ICE                         |[tree-ssa] CE
   Target Milestone|---                         |tree-ssa


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


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

* [Bug optimization/13729] [tree-ssa] ICE: Missing callgraph edge for call expr
  2004-01-18 14:34 [Bug c++/13729] New: ICE schnetter at aei dot mpg dot de
                   ` (3 preceding siblings ...)
  2004-01-18 16:45 ` [Bug optimization/13729] [tree-ssa] CE pinskia at gcc dot gnu dot org
@ 2004-01-18 16:54 ` pinskia at gcc dot gnu dot org
  2004-01-19  0:56 ` cvs-commit at gcc dot gnu dot org
  2004-01-19 10:10 ` schnetter at aei dot mpg dot de
  6 siblings, 0 replies; 8+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-01-18 16:54 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-01-18 16:54 -------
Confirmed, also related to bug 13723.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2004-01-18 16:54:42
               date|                            |
            Summary|[tree-ssa] CE               |[tree-ssa] ICE: Missing
                   |                            |callgraph edge for call expr


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


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

* [Bug optimization/13729] [tree-ssa] ICE: Missing callgraph edge for call expr
  2004-01-18 14:34 [Bug c++/13729] New: ICE schnetter at aei dot mpg dot de
                   ` (4 preceding siblings ...)
  2004-01-18 16:54 ` [Bug optimization/13729] [tree-ssa] ICE: Missing callgraph edge for call expr pinskia at gcc dot gnu dot org
@ 2004-01-19  0:56 ` cvs-commit at gcc dot gnu dot org
  2004-01-19 10:10 ` schnetter at aei dot mpg dot de
  6 siblings, 0 replies; 8+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2004-01-19  0:56 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2004-01-19 00:56 -------
Subject: Bug 13729

CVSROOT:	/cvs/gcc
Module name:	gcc
Branch: 	tree-ssa-20020619-branch
Changes by:	hubicka@gcc.gnu.org	2004-01-19 00:56:28

Modified files:
	gcc            : ChangeLog.tree-ssa cgraphunit.c 

Log message:
	PR opt/13729
	* cgraphunit.c (cgraph_finalize_compilation_unit): Fix memory leak.
	(cgraph_remove_unreachable_nodes):  Do not mix analyzed and DECL_SAVED_TREE
	flags.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.tree-ssa.diff?cvsroot=gcc&only_with_tag=tree-ssa-20020619-branch&r1=1.1.2.1103&r2=1.1.2.1104
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cgraphunit.c.diff?cvsroot=gcc&only_with_tag=tree-ssa-20020619-branch&r1=1.1.4.30&r2=1.1.4.31



-- 


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


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

* [Bug optimization/13729] [tree-ssa] ICE: Missing callgraph edge for call expr
  2004-01-18 14:34 [Bug c++/13729] New: ICE schnetter at aei dot mpg dot de
                   ` (5 preceding siblings ...)
  2004-01-19  0:56 ` cvs-commit at gcc dot gnu dot org
@ 2004-01-19 10:10 ` schnetter at aei dot mpg dot de
  6 siblings, 0 replies; 8+ messages in thread
From: schnetter at aei dot mpg dot de @ 2004-01-19 10:10 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From schnetter at aei dot mpg dot de  2004-01-19 10:10 -------
With a fresh checkout of today the bug is fixed. 
 

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


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


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

end of thread, other threads:[~2004-01-19 10:10 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-01-18 14:34 [Bug c++/13729] New: ICE schnetter at aei dot mpg dot de
2004-01-18 14:35 ` [Bug c++/13729] ICE schnetter at aei dot mpg dot de
2004-01-18 14:36 ` schnetter at aei dot mpg dot de
2004-01-18 14:37 ` schnetter at aei dot mpg dot de
2004-01-18 16:45 ` [Bug optimization/13729] [tree-ssa] CE pinskia at gcc dot gnu dot org
2004-01-18 16:54 ` [Bug optimization/13729] [tree-ssa] ICE: Missing callgraph edge for call expr pinskia at gcc dot gnu dot org
2004-01-19  0:56 ` cvs-commit at gcc dot gnu dot org
2004-01-19 10:10 ` schnetter at aei dot mpg 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).