]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* g++.dg/cdce3.C: Skip on alpha*-dec-osf5*.
authorro <ro@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 3 May 2010 18:30:20 +0000 (18:30 +0000)
committerro <ro@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 3 May 2010 18:30:20 +0000 (18:30 +0000)
* g++.dg/ext/label13.C: Fix typo.
* g++.dg/warn/miss-format-1.C (bar): xfail dg-warning on
alpha*-dec-osf5*.
* gcc.c-torture/compile/limits-declparen.c: xfail on
alpha*-dec-osf5* with -g.
* gcc.c-torture/compile/limits-pointer.c: Likewise.
* gcc.dg/c99-tgmath-1.c: Skip on alpha*-dec-osf5*.
* gcc.dg/c99-tgmath-2.c: Likewise.
* gcc.dg/c99-tgmath-3.c: Likewise.
* gcc.dg/c99-tgmath-4.c: Likewise.

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

gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/cdce3.C
gcc/testsuite/g++.dg/ext/label13.C
gcc/testsuite/g++.dg/warn/miss-format-1.C
gcc/testsuite/gcc.c-torture/compile/limits-declparen.c
gcc/testsuite/gcc.c-torture/compile/limits-pointer.c
gcc/testsuite/gcc.dg/c99-tgmath-1.c
gcc/testsuite/gcc.dg/c99-tgmath-2.c
gcc/testsuite/gcc.dg/c99-tgmath-3.c
gcc/testsuite/gcc.dg/c99-tgmath-4.c

index a7876f92527c23d61c2222257fba9bc83e1b627c..1f7fe55be5729c62817b1a6546ec0140546e7295 100644 (file)
@@ -1,3 +1,17 @@
+2010-05-03  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
+
+       * g++.dg/cdce3.C: Skip on alpha*-dec-osf5*.
+       * g++.dg/ext/label13.C: Fix typo.
+       * g++.dg/warn/miss-format-1.C (bar): xfail dg-warning on
+       alpha*-dec-osf5*.
+       * gcc.c-torture/compile/limits-declparen.c: xfail on
+       alpha*-dec-osf5* with -g.
+       * gcc.c-torture/compile/limits-pointer.c: Likewise.
+       * gcc.dg/c99-tgmath-1.c: Skip on alpha*-dec-osf5*.
+       * gcc.dg/c99-tgmath-2.c: Likewise.
+       * gcc.dg/c99-tgmath-3.c: Likewise.
+       * gcc.dg/c99-tgmath-4.c: Likewise.
+
 2010-05-03  Steven G. Kargl  <kargl@gcc.gnu.org>
 
        PR fortran/43592
index 3f05fd2e1d8fd1f57ebb3ea814ee12ddfb5f65f4..d298428297ab25842b37d912ad05fa7ba0ede250 100644 (file)
@@ -1,5 +1,6 @@
 /* { dg-do run } */
 /* { dg-require-effective-target c99_runtime } */
+/* { dg-skip-if "exp2* missing despite C99 runtime" { alpha*-dec-osf5* }} */
 /* { dg-options "-O2 -fmath-errno -fdump-tree-cdce-details  -DGNU_EXTENSION -DLARGE_LONG_DOUBLE -lm" { target { pow10 && large_long_double } } } */
 /* { dg-options "-O2 -fmath-errno -fdump-tree-cdce-details -DLARGE_LONG_DOUBLE -lm" { target { {! pow10 } && large_long_double } } } */
 /* { dg-options "-O2 -fmath-errno -fdump-tree-cdce-details -DGNU_EXTENSION -lm" { target { pow10 && {! large_long_double } } } } */
index 151a45acf850ead1fabf47cc05355f00540e2e2f..7a2665c59d90834662ec78c7802dac7e97f8b62d 100644 (file)
@@ -8,7 +8,7 @@ struct C
   C();
 };
 
-C::C() // { dg-bogus "can never be copied" "" { xfail *-apple-darwin* alpha*-ded-osf* } }
+C::C() // { dg-bogus "can never be copied" "" { xfail *-apple-darwin* alpha*-dec-osf* } }
 {
   static void *labelref = &&label;
   goto *labelref;
index 20e7d062b65ef1df09745edee38e1b5149decfe0..ca649e97fc85e8d40992bb264f86c4efa9e82791 100644 (file)
@@ -4,7 +4,7 @@
 /* { dg-options "-Wmissing-format-attribute" } */
 /* { dg-options "-Wmissing-format-attribute -Wno-abi" { target arm_eabi } } */
 /* VxWorks does not provide vscanf, either in kernel or RTP mode.  */
-/* { dg-error "not declared" "" { target *-*-solaris2.8 *-*-vxworks* } 25 } */
+/* { dg-error "not declared" "" { target *-*-solaris2.8 *-*-vxworks*  alpha*-dec-osf5* } 25 } */
 
 #include <stdio.h>
 #include <stdarg.h>
index 41bf9c5cdc1cb381243f597ad93c72520064d154..ee855800667b34458db5aa083e081987521bb9d8 100644 (file)
@@ -1,3 +1,4 @@
+/* { dg-xfail-if "" { alpha*-dec-osf5* } { "-g" } { "" } } */
 #define PTR1 (* (* (* (* (* (* (* (* (* (*
 #define PTR2 PTR1 PTR1 PTR1 PTR1 PTR1 PTR1 PTR1 PTR1 PTR1 PTR1
 #define PTR3 PTR2 PTR2 PTR2 PTR2 PTR2 PTR2 PTR2 PTR2 PTR2 PTR2
index 1e50ea7cf341f49828b9f738dffc448ac6c14c91..43515556616d54f7a67a900411d616e0ed538f41 100644 (file)
@@ -1,3 +1,4 @@
+/* { dg-xfail-if "" { alpha*-dec-osf5* } { "-g" } { "" } } */
 #define PTR1 * * * * * * * * * *
 #define PTR2 PTR1 PTR1 PTR1 PTR1 PTR1 PTR1 PTR1 PTR1 PTR1 PTR1
 #define PTR3 PTR2 PTR2 PTR2 PTR2 PTR2 PTR2 PTR2 PTR2 PTR2 PTR2
index c7d848c7a6c13f04ab3af1273d87cde8c9707c57..f33b4c5a9ea74787c06db45d37297f15161001e9 100644 (file)
@@ -3,6 +3,7 @@
 /* { dg-do preprocess { target c99_runtime } } */
 /* { dg-options "-std=iso9899:1999" } */
 /* { dg-add-options c99_runtime } */
+/* { dg-skip-if "<complex.h> missing" { alpha*-dec-osf5* } } */
 
 /* Test that tgmath defines the macros it's supposed to. */
 #include <tgmath.h>
index d4f1f87cfa93bed1f1bff928d5049c07ad762ec7..fa8d80166bd3969c68ca751a9591d94c29bb08fd 100644 (file)
@@ -3,6 +3,7 @@
 /* { dg-do compile { target c99_runtime } } */
 /* { dg-options "-std=iso9899:1999" } */
 /* { dg-add-options c99_runtime } */
+/* { dg-skip-if "<complex.h> missing" { alpha*-dec-osf5* } } */
 
 /* Test that invoking type-generic sin on a float invokes sinf. */
 #include <tgmath.h>
index 3e983042751f34eaed7d1a1aff7fb96ac2c0e668..83e34a23055a181de427502600ee44275b5d75f0 100644 (file)
@@ -3,6 +3,7 @@
 /* { dg-do compile { target c99_runtime } } */
 /* { dg-options "-std=iso9899:1999" } */
 /* { dg-add-options c99_runtime } */
+/* { dg-skip-if "<complex.h> missing" { alpha*-dec-osf5* } } */
 
 /* Test that invoking type-generic exp on a complex invokes cexp. */
 #include <tgmath.h>
index d8dc043c261b4bba2cb58d18c9e933c85d485296..90653260d158671e1c23db04c067091b18e0d024 100644 (file)
@@ -3,6 +3,7 @@
 /* { dg-do compile { target c99_runtime } } */
 /* { dg-options "-std=iso9899:1999" } */
 /* { dg-add-options c99_runtime } */
+/* { dg-skip-if "<complex.h> missing" { alpha*-dec-osf5* } } */
 
 /* Test that invoking type-generic pow on complex float invokes cpowf. */
 #include <tgmath.h>