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 c/47400] Several UCN tests FAIL on Tru64 UNIX V5.1B and IRIX 6.5


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47400

--- Comment #2 from ro at CeBiTec dot Uni-Bielefeld.DE <ro at CeBiTec dot Uni-Bielefeld.DE> 2011-01-26 15:33:03 UTC ---
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.

    Rainer

--- Comment #3 from ro at CeBiTec dot Uni-Bielefeld.DE <ro at CeBiTec dot Uni-Bielefeld.DE> 2011-01-28 12:44:14 UTC ---
Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> 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


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