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/42612] post-increment addressing not used


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42612

Oleg Endo <olegendo at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |olegendo at gcc dot gnu.org
      Known to fail|                            |

--- Comment #4 from Oleg Endo <olegendo at gcc dot gnu.org> 2012-08-23 14:15:47 UTC ---
I haven't checked this on ARM but on SH there's a similar problem.  See PR
50749.
As far as I understand it, it is a problem of the auto-inc-dec pass, which is
unable to find related addresses due to prior optimizations


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