bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug ld/12942] Plugin not handling correctly resolution of COMDATs.


From: hjl.tools at gmail dot com
Subject: [Bug ld/12942] Plugin not handling correctly resolution of COMDATs.
Date: Mon, 27 Jun 2011 22:14:20 +0000

http://sourceware.org/bugzilla/show_bug.cgi?id=12942

H.J. Lu <hjl.tools at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |WAITING

--- Comment #1 from H.J. Lu <hjl.tools at gmail dot com> 2011-06-27 22:13:52 
UTC ---
Works for me with the current bfd linker:

address@hidden pr12942]$ make
/export/build/gnu/gcc/build-x86_64-linux/gcc/../../release/usr/gcc-4.7.0/bin/g++
-O2 -flto    -c -o a.o a.cc
/export/build/gnu/gcc/build-x86_64-linux/gcc/../../release/usr/gcc-4.7.0/bin/g++
-O2   -c -o b.o b.cc
/export/build/gnu/gcc/build-x86_64-linux/gcc/../../release/usr/gcc-4.7.0/bin/g++
-O2 -flto -fuse-linker-plugin -o x a.o b.o
./x
address@hidden pr12942]$
/export/build/gnu/gcc/build-x86_64-linux/gcc/../../release/usr/gcc-4.7.0/bin/g++
-O2 -fuse-linker-plugin -flto=jobserver -o x a.o b.o --save-temps
[Leaving LTRANS /tmp/ccyenCIi.args]
[Leaving LTRANS x.ltrans.out]
[Leaving LTRANS /tmp/ccLMrqHc.mk]
[Leaving LTRANS x.ltrans0.o]
address@hidden pr12942]$ cat  ./-lm.res 
1
a.o 3
164 18e9d954 PREEMPTED_REG _Z4testv
170 18e9d954 PREVAILING_DEF main
181 18e9d954 RESOLVED_EXEC _Z1bv
address@hidden pr12942]$

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]