https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61168

            Bug ID: 61168
           Summary: Assembler options (-Wa,*) are not propagated when
                    using -flto
           Product: gcc
           Version: 4.10.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: lto
          Assignee: unassigned at gcc dot gnu.org
          Reporter: dominiq at lps dot ens.fr
                CC: hubicka at ucw dot cz, iains at gcc dot gnu.org

Compiling a code with -Wa,-q pass the -q option to the assembler:

as -arch x86_64 -force_cpusubtype_ALL -q -o /var/folders/...

(on darwin). Adding -flto does not allow it:

as -arch x86_64 -force_cpusubtype_ALL -o /var/folders/...

Reply via email to