[Bug inline-asm/95692] PPC64, suspicious store in front of inline assembly section

2020-06-16 Thread markalle at us dot ibm.com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95692 --- Comment #2 from Mark Allen --- Hi, thanks for the input. I was figuring gcc should see the inline assembly modifying r2 and any function call out of intercept_munmap() would be doing the logical equivalent of saving the current r2, calling s

[Bug inline-asm/95692] New: PPC64, suspicious store in front of inline assembly section

2020-06-15 Thread markalle at us dot ibm.com
Priority: P3 Component: inline-asm Assignee: unassigned at gcc dot gnu.org Reporter: markalle at us dot ibm.com Target Milestone: --- Created attachment 48735 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=48735&action=edit Reproducer, includes Makefile