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 target/18019] [4.0 Regression] -march=pentium4 generates word fetch instead of byte fetch


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-11-09 04:50 -------
No this is not related to PR 17949 at all.

The behavior changed between 2004-01-18 and 2004-01-23.

Which means most likely this:
2004-01-19  Roger Sayle  <roger@eyesopen.com>

        * config/i386/i386.md (*movhi_1, *movqi_1): When optimizing for
        size, don't use the larger zero-extending loads.

Roger this patch can cause bad code if done on a page boundary and the next page is protected.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |roger at eyesopen dot com


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


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