[Bug inline-asm/84861] -flto with asm() optimizes too much

2018-03-14 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84861 --- Comment #1 from Andrew Pinski --- The problem is the top level asm does not go in the same partition as the functions which use the functions defined in the inline asm. There might be another bug about this already.

[Bug inline-asm/84861] -flto with asm() optimizes too much

2018-03-14 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84861 Martin Liška changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|

[Bug inline-asm/84861] -flto with asm() optimizes too much

2018-03-14 Thread amonakov at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84861 Alexander Monakov changed: What|Removed |Added CC||amonakov at gcc dot gnu.org --- Comm