[Bug target/66258] compiling a stdarg function with arch +nofp generates an ICE

2015-06-16 Thread wilson at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66258 --- Comment #9 from Jim Wilson --- Author: wilson Date: Tue Jun 16 20:11:41 2015 New Revision: 224538 URL: https://gcc.gnu.org/viewcvs?rev=224538&root=gcc&view=rev Log: gcc/ Backport from mainline 2015-06-02 Jim Wilson

[Bug target/66258] compiling a stdarg function with arch +nofp generates an ICE

2015-06-07 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66258 --- Comment #8 from Jakub Jelinek --- Whomever approved the patch for the trunk can also approve the backport.

[Bug target/66258] compiling a stdarg function with arch +nofp generates an ICE

2015-06-06 Thread jim.wilson at linaro dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66258 --- Comment #7 from jim.wilson at linaro dot org --- On Sat, Jun 6, 2015 at 2:02 AM, pinskia at gcc dot gnu.org wrote: >> Do you plan to backport this to gcc-5-branch? I didn't realize it was broken on the gcc-5 release branch. I only checked m

[Bug target/66258] compiling a stdarg function with arch +nofp generates an ICE

2015-06-06 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66258 --- Comment #6 from Andrew Pinski --- (In reply to Jakub Jelinek from comment #5) > Do you plan to backport this to gcc-5-branch? As I mentioned this is really needed to compile grub so if it is not back ported, you can't compile a full Linux di

[Bug target/66258] compiling a stdarg function with arch +nofp generates an ICE

2015-06-06 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66258 Jakub Jelinek changed: What|Removed |Added CC||jakub at gcc dot gnu.org --- Comment #5

[Bug target/66258] compiling a stdarg function with arch +nofp generates an ICE

2015-06-02 Thread wilson at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66258 Jim Wilson changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug target/66258] compiling a stdarg function with arch +nofp generates an ICE

2015-06-02 Thread wilson at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66258 --- Comment #3 from Jim Wilson --- The patch doesn't completely fix grub, because grub is trying to compile FP code with +nofp, which can't work without a soft-float ABI, which we don't have. So grub gets an error instead of an ICE with the patc

[Bug target/66258] compiling a stdarg function with arch +nofp generates an ICE

2015-06-02 Thread wilson at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66258 --- Comment #2 from Jim Wilson --- Author: wilson Date: Wed Jun 3 00:46:19 2015 New Revision: 224054 URL: https://gcc.gnu.org/viewcvs?rev=224054&root=gcc&view=rev Log: gcc/ PR target/66258 * config/aarch64/aarch64.c (aarch64_fun

[Bug target/66258] compiling a stdarg function with arch +nofp generates an ICE

2015-05-26 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66258 --- Comment #1 from Andrew Pinski --- Confirmed, happens with grub.