This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c/11358] complex-6.c:40: internal compiler error: in subreg_hard_regno, at emit-rtl.c:1087
- From: "pinskia at physics dot uc dot edu" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 5 Jul 2003 23:58:23 -0000
- Subject: [Bug c/11358] complex-6.c:40: internal compiler error: in subreg_hard_regno, at emit-rtl.c:1087
- References: <20030628095358.11358.olh@suse.de>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
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;
}