This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c/11805] [3.3 only] [H8300] ICE
- 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 Aug 2003 14:08:09 -0000
- Subject: [Bug c/11805] [3.3 only] [H8300] ICE
- References: <20030805104259.11805.shrinivasa@kpitcummins.com>
- 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=11805
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-08-05 14:08:09
date| |
------- Additional Comments From pinskia at physics dot uc dot edu 2003-08-05 14:08 -------
I can confirm this in 3.3.1 (20030728).
>From final.c:
2795 #ifdef HAVE_ATTR_length
2796 /* This instruction should have been split in shorten_branches,
2797 to ensure that we would have valid length info for the
2798 splitees. */
2799 abort ();
2800 #endif