[Bug c++/52639] ice in supportable_widening_operation

2014-02-16 Thread jackie.rosen at hushmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52639 Jackie Rosen changed: What|Removed |Added CC||jackie.rosen at hushmail dot com --- Comm

[Bug c++/52639] ice in supportable_widening_operation

2012-04-24 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52639 Paolo Carlini changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|

[Bug c++/52639] ice in supportable_widening_operation

2012-04-24 Thread vincent-gcc at vinc17 dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52639 --- Comment #8 from Vincent Lefèvre 2012-04-24 23:58:06 UTC --- I confirm that rebuilding gcc-snapshot with the patch http://gcc.gnu.org/viewcvs?view=revision&revision=186272 for PR tree-optimization/52870 solves the problem. So, I think that th

[Bug c++/52639] ice in supportable_widening_operation

2012-04-24 Thread dcb314 at hotmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52639 --- Comment #7 from dcb 2012-04-24 18:08:53 UTC --- (In reply to comment #6) > Supposedly fixed by > > 2012-04-10 Ulrich Weigand > > PR tree-optimization/52870 > * tree-vect-patterns.c (vect_recog_widen_mult_pattern): Verify t

[Bug c++/52639] ice in supportable_widening_operation

2012-04-24 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52639 --- Comment #6 from Richard Guenther 2012-04-24 14:04:42 UTC --- Supposedly fixed by 2012-04-10 Ulrich Weigand PR tree-optimization/52870 * tree-vect-patterns.c (vect_recog_widen_mult_pattern): Verify that presumed pa

[Bug c++/52639] ice in supportable_widening_operation

2012-04-24 Thread vincent-gcc at vinc17 dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52639 --- Comment #5 from Vincent Lefèvre 2012-04-24 13:22:08 UTC --- Same problem here under Debian/unstable (x86_64), with: gcc-snapshot -O3 -march=native -std=gnu99 -c ice-setf.i and the testcase below, using: gcc (Debian 20120407-1) 4.8.0 201204

[Bug c++/52639] ice in supportable_widening_operation

2012-04-03 Thread dcb314 at hotmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52639 --- Comment #4 from dcb 2012-04-03 19:31:58 UTC --- Finally, I managed to get delta to do something useful. Minimal test case attached.

[Bug c++/52639] ice in supportable_widening_operation

2012-04-03 Thread dcb314 at hotmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52639 --- Comment #3 from dcb 2012-04-03 19:29:11 UTC --- Created attachment 27079 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=27079 C++ source code

[Bug c++/52639] ice in supportable_widening_operation

2012-03-31 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52639 Paolo Carlini changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|

[Bug c++/52639] ice in supportable_widening_operation

2012-03-20 Thread dcb314 at hotmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52639 dcb changed: What|Removed |Added Component|c |c++ --- Comment #1 from dcb 2012-03-20 18:50:21 UT