This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Move LTRANS invocation from lto1 to lto-wrapper


On Fri, 7 May 2010, Richard Guenther wrote:

> On Fri, 7 May 2010, Steven Bosscher wrote:
> 
> > On Fri, May 7, 2010 at 11:27 PM, Richard Guenther
> > <richard.guenther@gmail.com> wrote:
> > 
> > > Can you post output of -v -Wl,-debug?
> > 
> > Sure:
> > 
> > bash-3.2$ ./xgcc -B. -O -fwhopr 980701-1.c -o 980701-1 -v -Wl,-debug
> > Reading specs from ./specs
> 
> can you rm ./specs and try again?
> 
> ;)

Or rather I see this myself:

COLLECT_GCC_OPTIONS='-c' '-B.' '-O' '-o' 't' '-v' '-mtune=generic' 
'-march=pentiumpro' '-fltrans' '-o' '/tmp/ccJNpZWg.wpa.ltrans.o'

the double -o is already bogus

 ./as --traditional-format -V -Qy --32 -o t -o /tmp/ccJNpZWg.wpa.ltrans.o 
/tmp/ccxo11Ti.s

but GNU as doesn't care.

I will have a look.

Richard.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]