[Bug c/51527] ICE: Segmentation fault: 'convert_to_integer' enters infinite recursion

2012-04-27 Thread gjl at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51527 Georg-Johann Lay changed: What|Removed |Added Status|NEW |RESOLVED Known to work|

[Bug c/51527] ICE: Segmentation fault: 'convert_to_integer' enters infinite recursion

2012-04-27 Thread gjl at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51527 --- Comment #4 from Georg-Johann Lay 2012-04-27 10:52:03 UTC --- Author: gjl Date: Fri Apr 27 10:51:58 2012 New Revision: 186899 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=186899 Log: PR c/51527 * convert.c (convert_to_integer

[Bug c/51527] ICE: Segmentation fault: 'convert_to_integer' enters infinite recursion

2012-03-22 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51527 Richard Guenther changed: What|Removed |Added Target Milestone|4.7.0 |4.7.1 --- Comment #3 from Richard Guen

[Bug c/51527] ICE: Segmentation fault: 'convert_to_integer' enters infinite recursion

2012-03-05 Thread gjl at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51527 --- Comment #2 from Georg-Johann Lay 2012-03-05 17:31:49 UTC --- Here is a smaller test case: __int24 add3 (__int24 a) { return a + 0x1; } It works if -- the constant is cast with (__int24) 0x1 -- the constant is smaller than 0x1

[Bug c/51527] ICE: Segmentation fault: 'convert_to_integer' enters infinite recursion

2011-12-13 Thread gjl at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51527 Georg-Johann Lay changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug c/51527] ICE: Segmentation fault: 'convert_to_integer' enters infinite recursion

2011-12-13 Thread gjl at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51527 --- Comment #1 from Georg-Johann Lay 2011-12-13 12:30:12 UTC --- Created attachment 26069 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=26069 Log output, FYI