Hello!

Update dg-prune-output due to inacessible -> inaccessible change.

2011-10-19  Uros Bizjak  <ubiz...@gmail.com>

        PR testsuite/50796
        * gcc.dg/plugin/plugindir?.c Update dg-prune-output.

Tested on x86_64-pc-linux-gnu, committed to mainline SVN.

Uros.
Index: gcc.dg/plugin/plugindir1.c
===================================================================
--- gcc.dg/plugin/plugindir1.c  (revision 180206)
+++ gcc.dg/plugin/plugindir1.c  (working copy)
@@ -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.*" } */
Index: gcc.dg/plugin/plugindir2.c
===================================================================
--- gcc.dg/plugin/plugindir2.c  (revision 180206)
+++ gcc.dg/plugin/plugindir2.c  (working copy)
@@ -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.*" } */
Index: gcc.dg/plugin/plugindir3.c
===================================================================
--- gcc.dg/plugin/plugindir3.c  (revision 180206)
+++ gcc.dg/plugin/plugindir3.c  (working copy)
@@ -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.*" } */
Index: gcc.dg/plugin/plugindir4.c
===================================================================
--- gcc.dg/plugin/plugindir4.c  (revision 180206)
+++ gcc.dg/plugin/plugindir4.c  (working copy)
@@ -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.*" } */

Reply via email to