re PR c/14088 (Hexfloat constants with uppercase 0X prefix fail)
authorDanny Smith <dannysmith@users.sourceforge.net>
Tue, 10 Feb 2004 23:05:58 +0000 (23:05 +0000)
committerDanny Smith <dannysmith@gcc.gnu.org>
Tue, 10 Feb 2004 23:05:58 +0000 (23:05 +0000)
commit52bac94926a17b604b54fe3ffa9ecb68ef719b0b
treebcb9f6cee47f3d63907da0fe781fce9cc926a71e
parent2493deee555bff3a4be1cc3ef011b4f7a4efdf71
re PR c/14088 (Hexfloat constants  with uppercase 0X prefix fail)

PR c/14088
real.c (real_from_string): Look for 'X' as well as 'x' in
hexfloat strings.

From-SVN: r77619
gcc/ChangeLog
gcc/real.c