OSDN Git Service

2010-04-28 Matthias Klose <doko@ubuntu.com>
authordoko <doko@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 28 Apr 2010 19:25:58 +0000 (19:25 +0000)
committerMasaki Muranaka <monaka@monami-software.com>
Sun, 23 May 2010 04:54:15 +0000 (13:54 +0900)
        * gcc.dg/plugin/plugin.exp: Run the plugindir tests.
        * gcc.dg/plugindir1.c: Move to gcc.dg/plugin/plugindir1.c.
        * gcc.dg/plugindir2.c: Move to gcc.dg/plugin/plugindir2.c.
        * gcc.dg/plugindir3.c: Move to gcc.dg/plugin/plugindir3.c.
        * gcc.dg/plugindir4.c: Move to gcc.dg/plugin/plugindir4.c.

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

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/plugindir1.c [deleted file]
gcc/testsuite/gcc.dg/plugindir2.c [deleted file]
gcc/testsuite/gcc.dg/plugindir3.c [deleted file]
gcc/testsuite/gcc.dg/plugindir4.c [deleted file]

index 7e3834d..495a762 100644 (file)
@@ -1,3 +1,11 @@
+2010-04-28  Matthias Klose  <doko@ubuntu.com>
+
+       * gcc.dg/plugin/plugin.exp: Run the plugindir tests.
+       * gcc.dg/plugindir1.c: Move to gcc.dg/plugin/plugindir1.c.
+       * gcc.dg/plugindir2.c: Move to gcc.dg/plugin/plugindir2.c.
+       * gcc.dg/plugindir3.c: Move to gcc.dg/plugin/plugindir3.c.
+       * gcc.dg/plugindir4.c: Move to gcc.dg/plugin/plugindir4.c.
+
 2010-04-28  Eric Botcazou  <ebotcazou@adacore.com>
 
        * gcc.dg/const-uniq-1.c: New test.
diff --git a/gcc/testsuite/gcc.dg/plugindir1.c b/gcc/testsuite/gcc.dg/plugindir1.c
deleted file mode 100644 (file)
index a973ec0..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-/* { dg-do compile } */
-/* { dg-options "-c -fplugin=foo" } */
-
-/* { dg-prune-output ".*inacessible plugin file.*foo\.so expanded from short plugin name.*" } */
diff --git a/gcc/testsuite/gcc.dg/plugindir2.c b/gcc/testsuite/gcc.dg/plugindir2.c
deleted file mode 100644 (file)
index 58c1505..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-/* { dg-do compile } */
-/* { dg-options "-save-temps -c -fplugin=foo" } */
-
-/* { dg-prune-output ".*inacessible plugin file.*foo\.so expanded from short plugin name.*" } */
diff --git a/gcc/testsuite/gcc.dg/plugindir3.c b/gcc/testsuite/gcc.dg/plugindir3.c
deleted file mode 100644 (file)
index 4103753..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-/* { dg-do preprocess } */
-/* { dg-options "-fplugin=foo" } */
-
-/* { dg-prune-output ".*inacessible plugin file.*foo\.so expanded from short plugin name.*" } */
diff --git a/gcc/testsuite/gcc.dg/plugindir4.c b/gcc/testsuite/gcc.dg/plugindir4.c
deleted file mode 100644 (file)
index 27b2f24..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-/* { dg-do preprocess } */
-/* { dg-options "-iplugindir=my-plugindir -fplugin=foo" } */
-
-/* { dg-prune-output ".*inacessible plugin file.*my-plugindir/foo\.so expanded from short plugin name.*" } */