Re: [Mingw-w64-public] Linker plugin problem

2014-05-01 Thread LRN
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 01.05.2014 17:56, TOCK Chiu wrote: > > The linker plugin with LTO seems not working. When I link a static > library which only contains LTO-enabled slim objects, the flag > -fuse-linker-plugin doesn't work. The linker always tell me some symbols >

[Mingw-w64-public] Linker plugin problem

2014-05-01 Thread TOCK Chiu
Hi, The linker plugin with LTO seems not working. When I link a static library which only contains LTO-enabled slim objects, the flag -fuse-linker-plugin doesn't work. The linker always tell me some symbols are undefined. Is it a bug? What I use is: x86_64-4.9.0-release-win32-sjlj-rt_v3-rev1 Th