From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12327 invoked by alias); 6 Dec 2004 22:06:26 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Received: (qmail 12303 invoked by alias); 6 Dec 2004 22:06:24 -0000 Date: Mon, 06 Dec 2004 22:06:00 -0000 Message-ID: <20041206220624.12301.qmail@sourceware.org> From: "kghazi at verizon dot net" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20041202142212.18785.darcypj@us.ibm.com> References: <20041202142212.18785.darcypj@us.ibm.com> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug middle-end/18785] [4.0 Regression] isdigit builtin function fails with EBCDIC character sets X-Bugzilla-Reason: CC X-SW-Source: 2004-12/txt/msg00904.txt.bz2 List-Id: ------- 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