[Bug lto/44802] -flto -fuse-linker-plugin causes undefined references from libc in the link phase

2010-07-27 Thread moonshine at kapsi dot fi
--- Comment #6 from moonshine at kapsi dot fi 2010-07-27 12:42 --- (In reply to comment #5) I compiled xz with a trunk compiler and this seems to be fixed now. Thanks! -- moonshine at kapsi dot fi changed: What|Removed |Added

[Bug lto/44802] -flto -fuse-linker-plugin causes undefined references from libc in the link phase

2010-07-26 Thread hubicka at gcc dot gnu dot org
--- Comment #5 from hubicka at gcc dot gnu dot org 2010-07-26 21:14 --- I fixed similar problem on mainline (it was bogus visibility handling for external symbols). Can you re-try? -- hubicka at gcc dot gnu dot org changed: What|Removed |Added

[Bug lto/44802] -flto -fuse-linker-plugin causes undefined references from libc in the link phase

2010-07-07 Thread moonshine at kapsi dot fi
--- Comment #4 from moonshine at kapsi dot fi 2010-07-08 02:02 --- (In reply to comment #3) Bug mentioned in #3 was fixed on the mainline, so now this issue manifests itself on trunk also. The difficulty is that a complete testcase would be to build xz, the smaller case I added is

[Bug lto/44802] -flto -fuse-linker-plugin causes undefined references from libc in the link phase

2010-07-03 Thread moonshine at kapsi dot fi
--- Comment #1 from moonshine at kapsi dot fi 2010-07-03 12:32 --- Created an attachment (id=21076) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=21076action=view) full error message -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44802

[Bug lto/44802] -flto -fuse-linker-plugin causes undefined references from libc in the link phase

2010-07-03 Thread moonshine at kapsi dot fi
--- Comment #2 from moonshine at kapsi dot fi 2010-07-03 12:33 --- Created an attachment (id=21077) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=21077action=view) a testcase -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44802

[Bug lto/44802] -flto -fuse-linker-plugin causes undefined references from libc in the link phase

2010-07-03 Thread moonshine at kapsi dot fi
--- Comment #3 from moonshine at kapsi dot fi 2010-07-03 13:35 --- On trunk the same link command fails too, but in a different way. I was able to produce a reduced testcase and filed a new report as these issues are probably not related.