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/14457] [3.4/3.5? Regression] ICE with simple c++ source


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-03-19 06:36 -------
Confirmed a regression caused by:
2004-03-07  Stephane Carrez  <stcarrez@nerim.fr>

        * config/m68hc11/m68hc11.md ("*lshrsi3_const"): Disable for 68HC12.
        ("*lshrsi3"): Also accept an immediate for 68HC12.
        ("*ashrsi3_const"): Likewise.
        ("*ashrsi3"): Likewise.
        ("*ashlsi3_const"): Likewise.
        ("*ashlsi3"): Likewise.
        ("cmphi_1_hc12"): Compare two hard register by pushing them and
        comparing with a pop; don't use a split for that.
        ("cmphi split"): Disable compare split for 68HC12.

        * config/m68hc11/m68hc11.c (m68hc11_notice_update_cc): Invalidate
        the status operands if they have side effects.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
      Known to fail|                            |3.4.0 3.5.0
      Known to work|                            |3.3.3
   Last reconfirmed|0000-00-00 00:00:00         |2004-03-19 06:36:03
               date|                            |


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


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