[Bug tree-optimization/37084] [4.4 regression] ICE in gimple_assign_rhs1

2008-08-14 Thread jakub at gcc dot gnu dot org
--- Comment #5 from jakub at gcc dot gnu dot org 2008-08-14 20:38 --- Fixed. -- jakub at gcc dot gnu dot org changed: What|Removed |Added Status|ASSIGNED

[Bug tree-optimization/37084] [4.4 regression] ICE in gimple_assign_rhs1

2008-08-12 Thread jakub at gcc dot gnu dot org
--- Comment #4 from jakub at gcc dot gnu dot org 2008-08-12 17:59 --- Subject: Bug 37084 Author: jakub Date: Tue Aug 12 17:57:49 2008 New Revision: 139028 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=139028 Log: PR tree-optimization/37084 * tree-inline.c (copy_

[Bug tree-optimization/37084] [4.4 regression] ICE in gimple_assign_rhs1

2008-08-12 Thread jakub at gcc dot gnu dot org
--- Comment #3 from jakub at gcc dot gnu dot org 2008-08-12 08:46 --- /* With return slot optimization we can end up with non-gimple (foo *)&this->m, fix that here. */ if ((is_gimple_assign (stmt) && gimple_assign_rhs_code (stmt) == NOP_EXPR

[Bug tree-optimization/37084] [4.4 regression] ICE in gimple_assign_rhs1

2008-08-12 Thread rguenth at gcc dot gnu dot org
--- Comment #2 from rguenth at gcc dot gnu dot org 2008-08-12 08:39 --- Confirmed. #3 0x006c360a in copy_bb (id=0x7fffd920, bb=0x7759c300, frequency_scale=0, count_scale=1) at /space/rguenther/src/svn/trunk/gcc/tree-inline.c:1269 1269 new_rhs = for

[Bug tree-optimization/37084] [4.4 regression] ICE in gimple_assign_rhs1

2008-08-11 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2008-08-11 21:07 --- Most likely introduced by the tuples merge ... -- pinskia at gcc dot gnu dot org changed: What|Removed |Added --

[Bug tree-optimization/37084] [4.4 regression] ICE in gimple_assign_rhs1

2008-08-11 Thread reichelt at gcc dot gnu dot org
-- 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=37084