From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23459 invoked by alias); 28 Jan 2011 12:44:34 -0000 Received: (qmail 23444 invoked by uid 22791); 28 Jan 2011 12:44:33 -0000 X-SWARE-Spam-Status: No, hits=-2.9 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from localhost (HELO gcc.gnu.org) (127.0.0.1) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 28 Jan 2011 12:44:29 +0000 From: "ro at CeBiTec dot Uni-Bielefeld.DE" To: gcc-bugs@gcc.gnu.org Subject: [Bug c/47400] Several UCN tests FAIL on Tru64 UNIX V5.1B and IRIX 6.5 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: c X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: ro at CeBiTec dot Uni-Bielefeld.DE X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Date: Fri, 28 Jan 2011 13:05:00 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2011-01/txt/msg03115.txt.bz2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D47400 --- Comment #2 from ro at CeBiTec dot Uni-Bielefeld.DE 2011-01-26 15:33:03 UTC --- =46rom my reading of libiconv 1.13.1 libcharset/tools/{irix-6.5, osf1-5.1}, it seems that there isn't any such locale. If this cannot be helped, it seems that we should have some dg-require-effective-target ascii-locale (suggestions for a better name welcome) to disable the affected tests on platforms like this. Rainer --- Comment #3 from ro at CeBiTec dot Uni-Bielefeld.DE 2011-01-28 12:44:14 UTC --- Rainer Orth writes: > From my reading of libiconv 1.13.1 libcharset/tools/{irix-6.5, > osf1-5.1}, it seems that there isn't any such locale. If this cannot be > helped, it seems that we should have some > > dg-require-effective-target ascii-locale > > (suggestions for a better name welcome) to disable the affected tests on > platforms like this. Joseph, did you see that comment? The mail may not have gone out during the Bugzilla/Perl snafu on gcc.gnu.org. Anyway, on second thought this is a host, not a target issue, so this should be something like dg-require-ascii-locale instead. Rainer