This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug middle-end/48493] [4.6/4.7 Regression] ice in expand_expr_addr_expr_1 with complex types and mem_ref
- From: "pinskia at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Wed, 30 May 2012 19:08:58 +0000
- Subject: [Bug middle-end/48493] [4.6/4.7 Regression] ice in expand_expr_addr_expr_1 with complex types and mem_ref
- Auto-submitted: auto-generated
- References: <bug-48493-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48493
--- Comment #13 from Andrew Pinski <pinskia at gcc dot gnu.org> 2012-05-30 19:08:58 UTC ---
(In reply to comment #12)
> >on arm? That's pre-approved if it passes bootstrap & regtest
>
> I will try it on MIPS since I saw the exact same ICE and the exact same
> "(concat:SC (reg/v:SF 134 [ s ])
> (reg/v:SF 135 [ s+4 ]))" .
It fixes the bug and I saw no regressions on mips.
Thanks,
Andrew