--- Comment #6 from rguenth at gcc dot gnu dot org 2008-01-13 16:32 ---
Fixed.
--
rguenth at gcc dot gnu dot org changed:
What|Removed |Added
Status|ASSIGNED
--- Comment #5 from rguenth at gcc dot gnu dot org 2008-01-13 16:31 ---
Subject: Bug 34601
Author: rguenth
Date: Sun Jan 13 16:30:51 2008
New Revision: 131506
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=131506
Log:
2008-01-13 Richard Guenther <[EMAIL PROTECTED]>
PR
--- Comment #4 from rguenth at gcc dot gnu dot org 2008-01-13 16:13 ---
This works with -funit-at-a-time, where we don't expand.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34601
--- Comment #3 from rguenth at gcc dot gnu dot org 2008-01-13 15:15 ---
This was caused by
+2007-12-19 Richard Sandiford <[EMAIL PROTECTED]>
+
+ * rtl.def (SUBREG): Update comments.
...
+ (set_reg_attrs_for_decl_rtl): New function, split out from
+ set_decl_incoming_
--- Comment #2 from rguenth at gcc dot gnu dot org 2008-01-13 15:11 ---
Confirmed. We leak
(gdb) call debug_tree (t)
used unsigned SI file t.i line 3 col 10
align 32 context
(reg:SI 58)>
to
#2 0x08218782 in set_reg_attrs_for_decl_rtl (t=0xb7cb2108, x=0xb7caee60)
a
--- Comment #1 from pinskia at gcc dot gnu dot org 2007-12-28 02:16 ---
Related to PR 32295.
--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added
--
reichelt at gcc dot gnu dot org changed:
What|Removed |Added
Target Milestone|--- |4.3.0
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34601