[Bug lto/52634] multiple definition error when using alias

2021-12-24 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=52634 Andrew Pinski changed: What|Removed |Added Resolution|--- |FIXED Target Milestone|---

[Bug lto/52634] multiple definition error when using alias

2012-10-14 Thread tianbin at cernet dot edu.cn
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52634 --- Comment #10 from Bin Tian tianbin at cernet dot edu.cn 2012-10-14 09:14:13 UTC --- please backport to gcc-4_7-branch, thanks.

[Bug lto/52634] multiple definition error when using alias

2012-04-10 Thread hubicka at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52634 --- Comment #9 from Jan Hubicka hubicka at gcc dot gnu.org 2012-04-10 15:09:27 UTC --- Fixed on mainline, will backport the fix if no problems shows up.

[Bug lto/52634] multiple definition error when using alias

2012-04-09 Thread hubicka at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52634 --- Comment #8 from Jan Hubicka hubicka at gcc dot gnu.org 2012-04-09 23:39:15 UTC --- Author: hubicka Date: Mon Apr 9 23:39:11 2012 New Revision: 186252 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=186252 Log: PR lto/52722 PR

[Bug lto/52634] multiple definition error when using alias

2012-03-25 Thread hubicka at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52634 --- Comment #7 from Jan Hubicka hubicka at gcc dot gnu.org 2012-03-25 10:14:40 UTC --- Hmm, partitioning seems right. We get into ltrans0: cfliteValueCallBacks: availability:not-ready (asm: cfliteValueCallBacks) needed analyzed finalized

[Bug lto/52634] multiple definition error when using alias

2012-03-20 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52634 Richard Guenther rguenth at gcc dot gnu.org changed: What|Removed |Added Keywords||lto

[Bug lto/52634] multiple definition error when using alias

2012-03-20 Thread tianbin at cernet dot edu.cn
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52634 --- Comment #2 from Bin Tian tianbin at cernet dot edu.cn 2012-03-20 14:16:02 UTC --- Created attachment 26931 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=26931 patch for make-3.82

[Bug lto/52634] multiple definition error when using alias

2012-03-20 Thread tianbin at cernet dot edu.cn
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52634 --- Comment #3 from Bin Tian tianbin at cernet dot edu.cn 2012-03-20 14:16:49 UTC --- The bug is reproducable with -r -flto-partition=1to1, and not with -r -flto-partition=none. My project is hard to reduce because of complex dependencies. It

[Bug lto/52634] multiple definition error when using alias

2012-03-20 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52634 Richard Guenther rguenth at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |NEW Last

[Bug lto/52634] multiple definition error when using alias

2012-03-20 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52634 --- Comment #5 from Richard Guenther rguenth at gcc dot gnu.org 2012-03-20 14:55:42 UTC --- 2 t1.o 3 164 2f48a666878dc458 PREVAILING_DEF_IRONLY_EXP main 169 2f48a666878dc458 UNDEF baz 173 2f48a666878dc458 RESOLVED_IR cfliteValueCallBacks t2.o 2

[Bug lto/52634] multiple definition error when using alias

2012-03-20 Thread hubicka at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52634 Jan Hubicka hubicka at gcc dot gnu.org changed: What|Removed |Added Status|NEW |ASSIGNED