------- Comment #6 from hjl dot tools at gmail dot com 2010-05-26 20:36 -------
A simple testcase:
[...@gnu-32 gcc]$ cat /tmp/x.c
unsigned long long
foo (int signed_flag)
{
unsigned long long value;
value = signed_flag ? 0x7fffffffffffffff : 0xffffffffffffffff;
return value;
}
[...@gnu-32 gcc]$ ./xgcc -B./ -m32 -S /tmp/x.c
/tmp/x.c: In function foo:
/tmp/x.c:5:3: internal compiler error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.
[...@gnu-32 gcc]$
--
hjl dot tools at gmail dot com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed|0 |1
Last reconfirmed|0000-00-00 00:00:00 |2010-05-26 20:36:19
date| |
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44287