]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
For cproj test-case, use glibc version xfail
authorTom de Vries <vries@gcc.gnu.org>
Thu, 7 Aug 2014 07:22:24 +0000 (07:22 +0000)
committerTom de Vries <vries@gcc.gnu.org>
Thu, 7 Aug 2014 07:22:24 +0000 (07:22 +0000)
2014-08-04  Tom de Vries  <tom@codesourcery.com>

* gcc.dg/cproj-fails-with-broken-glibc.c: Use xfail for broken glibc
version instead of required-target.
* lib/target-supports.exp
(check_effective_target_not_glibc_2_11_or_earlier): Replace by ...
(check_effective_target_glibc_2_11_or_earlier): ... this.

* doc/sourcebuild.texi (glibc, glibc_2_12_or_later)
(glibc_2_11_or_earlier): Document effective-target keywords.

From-SVN: r213693

gcc/ChangeLog
gcc/testsuite/ChangeLog

index dd8b46ecaf6dcb81b9bda1692fab95ff95faa186..001ad2c5a000592cfd139a7ad3bc2d24d27d8ae9 100644 (file)
@@ -1,3 +1,8 @@
+2014-08-04  Tom de Vries  <tom@codesourcery.com>
+
+       * doc/sourcebuild.texi (glibc, glibc_2_12_or_later)
+       (glibc_2_11_or_earlier): Document effective-target keywords.
+
 2014-08-07  Kugan Vivekanandarajah  <kuganv@linaro.org>
 
        * config/arm/arm.c (bdesc_2arg): Fix typo.
index e0af2ab77b74d1bfd284f304bf26a24e2dc26027..8e592fedae2c6f78e0cb64b2b5746533245bcc5c 100644 (file)
@@ -1,3 +1,11 @@
+2014-08-04  Tom de Vries  <tom@codesourcery.com>
+
+       * gcc.dg/cproj-fails-with-broken-glibc.c: Use xfail for broken glibc
+       version instead of required-target.
+       * lib/target-supports.exp
+       (check_effective_target_not_glibc_2_11_or_earlier): Replace by ...
+       (check_effective_target_glibc_2_11_or_earlier): ... this.
+
 2014-08-07  Zhenqiang Chen  <zhenqiang.chen@arm.com>
 
        * gcc.target/arm/get_address_cost_aligned_max_offset.c: New test.