From: doko Date: Wed, 28 Apr 2010 19:25:58 +0000 (+0000) Subject: 2010-04-28 Matthias Klose X-Git-Url: http://git.sourceforge.jp/view?p=pf3gnuchains%2Fgcc-fork.git;a=commitdiff_plain;h=c40df56b3093ee3fac535986a082bedbb1cebd02 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 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 70623816e6b..7fd16ce16ee 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.*" } */