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:10:31 -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:10 -------
Subject: Bug 14088
CVSROOT: /cvs/gcc
Module name: gcc
Branch: gcc-3_4-branch
Changes by: dannysmith@gcc.gnu.org 2004-02-10 23:10:26
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&only_with_tag=gcc-3_4-branch&r1=2.2326.2.176&r2=2.2326.2.177
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/real.c.diff?cvsroot=gcc&only_with_tag=gcc-3_4-branch&r1=1.135&r2=1.135.4.1
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14088