This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug optimization/9325] wrong conversion of constants: (int)(float)(int) (INT_MAX)
- 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: 1 Oct 2003 04:26:24 -0000
- Subject: [Bug optimization/9325] wrong conversion of constants: (int)(float)(int) (INT_MAX)
- References: <20030115041601.9325.kcc@mcst.ru>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=9325
pinskia at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Last reconfirmed|0000-00-00 00:00:00 |2003-10-01 04:26:23
date| |
------- Additional Comments From pinskia at gcc dot gnu dot org 2003-10-01 04:26 -------
Not really a bug according to the ISO C or the ISO C++ standards as this is undefined but there
recently is a patch posted for this.