This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/52079] ICE in aggregate_value_p while building libgo on arm-linux-gnueabihf
- From: "jakub at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Wed, 01 Feb 2012 14:01:09 +0000
- Subject: [Bug target/52079] ICE in aggregate_value_p while building libgo on arm-linux-gnueabihf
- Auto-submitted: auto-generated
- References: <bug-52079-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52079
--- Comment #2 from Jakub Jelinek <jakub at gcc dot gnu.org> 2012-02-01 14:01:09 UTC ---
Created attachment 26543
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=26543
gcc47-pr52079.patch
Alternate patch for the GO FE. There are hundreds of other
lang_hooks.types.type_for_mode callers, so this variant seems to be safer to
me, at least at this point.