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 optimization/13488] Optimizer bug when casting "long long" to "short" or "char"


------- Additional Comments From pinskia at gcc dot gnu dot org  2003-12-25 15:52 -------
I can confirm this and this is not a regression, even 2.91.6 causes this.
Life analysis causes this problem, it removes the load from 4(%esp) which is the argument.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
          Component|c                           |optimization
     Ever Confirmed|                            |1
           Keywords|                            |wrong-code
   Last reconfirmed|0000-00-00 00:00:00         |2003-12-25 15:52:55
               date|                            |


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


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