This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug middle-end/18785] [4.0 Regression] isdigit builtin function fails with EBCDIC character sets
- From: "kghazi at verizon dot net" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 6 Dec 2004 22:06:24 -0000
- Subject: [Bug middle-end/18785] [4.0 Regression] isdigit builtin function fails with EBCDIC character sets
- References: <20041202142212.18785.darcypj@us.ibm.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From kghazi at verizon dot net 2004-12-06 22:06 -------
Subject: Re: [4.0 Regression] isdigit builtin function fails with EBCDIC character sets
Out of curiousity, do you have any problems with builtin printf's conversion
of printf("hello world\n") -> puts("hello world") ? That transformation
doesn't even use TARGET_NEWLINE, instead checking directly for '\n'.
--Kaveh
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18785