This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug tree-optimization/26626] [4.2 Regression] ICE in in add_virtual_operand
- From: "dberlin at dberlin dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 13 Mar 2006 16:52:44 -0000
- Subject: [Bug tree-optimization/26626] [4.2 Regression] ICE in in add_virtual_operand
- References: <bug-26626-12049@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #11 from dberlin at gcc dot gnu dot org 2006-03-13 16:52 -------
Subject: Re: [4.2 Regression] ICE in in
add_virtual_operand
On Mon, 2006-03-13 at 16:17 +0000, mueller at gcc dot gnu dot org wrote:
>
> ------- Comment #10 from mueller at gcc dot gnu dot org 2006-03-13 16:17 -------
> it looks to me that this commit exposed/introduced the ICE:
Yes, we already know that :)
Thanks though.
This is just another case of us catching more illegal code with this ICE
(as we used to with the NMT ice).
The only solution in these cases it to remove the assert and let it
generate bad code, but I want to fix other issues first before removing
the assert.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26626