[Bug driver/47785] GCC with -flto does not pass options to the assembler

2011-11-02 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47785 --- Comment #2 from Richard Guenther 2011-11-02 15:01:09 UTC --- For this to be fixed we'd need something similar to COLLECT_GCC_OPTIONS, COLLECT_AS_OPTIONS for example, and lto-wrapper passing those on via -Wa to the link-time driver.

[Bug driver/47785] GCC with -flto does not pass options to the assembler

2011-02-18 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47785 Richard Guenther changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug driver/47785] GCC with -flto does not pass options to the assembler

2016-03-29 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=47785 Richard Biener changed: What|Removed |Added CC||vincent.riviere at freesbee dot fr ---

[Bug driver/47785] GCC with -flto does not pass options to the assembler

2015-12-08 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=47785 Dominique d'Humieres changed: What|Removed |Added CC||jon at beniston dot com --- Comme

[Bug driver/47785] GCC with -flto does not pass options to the assembler

2015-07-17 Thread ray.kinsella at intel dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=47785 Ray Kinsella changed: What|Removed |Added CC||ray.kinsella at intel dot com --- Comment

[Bug driver/47785] GCC with -flto does not pass options to the assembler

2015-09-23 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=47785 --- Comment #7 from Dominique d'Humieres --- Another instance on x86_64-apple-darwin14 with Xcode 7 [Book15] f90/bug% gcc6 /opt/gcc/_clean/gcc/testsuite/gcc.dg/debug/pr41893-1.c -gstabs1 -Wa,-Q -flto -fwhole-program -O /opt/gcc/_clean/gcc/testsu

[Bug driver/47785] GCC with -flto does not pass options to the assembler

2014-06-12 Thread m8r-540gv7 at mailinator dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=47785 m8r-540gv7 at mailinator dot com changed: What|Removed |Added CC||m8r-540gv7 at mailinato

[Bug driver/47785] GCC with -flto does not pass options to the assembler

2014-06-12 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=47785 Dominique d'Humieres changed: What|Removed |Added CC||dominiq at lps dot ens.fr --- Com

[Bug driver/47785] GCC with -flto does not pass options to the assembler

2014-06-12 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=47785 --- Comment #5 from Dominique d'Humieres --- > This causes compilation of AVX code using GCC 4.9 to fail on OS X Mavericks; > ... Exactly why I have opened pr61168!-(still not fixed).