------- Comment #3 from ubizjak at gmail dot com  2007-02-22 11:04 -------
These warnirngs disappear by commenting out TARGET_HAS_SINCOS in
config/linux.h.

These warnings indeed point to pov::create_ray, where we have quite some tree
sincos transformations:

int pov::create_ray(pov::RAY*, double, double, int) (Ray, x, y, ray_number)
{
  complex double sincostmp.447;
  complex double sincostmp.446;
  complex double sincostmp.445;
  complex double sincostmp.444;
  complex double sincostmp.443;
  complex double sincostmp.442;
  complex double sincostmp.441;
  complex double sincostmp.440;
  complex double sincostmp.439;
  complex double sincostmp.438;
  complex double sincostmp.437;

I'm adding Richard Guenther to the CC as he worken on tree sincos
transformation a while ago.


-- 

ubizjak at gmail dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |rguenth at gcc dot gnu dot
                   |                            |org


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

Reply via email to