This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c/14088] Hexfloat constants with uppercase 0X prefix fail
- From: "cvs-commit at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 10 Feb 2004 23:06:12 -0000
- Subject: [Bug c/14088] Hexfloat constants with uppercase 0X prefix fail
- References: <20040209234100.14088.dannysmith@gcc.gnu.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From cvs-commit at gcc dot gnu dot org 2004-02-10 23:06 -------
Subject: Bug 14088
CVSROOT: /cvs/gcc
Module name: gcc
Changes by: dannysmith@gcc.gnu.org 2004-02-10 23:06:04
Modified files:
gcc : ChangeLog real.c
Log message:
PR c/14088
real.c (real_from_string): Look for 'X' as well as 'x' in
hexfloat strings.
Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&r1=2.2734&r2=2.2735
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/real.c.diff?cvsroot=gcc&r1=1.137&r2=1.138
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14088