[Bug c++/31526] [4.3 regression] ICE in alloc_aux_for_block()

2007-04-10 Thread martin at mpa-garching dot mpg dot de
--- Comment #1 from martin at mpa-garching dot mpg dot de 2007-04-10 12:54 --- Created an attachment (id=13343) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=13343action=view) unreduced testcase -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31526

[Bug c++/31526] [4.3 regression] ICE in alloc_aux_for_block()

2007-04-10 Thread rguenth at gcc dot gnu dot org
--- Comment #2 from rguenth at gcc dot gnu dot org 2007-04-10 13:07 --- Zdenek, this is likely caused by your patch (same bug as for tramp3d). Reducing. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/31526] [4.3 regression] ICE in alloc_aux_for_block()

2007-04-10 Thread rakdver at gcc dot gnu dot org
--- Comment #3 from rakdver at gcc dot gnu dot org 2007-04-10 13:10 --- Most likely (although probably it just exposes an existing bug, some pass forgets to clean up aux after using it). -- rakdver at gcc dot gnu dot org changed: What|Removed

[Bug c++/31526] [4.3 regression] ICE in alloc_aux_for_block()

2007-04-10 Thread rakdver at gcc dot gnu dot org
--- Comment #4 from rakdver at gcc dot gnu dot org 2007-04-10 13:59 --- This patch fixes the problem: Index: tree-inline.c === *** tree-inline.c (revision 123693) --- tree-inline.c (working copy)

[Bug c++/31526] [4.3 regression] ICE in alloc_aux_for_block()

2007-04-10 Thread rguenth at gcc dot gnu dot org
--- Comment #5 from rguenth at gcc dot gnu dot org 2007-04-10 14:08 --- Created an attachment (id=13344) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=13344action=view) reduced testcase -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31526