[Bug middle-end/46164] Local variables in specified registers don't work correctly with inline asm operands

2024-03-26 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=46164 Andrew Pinski changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug middle-end/46164] Local variables in specified registers don't work correctly with inline asm operands

2018-02-12 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=46164 Eric Gallager changed: What|Removed |Added Keywords||patch CC|

[Bug middle-end/46164] Local variables in specified registers don't work correctly with inline asm operands

2015-01-27 Thread Hale.Wang at arm dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=46164 --- Comment #9 from Hale Wang --- Hi Tim, Your testcase is caused by the combine. It's not the same with Siarhei's test case. So I think we should divide your test case to another bug. And my patch is only used to fix the bug with your test cas

[Bug middle-end/46164] Local variables in specified registers don't work correctly with inline asm operands

2015-01-26 Thread Hale.Wang at arm dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=46164 --- Comment #8 from Hale Wang --- I have submitted a patch to community for further discussion. Refer to: https://gcc.gnu.org/ml/gcc-patches/2015-01/msg02238.html.

[Bug middle-end/46164] Local variables in specified registers don't work correctly with inline asm operands

2015-01-22 Thread Hale.Wang at arm dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=46164 Hale Wang changed: What|Removed |Added CC||Hale.Wang at arm dot com --- Comment #7 from

[Bug middle-end/46164] Local variables in specified registers don't work correctly with inline asm operands

2014-08-13 Thread tp+gcc at pambor dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=46164 --- Comment #6 from Tim Pambor --- Created attachment 33309 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=33309&action=edit "-da" rtl files for testcase

[Bug middle-end/46164] Local variables in specified registers don't work correctly with inline asm operands

2014-08-13 Thread tp+gcc at pambor dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=46164 Tim Pambor changed: What|Removed |Added Attachment #33307|0 |1 is obsolete|

[Bug middle-end/46164] Local variables in specified registers don't work correctly with inline asm operands

2014-08-13 Thread tp+gcc at pambor dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=46164 --- Comment #4 from Tim Pambor --- Created attachment 33307 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=33307&action=edit testcase for gcc 4.9.1 I think this bug is still present in gcc 4.9.1 and 4.8.4. I could reproduce the problem wi

[Bug middle-end/46164] Local variables in specified registers don't work correctly with inline asm operands

2010-10-27 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46164 Andrew Pinski changed: What|Removed |Added Keywords||ra, wrong-code Status|UNCONFI

[Bug middle-end/46164] Local variables in specified registers don't work correctly with inline asm operands

2010-10-25 Thread siarhei.siamashka at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46164 Siarhei Siamashka changed: What|Removed |Added Attachment #22144|0 |1 is obsolete|

[Bug middle-end/46164] Local variables in specified registers don't work correctly with inline asm operands

2010-10-25 Thread siarhei.siamashka at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46164 --- Comment #1 from Siarhei Siamashka 2010-10-25 10:37:13 UTC --- Created attachment 22144 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=22144 proposed testcase for x86_64