diff options
author | Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> | 2011-02-11 10:01:29 +0000 |
---|---|---|
committer | Rainer Orth <ro@gcc.gnu.org> | 2011-02-11 10:01:29 +0000 |
commit | 6dd2a13c9e7cf3aec83a33fe2a866c22364a58ac (patch) | |
tree | da788de6e8f0f9252b3ec1be3761fd2d9154ddf0 /gcc/doc | |
parent | e60b3ac94f14f994f7f8e79e1090a9d4a4151063 (diff) | |
download | gcc-6dd2a13c9e7cf3aec83a33fe2a866c22364a58ac.zip gcc-6dd2a13c9e7cf3aec83a33fe2a866c22364a58ac.tar.gz gcc-6dd2a13c9e7cf3aec83a33fe2a866c22364a58ac.tar.bz2 |
i gcc/testsuite:
PR testsuite/47400
* lib/target-supports.exp (check_ascii_locale_available): New proc.
* lib/target-supports-dg.exp (dg-require-ascii-locale): New proc.
* gcc.dg/attr-alias-5.c: Use dg-require-ascii-locale.
* gcc.dg/ucnid-10.c: Likewise.
* gcc.dg/ucnid-13.c: Likewise.
* gcc.dg/ucnid-7.c: Likewise.
* gcc.dg/ucnid-8.c: Likewise.
* Adapt dg-warning line number.
gcc:
PR testsuite/47400
* doc/sourcebuild.texi (Require Support): Document
dg-require-ascii-locale.
From-SVN: r170046
Diffstat (limited to 'gcc/doc')
-rw-r--r-- | gcc/doc/sourcebuild.texi | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/gcc/doc/sourcebuild.texi b/gcc/doc/sourcebuild.texi index 99d941c..f4a2807 100644 --- a/gcc/doc/sourcebuild.texi +++ b/gcc/doc/sourcebuild.texi @@ -1,4 +1,4 @@ -@c Copyright (C) 2002, 2003, 2004, 2005, 2007, 2008, 2009, 2010 +@c Copyright (C) 2002, 2003, 2004, 2005, 2007, 2008, 2009, 2010, 2011 @c Free Software Foundation, Inc. @c This is part of the GCC manual. @c For copying conditions, see the file gcc.texi. @@ -1939,6 +1939,9 @@ take arguments could be replaced with effective-target keywords. @item dg-require-alias "" Skip the test if the target does not support the @samp{alias} attribute. +@item dg-require-ascii-locale "" +Skip the test if the host does not support an ASCII locale. + @item dg-require-compat-dfp "" Skip this test unless both compilers in a @file{compat} testsuite support decimal floating point. |