]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
20021014-1.c: Bypass errors on solaris2 and irix6.
authorKaveh Ghazi <ghazi@gcc.gnu.org>
Mon, 28 Oct 2002 18:17:22 +0000 (18:17 +0000)
committerKaveh Ghazi <ghazi@gcc.gnu.org>
Mon, 28 Oct 2002 18:17:22 +0000 (18:17 +0000)
       * gcc.dg/20021014-1.c: Bypass errors on solaris2 and irix6.

       * gcc.dg/20021014-1.c: Use dg-error, not dg-build.
       * gcc.dg/20021014-1.c: Expect build failure on mmix-*-*.

From-SVN: r58601

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/20021014-1.c

index 40df0f47b12a587601842b407d10b8466ca6ce47..385e25c847f3493b02d73a41bb5d0829257687f5 100644 (file)
@@ -1,3 +1,12 @@
+2002-10-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
+
+       * gcc.dg/20021014-1.c: Bypass errors on solaris2 and irix6.
+
+2002-10-27  Hans-Peter Nilsson  <hp@bitrange.com>
+
+       * gcc.dg/20021014-1.c: Use dg-error, not dg-build.
+       * gcc.dg/20021014-1.c: Expect build failure on mmix-*-*.
+
 2002-10-25  Zack Weinberg  <zack@codesourcery.com>
 
        * g++.dg/ext/vla1.C, gcc.dg/vla-2.c,
index 9194aab677d7d7eaf33e72c642862a758ed26716..8a3ad1d8642b7fcf2e60e77320642927e1f27792 100644 (file)
@@ -1,5 +1,14 @@
 /* { dg-do run } */
 /* { dg-options "-O2 -p" } */
+/* { dg-error "profiler" "No profiler support" { target mmix-*-* } 0 } */
+/* Support for -p on solaris2 relies on mcrt1.o which comes with the
+   vendor compiler.  We cannot reiably predict the directory where the
+   vendor compiler (and thus mcrt1.o) is installed so we can't
+   necessarily find mcrt1.o even if we have it.  */
+/* { dg-error "mcrt1.o" "Optional vendor profiler support missing" { target *-*-solaris2* } 0 } */
+/* Support for -p on irix relies on libprof1.a which doesn't appear to
+   exist on any irix6 system currently posting testsuite results.  */
+/* { dg-error "libprof1.a" "Profiler support missing" { target mips*-*-irix* } 0 } */
 
 extern void abort (void);
 extern void exit (int);