------- Comment #11 from bonzini at gnu dot org  2006-08-10 08:11 -------
If all that we care about is TREE_ADDRESSABLE, and not folding together with a
previous sin/cos call, we may just change

  sincos (x, &s, &c);

to

  sincos (x, &t1, &t2);
  s = t1;
  c = t2;

maybe?


-- 


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

Reply via email to