This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug middle-end/23714] [4.1 Regression] ICE in expand_assignment
- From: "bonzini at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 12 Sep 2005 12:41:58 -0000
- Subject: [Bug middle-end/23714] [4.1 Regression] ICE in expand_assignment
- References: <20050903090953.23714.kkojima@gcc.gnu.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From bonzini at gcc dot gnu dot org 2005-09-12 12:41 -------
The problem is that the array is mapped to a single SFmode register.
One could probably replace the assert with a run-time invocation of abort().
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23714