This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug rtl-optimization/33552] [4.3 Regression] wrong code for multiple output asm, wrong df?
- From: "jakub at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 26 Sep 2007 21:24:37 -0000
- Subject: [Bug rtl-optimization/33552] [4.3 Regression] wrong code for multiple output asm, wrong df?
- References: <bug-33552-10053@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #15 from jakub at gcc dot gnu dot org 2007-09-26 21:24 -------
The restriction at least not to allow MEM_Ps was posted in:
http://gcc.gnu.org/ml/gcc-patches/2007-07/msg01329.html
but never applied to the trunk. But I believe it should instead check just
for REG_P, instead of !MEM_P.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33552