This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug tree-optimization/30666] [4.3 Regression] warning: canonical types differ for identical types double __complex__ and double __complex__



------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]