re PR testsuite/40481 (gcc.dg/plugin/one_time-test-1.c doesn't work on ia64)
authorH.J. Lu <hongjiu.lu@intel.com>
Mon, 22 Jun 2009 13:36:37 +0000 (13:36 +0000)
committerH.J. Lu <hjl@gcc.gnu.org>
Mon, 22 Jun 2009 13:36:37 +0000 (06:36 -0700)
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;

From-SVN: r148795

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

index 617b4fa8713424977f83e7adff9d5e230c9ae5e3..9e7274370fbd55a8fc17393575ef949c19609132 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 635776fc5bc9584af539396234262eb0b4587499..0c607bdc5590d82b63675853210264a58cbf3c4f 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 =