[Bug inline-asm/96081] changed placement of file scope asm() contents

2020-07-07 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96081 Richard Biener changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|---

[Bug inline-asm/96081] changed placement of file scope asm() contents

2020-07-07 Thread jbeulich at suse dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96081 --- Comment #4 from jbeulich at suse dot com --- Turns out I was wrong here, and the re-ordering was done even by older than gcc 9. The move from 9.2 to 9.3 also included a move to a newer gas, which made the issue noticable. Feel free to close a

[Bug inline-asm/96081] changed placement of file scope asm() contents

2020-07-07 Thread rguenther at suse dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96081 --- Comment #3 from rguenther at suse dot de --- On Tue, 7 Jul 2020, jbeulich at suse dot com wrote: > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96081 > > --- Comment #2 from jbeulich at suse dot com --- > I wasn't even aware of -fno-topleve

[Bug inline-asm/96081] changed placement of file scope asm() contents

2020-07-07 Thread jbeulich at suse dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96081 --- Comment #2 from jbeulich at suse dot com --- I wasn't even aware of -fno-toplevel-reorder, this suffices as a workaround here. Thanks. If nevertheless you're still interested in a testcase, please let me know; for the moment I'll assume this

[Bug inline-asm/96081] changed placement of file scope asm() contents

2020-07-07 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96081 Richard Biener changed: What|Removed |Added CC||rguenth at gcc dot gnu.org Last recon