https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88220
Andrew Pinski changed:
What|Removed |Added
Target Milestone|--- |10.0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88220
Martin Liška changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88220
--- Comment #5 from Martin Liška ---
Author: marxin
Date: Wed Oct 30 10:38:52 2019
New Revision: 277607
URL: https://gcc.gnu.org/viewcvs?rev=277607&root=gcc&view=rev
Log:
Use symtab_node::order in LTO sections with body.
2019-10-30 Martin Lisk
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88220
Martin Liška changed:
What|Removed |Added
Assignee|hubicka at gcc dot gnu.org |marxin at gcc dot
gnu.org
--- Com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88220
--- Comment #3 from Martin Liška ---
$ ld --version
GNU ld (GNU Binutils; openSUSE Tumbleweed) 2.31.1.20180828-3
Copyright (C) 2018 Free Software Foundation, Inc.
This program is free software; you may redistribute it under the terms of
the GNU G
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88220
--- Comment #2 from Martin Liška ---
So the issue is that in WPA we mix:
void a() __asm__("open64");
and
void open64() {}
Then we stream out:
*open64/0 (a) @0x7698f5a0
Type: function definition analyzed
Visibility: externally_visible p
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88220
Martin Liška changed:
What|Removed |Added
Assignee|hubicka at gcc dot gnu.org |marxin at gcc dot
gnu.org
--- Com