re PR middle-end/19983 (__builtin_nan should allow 0X as well as 0x)
authorRoger Sayle <roger@eyesopen.com>
Mon, 27 Feb 2006 02:25:57 +0000 (02:25 +0000)
committerRoger Sayle <sayle@gcc.gnu.org>
Mon, 27 Feb 2006 02:25:57 +0000 (02:25 +0000)
commit53f1b560dbbc8485efa92063ef1e953604b40469
tree39a95215865328da09197e35b41bcda3f4b5ffae
parentefa1cdf01850b28c2f6f7035ebd4420259494615
re PR middle-end/19983 (__builtin_nan should allow 0X as well as 0x)

PR middle-end/19983
* real.c (real_nan): Allow both 0x and 0X as hexadecimal prefixes.

* gcc.c-torture/execute/ieee/builtin-nan-1.c: New test case.

From-SVN: r111470
gcc/ChangeLog
gcc/real.c
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.c-torture/execute/ieee/builtin-nan-1.c [new file with mode: 0644]