[Bug inline-asm/52813] %rsp in clobber list is silently ignored

2019-04-18 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=52813 Eric Gallager changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug inline-asm/52813] %rsp in clobber list is silently ignored

2019-04-18 Thread clyon at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=52813 Christophe Lyon changed: What|Removed |Added CC||clyon at gcc dot gnu.org --- Comment

[Bug inline-asm/52813] %rsp in clobber list is silently ignored

2019-04-17 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=52813 --- Comment #10 from Eric Gallager --- (In reply to rsand...@gcc.gnu.org from comment #8) > Author: rsandifo > Date: Tue Jan 15 16:46:54 2019 > New Revision: 267941 > > URL: https://gcc.gnu.org/viewcvs?rev=267941=gcc=rev > Log: > PR

[Bug inline-asm/52813] %rsp in clobber list is silently ignored

2019-01-18 Thread clyon at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=52813 --- Comment #9 from Christophe Lyon --- Author: clyon Date: Fri Jan 18 09:57:41 2019 New Revision: 268066 URL: https://gcc.gnu.org/viewcvs?rev=268066=gcc=rev Log: [ARM][testsuite] follow-up to PR target/52813 and target/11807 fix. 2019-01-18

[Bug inline-asm/52813] %rsp in clobber list is silently ignored

2019-01-15 Thread rsandifo at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=52813 --- Comment #8 from rsandifo at gcc dot gnu.org --- Author: rsandifo Date: Tue Jan 15 16:46:54 2019 New Revision: 267941 URL: https://gcc.gnu.org/viewcvs?rev=267941=gcc=rev Log: PR inline-asm/52813 revisited The original patch for this PR

[Bug inline-asm/52813] %rsp in clobber list is silently ignored

2018-12-09 Thread dinuxbg at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=52813 Dimitar Dimitrov changed: What|Removed |Added CC||dinuxbg at gmail dot com --- Comment

[Bug inline-asm/52813] %rsp in clobber list is silently ignored

2017-07-28 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=52813 Eric Gallager changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug inline-asm/52813] %rsp in clobber list is silently ignored

2012-05-28 Thread ralph-gccbugzilla at inputplus dot co.uk
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52813 Ralph Corderoy ralph-gccbugzilla at inputplus dot co.uk changed: What|Removed |Added CC|

[Bug inline-asm/52813] %rsp in clobber list is silently ignored

2012-04-01 Thread ubizjak at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52813 Uros Bizjak ubizjak at gmail dot com changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[Bug inline-asm/52813] %rsp in clobber list is silently ignored

2012-04-01 Thread jhaberman at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52813 Josh Haberman jhaberman at gmail dot com changed: What|Removed |Added Status|RESOLVED|UNCONFIRMED

[Bug inline-asm/52813] %rsp in clobber list is silently ignored

2012-04-01 Thread ubizjak at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52813 --- Comment #3 from Uros Bizjak ubizjak at gmail dot com 2012-04-01 18:58:27 UTC --- (In reply to comment #2) I don't expect the compiler to analyze the asm string. I expect the compiler to respect my clobber list. I told GCC that I would

[Bug inline-asm/52813] %rsp in clobber list is silently ignored

2012-04-01 Thread jhaberman at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52813 --- Comment #4 from Josh Haberman jhaberman at gmail dot com 2012-04-01 19:23:14 UTC --- I understand that GCC may not be able to save/restore %rsp like it does other registers. But if that's the case, GCC should throw an error if the user puts