------- Comment #8 from dominiq at lps dot ens dot fr  2010-04-26 12:28 -------
> What happens if you replace the new call to df_simulate_find_noclobber_defs in
> ifcvt.c with a call to df_simulate_find_defs? 

Bootstrapping with the change (crossing my finger that I won't have to remove
the definition of  df_simulate_find_noclobber_defs!-). Allow for 3h30 to pass
the critical point and over 5h to complete the bootstrap.

> If that fixes the bootstrap, can you find a testcase where this changes code 
> generation?

With the faulty cc1, the following trivial test ICE at -O1

 int
 main ()
 {

   ;
   return 0;
 }

 What would you need?


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43858

Reply via email to