OSDN Git Service

2009-06-22 H.J. Lu <hongjiu.lu@intel.com>
authorhjl <hjl@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 22 Jun 2009 13:36:37 +0000 (13:36 +0000)
committerhjl <hjl@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 22 Jun 2009 13:36:37 +0000 (13:36 +0000)
PR testsuite/40481
* gcc.dg/plugin/one_time_plugin.c (one_pass_exec): Return 0;

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@148795 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/plugin/one_time_plugin.c

index 617b4fa..9e72743 100644 (file)
@@ -1,3 +1,8 @@
+2009-06-22  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR testsuite/40481
+       * gcc.dg/plugin/one_time_plugin.c (one_pass_exec): Return 0;
+
 2009-06-22  Martin Jambor  <mjambor@suse.cz>
 
        PR tree-optimization/40492
index 635776f..0c607bd 100644 (file)
@@ -24,6 +24,7 @@ static unsigned int one_pass_exec (void)
     printf ("Executed more than once \n");
  }
  counter++;
+ return 0;
 }
 
 struct gimple_opt_pass one_pass =