This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug rtl-optimization/17272] Extra store emitted when concatenating inline assembly sections.
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 2 Sep 2004 05:02:36 -0000
- Subject: [Bug rtl-optimization/17272] Extra store emitted when concatenating inline assembly sections.
- References: <20040901233152.17272.msharov@talentg.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From pinskia at gcc dot gnu dot org 2004-09-02 05:02 -------
Confirmed, one of the issues is that we not doing SRA on the array which is the inline-asm.
This also happens on the mainline.
We do produce better code as we don't have one of the arrays in the code anymore.
--
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Component|inline-asm |rtl-optimization
Ever Confirmed| |1
Keywords| |missed-optimization
Last reconfirmed|0000-00-00 00:00:00 |2004-09-02 05:02:32
date| |
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17272