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 middle-end/54386] [4.8 Regression] Unaligned mem load wrongly generated for inlined inline/static function


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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|Unaligned mem load wrongly  |[4.8 Regression] Unaligned
                   |generated for inlined       |mem load wrongly generated
                   |inline/static function      |for inlined inline/static
                   |                            |function

--- Comment #5 from Oleg Endo <olegendo at gcc dot gnu.org> 2012-10-29 22:23:25 UTC ---
(In reply to comment #4)
> 
> I see this poor code too on armv5tel-linux-gnueabi with 4.8-20121028.
> 4.7 and 4.6 generate just two instructions for test: a ldr and bx.

Thanks for checking it on earlier versions.


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