This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c/28038] Double to char conversion fails at 32769.0
- From: "falk at debian dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 15 Jun 2006 10:16:41 -0000
- Subject: [Bug c/28038] Double to char conversion fails at 32769.0
- References: <bug-28038-12832@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #1 from falk at debian dot org 2006-06-15 10:16 -------
If the value of the integral part cannot be represented by the integer type,
the behavior is undefined. So this is not a bug.
--
falk at debian dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
GCC target triplet| Pentium III (Coppermine) |Pentium III (Coppermine)
Resolution| |INVALID
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28038