This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug middle-end/18785] [4.0 Regression] isdigit builtin function fails with EBCDIC character sets


------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]