]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
PR lto/63998
authorfxcoudert <fxcoudert@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 21 Nov 2014 08:38:41 +0000 (08:38 +0000)
committerfxcoudert <fxcoudert@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 21 Nov 2014 08:38:41 +0000 (08:38 +0000)
* gcc.dg/lto/pr60820_0.c: Skip on darwin.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@217907 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/lto/pr60820_0.c

index 882e2ac4e82a967e15ff2c3d772355ba8ed71bdb..9e0c6b826b18f368f55775130bd97c6aea800ab4 100644 (file)
@@ -1,3 +1,8 @@
+2014-11-21  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
+
+       PR lto/63998
+       * gcc.dg/lto/pr60820_0.c: Skip on darwin.
+
 2014-11-20  Patrick Palka  <ppalka@gcc.gnu.org>
 
        * gcc.dg/no-strict-overflow-8.c: New test.
index 349cf6a02f1f28f0280029215a8e85653ee240f5..57b5b6c443b53cd38c596958172c1a9ae76f1268 100644 (file)
@@ -1,5 +1,6 @@
 /* { dg-lto-do link } */
 /* { dg-lto-options {{-flto -r -nostdlib -O2}} } */
+/* { dg-skip-if "no alias" { *-*-darwin* } } */
 #include <stdio.h>
 struct in6_addr {int bah;};
 extern const struct in6_addr in6addr_any;