[Bug tree-optimization/38072] [4.3 Regression] ICE during inlining of valid code

2011-06-27 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38072 Richard Guenther changed: What|Removed |Added Status|NEW |RESOLVED Known to work|

[Bug tree-optimization/38072] [4.3 Regression] ICE during inlining of valid code

2010-05-22 Thread rguenth at gcc dot gnu dot org
--- Comment #17 from rguenth at gcc dot gnu dot org 2010-05-22 18:12 --- GCC 4.3.5 is being released, adjusting target milestone. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added --

[Bug tree-optimization/38072] [4.3 Regression] ICE during inlining of valid code

2009-08-04 Thread rguenth at gcc dot gnu dot org
--- Comment #16 from rguenth at gcc dot gnu dot org 2009-08-04 12:29 --- GCC 4.3.4 is being released, adjusting target milestone. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added --

[Bug tree-optimization/38072] [4.3 Regression] ICE during inlining of valid code

2009-07-14 Thread mikpe at it dot uu dot se
--- Comment #15 from mikpe at it dot uu dot se 2009-07-14 19:51 --- (In reply to comment #14) > Bah. So this then becomes "it would be interesting to know what fixed this on > the gimple-tuples-branch" ... Revision 134191 fixed this on gimple-tuples-branch. -- http://gcc.gnu.org/b

[Bug tree-optimization/38072] [4.3 Regression] ICE during inlining of valid code

2009-07-11 Thread rguenth at gcc dot gnu dot org
--- Comment #14 from rguenth at gcc dot gnu dot org 2009-07-11 15:40 --- Bah. So this then becomes "it would be interesting to know what fixed this on the gimple-tuples-branch" ... -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38072

[Bug tree-optimization/38072] [4.3 Regression] ICE during inlining of valid code

2009-07-11 Thread mikpe at it dot uu dot se
--- Comment #13 from mikpe at it dot uu dot se 2009-07-11 15:34 --- (In reply to comment #12) > would be interesting to know what fixed this on the trunk. A binary search on trunk identified revision 138207 as the point that fixed this ICE. That revision is a large merge from gimple-tup

[Bug tree-optimization/38072] [4.3 Regression] ICE during inlining of valid code

2009-07-10 Thread rguenth at gcc dot gnu dot org
--- Comment #12 from rguenth at gcc dot gnu dot org 2009-07-10 12:18 --- would be interesting to know what fixed this on the trunk. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38072

[Bug tree-optimization/38072] [4.3 Regression] ICE during inlining of valid code

2009-01-30 Thread rguenth at gcc dot gnu dot org
--- Comment #11 from rguenth at gcc dot gnu dot org 2009-01-31 00:08 --- Hm, we are remapping iftmp.1_6 = (struct A[0:n.0 + -1] *) D.1755_5 where the variable array pointer type contains in TYPE_SIZE_UNIT n.0_3 * 4 and n.0_3 is on the free list. I wonder how we end up with an SSA nam

[Bug tree-optimization/38072] [4.3 Regression] ICE during inlining of valid code

2009-01-30 Thread pinskia at gcc dot gnu dot org
--- Comment #10 from pinskia at gcc dot gnu dot org 2009-01-30 22:20 --- *** Bug 39047 has been marked as a duplicate of this bug. *** -- pinskia at gcc dot gnu dot org changed: What|Removed |Added -

[Bug tree-optimization/38072] [4.3 Regression] ICE during inlining of valid code

2009-01-24 Thread rguenth at gcc dot gnu dot org
--- Comment #9 from rguenth at gcc dot gnu dot org 2009-01-24 10:20 --- GCC 4.3.3 is being released, adjusting target milestone. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added

[Bug tree-optimization/38072] [4.3 Regression] ICE during inlining of valid code

2008-12-28 Thread reichelt at gcc dot gnu dot org
--- Comment #8 from reichelt at gcc dot gnu dot org 2008-12-28 18:50 --- Shorter testcase without templates: == inline void* operator new[](__SIZE_TYPE__, void* p) throw() { return p; } struct A { A() {} int i

[Bug tree-optimization/38072] [4.3 Regression] ICE during inlining of valid code

2008-11-30 Thread rguenth at gcc dot gnu dot org
-- rguenth at gcc dot gnu dot org changed: What|Removed |Added Priority|P3 |P2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38072

[Bug tree-optimization/38072] [4.3 Regression] ICE during inlining of valid code

2008-11-19 Thread rguenth at gcc dot gnu dot org
--- Comment #7 from rguenth at gcc dot gnu dot org 2008-11-19 22:57 --- We are remapping (gdb) up #4 0x08330b6c in remap_type_1 (type=0xb7d835b0, id=0xbfbe96a4) at /home/richard/src/gcc-4_3-branch/gcc/tree-inline.c:403 403 walk_tree (&TYPE_SIZE_UNIT (new), copy_body_r, id, NU

[Bug tree-optimization/38072] [4.3 Regression] ICE during inlining of valid code

2008-11-10 Thread pinskia at gcc dot gnu dot org
--- Comment #6 from pinskia at gcc dot gnu dot org 2008-11-10 23:57 --- Confirmed, still fails today on 4.3 branch. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added -