This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug optimization/13488] Optimizer bug when casting "long long" to "short" or "char"
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 25 Dec 2003 15:52:56 -0000
- Subject: [Bug optimization/13488] Optimizer bug when casting "long long" to "short" or "char"
- References: <20031225120333.13488.mhx-perl@gmx.net>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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