[Bug inline-asm/64119] asm triggers local register variable data corruption

2014-12-01 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64119 Markus Trippelsdorf changed: What|Removed |Added CC||trippels at gcc dot gnu.org

[Bug inline-asm/64119] asm triggers local register variable data corruption

2014-11-30 Thread adam at consulting dot net.nz
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64119 Adam Warner changed: What|Removed |Added Resolution|INVALID |FIXED --- Comment #5 from Adam Warner ---

[Bug inline-asm/64119] asm triggers local register variable data corruption

2014-11-30 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64119 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug inline-asm/64119] asm triggers local register variable data corruption

2014-11-30 Thread adam at consulting dot net.nz
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64119 Adam Warner changed: What|Removed |Added Status|RESOLVED|UNCONFIRMED Resolution|INVALID

[Bug inline-asm/64119] asm triggers local register variable data corruption

2014-11-29 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64119 --- Comment #2 from Andrew Pinski --- This is the part that matters in this case: References to local register variables may be deleted or moved or simplified. In this case they are moved and simplified.

[Bug inline-asm/64119] asm triggers local register variable data corruption

2014-11-29 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64119 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---