More an cosmetic issue: 

when -fuse-linker-plugin -save-temps is used for a LTO code generation link
the resolution file passes to the linker is always the last argument on the
command line.

This means if it's an option (in my case -Wl,--end-group) you end up with
--end-group.res, which is rather ugly.

Should probably use the base name of the -o output argument instead.


-- 
           Summary: -fuse-linker-plugin -save-temps gives resolution file
                    base name of last argument
           Product: gcc
           Version: 4.6.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: driver
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: andi-gcc at firstfloor dot org
  GCC host triplet: x86_64-linux


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44986

Reply via email to