diff options
author | Uros Bizjak <ubizjak@gmail.com> | 2011-10-19 23:05:23 +0200 |
---|---|---|
committer | Uros Bizjak <uros@gcc.gnu.org> | 2011-10-19 23:05:23 +0200 |
commit | bff5c921c84d22b97948d2acac377917ccd73845 (patch) | |
tree | 472502f1f1cbd85d19bf3320a8ff8aec7353c6ed /gcc | |
parent | 2bb385d908387aa49242ae22bfe2e8ac23f61bea (diff) | |
download | gcc-bff5c921c84d22b97948d2acac377917ccd73845.zip gcc-bff5c921c84d22b97948d2acac377917ccd73845.tar.gz gcc-bff5c921c84d22b97948d2acac377917ccd73845.tar.bz2 |
re PR testsuite/50796 (FAIL: gcc.dg/plugin/plugindir[1234].c)
PR testsuite/50796
* gcc.dg/plugin/plugindir?.c Update dg_prune_output.
From-SVN: r180207
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/testsuite/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/testsuite/gcc.dg/plugin/plugindir1.c | 2 | ||||
-rw-r--r-- | gcc/testsuite/gcc.dg/plugin/plugindir2.c | 2 | ||||
-rw-r--r-- | gcc/testsuite/gcc.dg/plugin/plugindir3.c | 2 | ||||
-rw-r--r-- | gcc/testsuite/gcc.dg/plugin/plugindir4.c | 2 |
5 files changed, 9 insertions, 4 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 4b5dc23..e55e8c4 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2011-10-19 Uros Bizjak <ubizjak@gmail.com> + + PR testsuite/50796 + * gcc.dg/plugin/plugindir?.c Update dg_prune_output. + 2011-10-19 Jason Merrill <jason@redhat.com> PR c++/50787 diff --git a/gcc/testsuite/gcc.dg/plugin/plugindir1.c b/gcc/testsuite/gcc.dg/plugin/plugindir1.c index a973ec0..72821ac 100644 --- a/gcc/testsuite/gcc.dg/plugin/plugindir1.c +++ b/gcc/testsuite/gcc.dg/plugin/plugindir1.c @@ -1,4 +1,4 @@ /* { dg-do compile } */ /* { dg-options "-c -fplugin=foo" } */ -/* { dg-prune-output ".*inacessible plugin file.*foo\.so expanded from short plugin name.*" } */ +/* { dg-prune-output ".*inaccessible plugin file.*foo\.so expanded from short plugin name.*" } */ diff --git a/gcc/testsuite/gcc.dg/plugin/plugindir2.c b/gcc/testsuite/gcc.dg/plugin/plugindir2.c index 58c1505..063b9d9 100644 --- a/gcc/testsuite/gcc.dg/plugin/plugindir2.c +++ b/gcc/testsuite/gcc.dg/plugin/plugindir2.c @@ -1,4 +1,4 @@ /* { dg-do compile } */ /* { dg-options "-save-temps -c -fplugin=foo" } */ -/* { dg-prune-output ".*inacessible plugin file.*foo\.so expanded from short plugin name.*" } */ +/* { dg-prune-output ".*inaccessible plugin file.*foo\.so expanded from short plugin name.*" } */ diff --git a/gcc/testsuite/gcc.dg/plugin/plugindir3.c b/gcc/testsuite/gcc.dg/plugin/plugindir3.c index 4103753..9b1c004 100644 --- a/gcc/testsuite/gcc.dg/plugin/plugindir3.c +++ b/gcc/testsuite/gcc.dg/plugin/plugindir3.c @@ -1,4 +1,4 @@ /* { dg-do preprocess } */ /* { dg-options "-fplugin=foo" } */ -/* { dg-prune-output ".*inacessible plugin file.*foo\.so expanded from short plugin name.*" } */ +/* { dg-prune-output ".*inaccessible plugin file.*foo\.so expanded from short plugin name.*" } */ diff --git a/gcc/testsuite/gcc.dg/plugin/plugindir4.c b/gcc/testsuite/gcc.dg/plugin/plugindir4.c index 27b2f24..8f1cb80 100644 --- a/gcc/testsuite/gcc.dg/plugin/plugindir4.c +++ b/gcc/testsuite/gcc.dg/plugin/plugindir4.c @@ -1,4 +1,4 @@ /* { 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.*" } */ +/* { dg-prune-output ".*inaccessible plugin file.*my-plugindir/foo\.so expanded from short plugin name.*" } */ |