This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug rtl-optimization/17272] Extra store emitted when concatenating inline assembly sections.


------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]