--- Comment #7 from jakub at gcc dot gnu dot org 2008-09-10 08:32 ---
*** Bug 37167 has been marked as a duplicate of this bug. ***
--
jakub at gcc dot gnu dot org changed:
What|Removed |Added
---
--- Comment #6 from jakub at gcc dot gnu dot org 2008-09-02 10:35 ---
Subject: Bug 37095
Author: jakub
Date: Tue Sep 2 10:33:46 2008
New Revision: 139887
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=139887
Log:
PR tree-optimization/37095
* cgraph.c (cgraph_nod
--- Comment #5 from jakub at gcc dot gnu dot org 2008-09-02 10:34 ---
Fixed.
--
jakub at gcc dot gnu dot org changed:
What|Removed |Added
Status|ASSIGNED
--- Comment #4 from jakub at gcc dot gnu dot org 2008-09-01 19:03 ---
Created an attachment (id=16184)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=16184&action=view)
gcc44-pr37095.patch
Patch I'm going to bootstrap now.
--
jakub at gcc dot gnu dot org changed:
Wh
--- Comment #3 from jakub at gcc dot gnu dot org 2008-09-01 13:50 ---
The problem is that cgraph_node_for_asm assumes that once it has been called
once, no new cgraph nodes will be created. But that's not true, at least C++
lang_hooks.callgraph.emit_associated_thunks (decl) adds new cgr
--- Comment #2 from rguenth at gcc dot gnu dot org 2008-08-22 15:26 ---
This looks like a fallout from the unit-at-a-time changes. The testcase
works for me with -O -fno-toplevel-reorder.
Honza, can you have a look here?
--
rguenth at gcc dot gnu dot org changed:
What
--
reichelt at gcc dot gnu dot org changed:
What|Removed |Added
Target Milestone|--- |4.4.0
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37095