* gcc.c-torture/compile/20040323-1.c: XFAIL on Solaris 2.
authorEric Botcazou <ebotcazou@libertysurf.fr>
Thu, 1 Jul 2004 08:33:36 +0000 (10:33 +0200)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Thu, 1 Jul 2004 08:33:36 +0000 (08:33 +0000)
From-SVN: r83963

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.c-torture/compile/20040323-1.c

index 77ab7222a3bdc50406ed42d257c7b0249ec8c20c..0fa26ef157db6ae95d0272372631b930e43ae1aa 100644 (file)
@@ -1,3 +1,7 @@
+2004-07-01  Eric Botcazou  <ebotcazou@libertysurf.fr>
+
+       * gcc.c-torture/compile/20040323-1.c: XFAIL on Solaris 2.
+
 2004-07-01  Paolo Bonzini  <bonzini@gnu.org>
 
        * gcc.dg/builtins-43.c: New.
index c87e7dc70ba1f8d9441568f7dbd991b6f3727868..a8d924ab0fc6b293d79d379315847d92b305a146 100644 (file)
@@ -1,5 +1,6 @@
-/* PR 14694 */
+/* PR middle-end/14694 */
 /* { dg-require-alias "" } */
+/* { dg-xfail-if "undefined alias" { "*-*-solaris2.*" } { "*" } { "" } } */
 
 extern unsigned int _rtld_local __attribute__ ((alias ("_rtld_global")));