[Bug tree-optimization/39345] [4.4 Regression] ICE in copy_tree_body_r, at tree-inline.c:1020

2009-03-03 Thread rguenth at gcc dot gnu dot org
--- Comment #6 from rguenth at gcc dot gnu dot org 2009-03-03 13:58 --- HJ, your patch looks ok with an added function comment for have_remap_type. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39345

[Bug tree-optimization/39345] [4.4 Regression] ICE in copy_tree_body_r, at tree-inline.c:1020

2009-03-03 Thread rguenth at gcc dot gnu dot org
-- rguenth at gcc dot gnu dot org changed: What|Removed |Added Priority|P3 |P1 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39345

[Bug tree-optimization/39345] [4.4 Regression] ICE in copy_tree_body_r, at tree-inline.c:1020

2009-03-03 Thread hjl dot tools at gmail dot com
--- Comment #7 from hjl dot tools at gmail dot com 2009-03-03 15:25 --- A patch is posted at http://gcc.gnu.org/ml/gcc-patches/2009-03/msg00153.html -- hjl dot tools at gmail dot com changed: What|Removed |Added

[Bug tree-optimization/39345] [4.4 Regression] ICE in copy_tree_body_r, at tree-inline.c:1020

2009-03-03 Thread hjl at gcc dot gnu dot org
--- Comment #8 from hjl at gcc dot gnu dot org 2009-03-03 18:08 --- Subject: Bug 39345 Author: hjl Date: Tue Mar 3 18:08:01 2009 New Revision: 144581 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=144581 Log: 2009-03-03 H.J. Lu hongjiu...@intel.com PR middle-end/39345

[Bug tree-optimization/39345] [4.4 Regression] ICE in copy_tree_body_r, at tree-inline.c:1020

2009-03-03 Thread hjl dot tools at gmail dot com
--- Comment #9 from hjl dot tools at gmail dot com 2009-03-03 18:27 --- Fixed. -- hjl dot tools at gmail dot com changed: What|Removed |Added Status|NEW

[Bug tree-optimization/39345] [4.4 Regression] ICE in copy_tree_body_r, at tree-inline.c:1020

2009-03-02 Thread rguenth at gcc dot gnu dot org
--- Comment #1 from rguenth at gcc dot gnu dot org 2009-03-02 14:48 --- Created an attachment (id=17383) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=17383action=view) testcase Preprocessed source (x86_64). -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39345

[Bug tree-optimization/39345] [4.4 Regression] ICE in copy_tree_body_r, at tree-inline.c:1020

2009-03-02 Thread rguenth at gcc dot gnu dot org
--- Comment #2 from rguenth at gcc dot gnu dot org 2009-03-02 14:50 --- Doesn't ICE with -O -g. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added Target

[Bug tree-optimization/39345] [4.4 Regression] ICE in copy_tree_body_r, at tree-inline.c:1020

2009-03-02 Thread hjl dot tools at gmail dot com
--- Comment #3 from hjl dot tools at gmail dot com 2009-03-02 18:33 --- This is introduced by revision 144529: http://gcc.gnu.org/ml/gcc-cvs/2009-03/msg00031.html -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39345

[Bug tree-optimization/39345] [4.4 Regression] ICE in copy_tree_body_r, at tree-inline.c:1020

2009-03-02 Thread ebotcazou at gcc dot gnu dot org
--- Comment #4 from ebotcazou at gcc dot gnu dot org 2009-03-02 18:42 --- I'm seeing it on an ACATS test as well (with local compiler modifications). -- ebotcazou at gcc dot gnu dot org changed: What|Removed |Added

[Bug tree-optimization/39345] [4.4 Regression] ICE in copy_tree_body_r, at tree-inline.c:1020

2009-03-02 Thread hjl dot tools at gmail dot com
--- Comment #5 from hjl dot tools at gmail dot com 2009-03-02 23:47 --- can_be_nonlocal calls remap_type to return the remapped type. But it isn't stored anywhere. Is that intentional? I don't know if this patch makes any senses. It fixed ICE. Index: tree-inline.c