OSDN Git Service

* gcc.dg/20030107-1.c: Do not call cleanup-coverage-files.
authoruros <uros@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 8 Aug 2010 21:54:44 +0000 (21:54 +0000)
committeruros <uros@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 8 Aug 2010 21:54:44 +0000 (21:54 +0000)
* gcc.dg/20030702-1.c: Ditto.
* gcc.dg/20050309-1.c: Ditto.
* gcc.dg/20050325-1.c: Ditto.
* gcc.dg/20050330-2.c: Ditto.
* gcc.dg/20051201-1.c: Ditto.
* gcc.dg/gomp/pr27573.c: Ditto.
* gcc.dg/gomp/pr34610.c: Ditto.
* gcc.dg/pr24225.c: Ditto.
* gcc.dg/pr26570.c: Ditto.
* gcc.dg/pr32773.c: Ditto.
* g++.dg/gcov/gcov-6.C: Ditto.
* g++.dg/gomp/pr34608.C: Ditto.
* gfortran.dg/gomp/pr27573.f90: Ditto.

* gcc.dg/profile-dir-1.c: Do not call cleanup-coverage-files.  Remove
dg-require-host-local dg directive.
* gcc.dg/profile-dir-2.c: Ditto.
* gcc.dg/profile-dir-3.c: Ditto.

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

16 files changed:
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/20030107-1.c
gcc/testsuite/gcc.dg/20030702-1.c
gcc/testsuite/gcc.dg/20050309-1.c
gcc/testsuite/gcc.dg/20050325-1.c
gcc/testsuite/gcc.dg/20050330-2.c
gcc/testsuite/gcc.dg/20051201-1.c
gcc/testsuite/gcc.dg/gomp/pr27573.c
gcc/testsuite/gcc.dg/gomp/pr34610.c
gcc/testsuite/gcc.dg/pr24225.c
gcc/testsuite/gcc.dg/pr26570.c
gcc/testsuite/gcc.dg/pr32773.c
gcc/testsuite/gcc.dg/profile-dir-1.c
gcc/testsuite/gcc.dg/profile-dir-2.c
gcc/testsuite/gcc.dg/profile-dir-3.c
gcc/testsuite/gfortran.dg/gomp/pr27573.f90

index 71d33dd..175f101 100644 (file)
@@ -1,3 +1,25 @@
+2010-08-08  Uros Bizjak  <ubizjak@gmail.com>
+
+       * gcc.dg/20030107-1.c: Do not call cleanup-coverage-files.
+       * gcc.dg/20030702-1.c: Ditto.
+       * gcc.dg/20050309-1.c: Ditto.
+       * gcc.dg/20050325-1.c: Ditto.
+       * gcc.dg/20050330-2.c: Ditto.
+       * gcc.dg/20051201-1.c: Ditto.
+       * gcc.dg/gomp/pr27573.c: Ditto.
+       * gcc.dg/gomp/pr34610.c: Ditto.
+       * gcc.dg/pr24225.c: Ditto.
+       * gcc.dg/pr26570.c: Ditto.
+       * gcc.dg/pr32773.c: Ditto.
+       * g++.dg/gcov/gcov-6.C: Ditto.
+       * g++.dg/gomp/pr34608.C: Ditto.
+       * gfortran.dg/gomp/pr27573.f90: Ditto.
+
+       * gcc.dg/profile-dir-1.c: Do not call cleanup-coverage-files.  Remove
+       dg-require-host-local dg directive.
+       * gcc.dg/profile-dir-2.c: Ditto.
+       * gcc.dg/profile-dir-3.c: Ditto.
+
 2010-08-08  Richard Guenther  <rguenther@suse.de>
 
        PR tree-optimization/45109
index a3c2df7..9264eba 100644 (file)
@@ -3,5 +3,3 @@
 
 extern void bar(void) __attribute__((noreturn));
 int foo (void) { bar(); }
-
-/* { dg-final { cleanup-coverage-files } } */
index 4dbb4c5..b530c69 100644 (file)
@@ -8,5 +8,3 @@ void test (void)
 {
   fork ();
 }
-
-/* { dg-final { cleanup-coverage-files } } */
index 545cdb1..f8bf92a 100644 (file)
@@ -34,5 +34,3 @@ test(char *ret, int *counter, void *schema,
   error (1, 0, 0, node, "%s", name);
   return 0;
 }
-
-/* { dg-final { cleanup-coverage-files } } */
index b58cb5b..5760e38 100644 (file)
@@ -17,5 +17,3 @@ f ()
 {
   g (42, ff);
 }
-
-/* { dg-final { cleanup-coverage-files } } */
index 7a1d343..d912ffd 100644 (file)
@@ -19,5 +19,3 @@ foo (struct S *x, int y)
     x->b[y] = x->b[y + 1];
   x->b[x->a] = (void *) 0;
 }
-
-/* { dg-final { cleanup-coverage-files } } */
index c13c108..8e77986 100644 (file)
@@ -24,5 +24,3 @@ foo ()
   
   res = bar ();
 }
-
-/* { dg-final { cleanup-coverage-files } } */
index 4dca4da..d5b9a71 100644 (file)
@@ -16,5 +16,3 @@ main (void)
   }
   return 0;
 }
-
-/* { dg-final { cleanup-coverage-files } } */
index 95353a5..85db164 100644 (file)
@@ -26,5 +26,3 @@ foo (int k)
   for (i = 0; i < 10; ++i)
     bar (i);
 }
-
-/* { dg-final { cleanup-coverage-files } } */
index af33710..b364f82 100644 (file)
@@ -13,5 +13,3 @@ foo (int a, int b)
     return 0;
   }
 }
-
-/* { dg-final { cleanup-coverage-files } } */
index 5f67c00..5768d32 100644 (file)
@@ -5,5 +5,3 @@ unsigned test (unsigned a, unsigned b)
 {
   return a / b;
 } /* { dg-message "note: \[^\n\]*execution counts estimated" } */
-
-/* { dg-final { cleanup-coverage-files } } */
index ca5dd53..e9cdd4c 100644 (file)
@@ -7,5 +7,3 @@ void foo (int *p)
   if (p)
     *p = 0;
 } /* { dg-message "note: \[^\n\]*execution counts estimated" } */
-
-/* { dg-final { cleanup-coverage-files } } */
index 6745c3b..2bfaf20 100644 (file)
@@ -1,6 +1,5 @@
 /* { dg-do compile } */
 /* { dg-options "-O -fprofile-generate=. -fdump-tree-tree_profile" } */
-/* { dg-require-host-local "" } */
 /* { dg-final { scan-tree-dump " ./profile-dir-1.gcda" "tree_profile" } } */
 
 int
@@ -9,5 +8,4 @@ main(void)
   return 0;
 }
 
-/* { dg-final { cleanup-coverage-files } } */
 /* { dg-final { cleanup-tree-dump "tree_profile" } } */
index 2bfbee3..29bb969 100644 (file)
@@ -1,6 +1,5 @@
 /* { dg-do compile } */
 /* { dg-options "-O -fprofile-generate -fdump-tree-tree_profile" } */
-/* { dg-require-host-local "" } */
 /* { dg-final { scan-tree-dump "/profile-dir-2.gcda" "tree_profile" } } */
 
 int
@@ -9,5 +8,4 @@ main(void)
   return 0;
 }
 
-/* { dg-final { cleanup-coverage-files } } */
 /* { dg-final { cleanup-tree-dump "tree_profile" } } */
index 8de891f..0686640 100644 (file)
@@ -1,6 +1,5 @@
 /* { dg-do compile } */
 /* { dg-options "-O -fprofile-generate -fprofile-dir=. -fdump-tree-tree_profile" } */
-/* { dg-require-host-local "" } */
 /* { dg-final { scan-tree-dump " ./profile-dir-3.gcda" "tree_profile" } } */
 
 int
@@ -9,5 +8,4 @@ main(void)
   return 0;
 }
 
-/* { dg-final { cleanup-coverage-files } } */
 /* { dg-final { cleanup-tree-dump "tree_profile" } } */
index 9d20284..1d3d3b7 100644 (file)
@@ -11,5 +11,3 @@ program pr27573
     end do
   !$omp end parallel
 end
-
-! { dg-final { cleanup-coverage-files } }