From bff5c921c84d22b97948d2acac377917ccd73845 Mon Sep 17 00:00:00 2001 From: Uros Bizjak Date: Wed, 19 Oct 2011 23:05:23 +0200 Subject: [PATCH] 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 --- gcc/testsuite/ChangeLog | 5 +++++ gcc/testsuite/gcc.dg/plugin/plugindir1.c | 2 +- gcc/testsuite/gcc.dg/plugin/plugindir2.c | 2 +- gcc/testsuite/gcc.dg/plugin/plugindir3.c | 2 +- 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 4b5dc238e9e1..e55e8c4eedc8 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2011-10-19 Uros Bizjak + + PR testsuite/50796 + * gcc.dg/plugin/plugindir?.c Update dg_prune_output. + 2011-10-19 Jason Merrill PR c++/50787 diff --git a/gcc/testsuite/gcc.dg/plugin/plugindir1.c b/gcc/testsuite/gcc.dg/plugin/plugindir1.c index a973ec0c54cf..72821ac98522 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 58c1505501a9..063b9d9e5944 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 41037534a260..9b1c004cfd13 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 27b2f24aaf9f..8f1cb8016216 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.*" } */ -- 2.47.2