From 115a804da6a8d5dfbe68b563363332e9ecd1c736 Mon Sep 17 00:00:00 2001 From: doko Date: Wed, 28 Apr 2010 19:25:58 +0000 Subject: [PATCH] 2010-04-28 Matthias Klose * 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 | 8 ++++++++ gcc/testsuite/gcc.dg/plugindir1.c | 4 ---- gcc/testsuite/gcc.dg/plugindir2.c | 4 ---- gcc/testsuite/gcc.dg/plugindir3.c | 4 ---- gcc/testsuite/gcc.dg/plugindir4.c | 4 ---- 5 files changed, 8 insertions(+), 16 deletions(-) delete mode 100644 gcc/testsuite/gcc.dg/plugindir1.c delete mode 100644 gcc/testsuite/gcc.dg/plugindir2.c delete mode 100644 gcc/testsuite/gcc.dg/plugindir3.c delete mode 100644 gcc/testsuite/gcc.dg/plugindir4.c diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 7e3834df916..495a7623160 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,11 @@ +2010-04-28 Matthias Klose + + * 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 * 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 index a973ec0c54c..00000000000 --- a/gcc/testsuite/gcc.dg/plugindir1.c +++ /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 index 58c1505501a..00000000000 --- a/gcc/testsuite/gcc.dg/plugindir2.c +++ /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 index 41037534a26..00000000000 --- a/gcc/testsuite/gcc.dg/plugindir3.c +++ /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 index 27b2f24aaf9..00000000000 --- a/gcc/testsuite/gcc.dg/plugindir4.c +++ /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.*" } */ -- 2.11.0