[Bug c/11358] complex-6.c:40: internal compiler error: in subreg_hard_regno, at emit-rtl.c:1087
pinskia at physics dot uc dot edu
gcc-bugzilla@gcc.gnu.org
Sat Jul 5 23:58:00 GMT 2003
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11358
pinskia at physics dot uc dot edu changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
Last reconfirmed|0000-00-00 00:00:00 |2003-07-05 23:58:22
date| |
------- Additional Comments From pinskia at physics dot uc dot edu 2003-07-05 23:58 -------
I can confirm this on the mainline (20030705):
Reduced example:
__complex__ int ctest_int (__complex__ int x)
{
return ~x;
}
More information about the Gcc-bugs
mailing list