[Bug c++/53261] [4.8 Regression] ICE in tree_strip_nop_conversions

2012-05-08 Thread manu at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53261 Manuel López-Ibáñez changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|

[Bug c++/53261] [4.8 Regression] ICE in tree_strip_nop_conversions

2012-05-08 Thread manu at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53261 --- Comment #5 from Manuel López-Ibáñez 2012-05-08 22:14:43 UTC --- Author: manu Date: Tue May 8 22:14:34 2012 New Revision: 187300 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=187300 Log: 2012-05-09 Manuel López-Ibáñez PR c++/

[Bug c++/53261] [4.8 Regression] ICE in tree_strip_nop_conversions

2012-05-08 Thread dave.anglin at bell dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53261 --- Comment #4 from dave.anglin at bell dot net 2012-05-08 15:26:51 UTC --- On 5/7/2012 12:25 PM, manu at gcc dot gnu.org wrote: > Could you test on hppa? The patch fixes the compilation error. > > > Actually, I am not sure whether "if (!tem || int

[Bug c++/53261] [4.8 Regression] ICE in tree_strip_nop_conversions

2012-05-07 Thread manu at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53261 --- Comment #3 from Manuel López-Ibáñez 2012-05-07 16:25:11 UTC --- (In reply to comment #2) > In general, build_range_check can return NULL_TREE. Just matter of doing: > > if (tem && integer_zerop (tem)) > return; > > like a few line

[Bug c++/53261] [4.8 Regression] ICE in tree_strip_nop_conversions

2012-05-07 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53261 --- Comment #2 from Paolo Carlini 2012-05-07 15:11:54 UTC --- In general, build_range_check can return NULL_TREE. Just matter of doing: if (tem && integer_zerop (tem)) return; like a few lines below?

[Bug c++/53261] [4.8 Regression] ICE in tree_strip_nop_conversions

2012-05-07 Thread danglin at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53261 --- Comment #1 from John David Anglin 2012-05-07 11:18:06 UTC --- Introduced in r187194.

[Bug c++/53261] [4.8 Regression] ICE in tree_strip_nop_conversions

2012-05-07 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53261 Richard Guenther changed: What|Removed |Added Target Milestone|--- |4.8.0