------- Comment #4 from mmitchel at gcc dot gnu dot org  2006-02-24 19:04 
-------
Edmar --

Does changing:

  if (rs6000_float_gprs_string == NULL) \
    rs6000_float_gprs = 2;

too:

  if (!rs6000_explicit_options.float_gprs) \
    rs6000_float_gprs = 2;

work?  Not just compile, but also generate the code you expect?


-- 


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

Reply via email to