aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.8.1/gcc/testsuite/g++.dg/gomp/sections-4.C
diff options
context:
space:
mode:
Diffstat (limited to 'gcc-4.8.1/gcc/testsuite/g++.dg/gomp/sections-4.C')
-rw-r--r--gcc-4.8.1/gcc/testsuite/g++.dg/gomp/sections-4.C13
1 files changed, 0 insertions, 13 deletions
diff --git a/gcc-4.8.1/gcc/testsuite/g++.dg/gomp/sections-4.C b/gcc-4.8.1/gcc/testsuite/g++.dg/gomp/sections-4.C
deleted file mode 100644
index 62a2ecddf..000000000
--- a/gcc-4.8.1/gcc/testsuite/g++.dg/gomp/sections-4.C
+++ /dev/null
@@ -1,13 +0,0 @@
-/* PR c++/24613 */
-/* { dg-do compile } */
-
-#pragma omp section /* { dg-error "may only be used in" } */
-
-int i;
-
-void
-foo (void)
-{
- #pragma omp section /* { dg-error "may only be used in" } */
- i++;
-}