bug-binutils
[Top][All Lists]
Advanced

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

[Bug ld/20321] Segmentation fault with plugin


From: hjl.tools at gmail dot com
Subject: [Bug ld/20321] Segmentation fault with plugin
Date: Sat, 02 Jul 2016 23:30:24 +0000

https://sourceware.org/bugzilla/show_bug.cgi?id=20321

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2016-07-02
                 CC|                            |hjl.tools at gmail dot com
     Ever confirmed|0                           |1

--- Comment #1 from H.J. Lu <hjl.tools at gmail dot com> ---
I got

address@hidden tmp]$ cat x.c
int main ()
{
  return 0;
}
address@hidden tmp]$ gcc -flto x.c -Wl,-plugin,`gcc
-print-prog-name=liblto_plugin.so` 
collect2: fatal error: ld terminated with signal 11 [Segmentation fault], core
dumped
compilation terminated.
address@hidden tmp]$ 

-Wl,-plugin,`gcc -print-prog-name=liblto_plugin.so` is unnecessary.  But
ld shouldn't crash.

-- 
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]