[Bug target/14899] [3.5 Regression] wrong code due to change in compatibility rules for vector types

pinskia at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Fri Apr 9 17:17:00 GMT 2004


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-04-09 17:17 -------
Actually I made the mistake of putting testing the wrong thing.
Here is the test which should return 0 but does not but did in 3.3.3:
int f()
{
return __builtin_types_compatible_p (__vector unsigned short,
                                     __vector signed short);
}

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
      Known to work|3.4.0                       |3.4.0 3.3.3


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



More information about the Gcc-bugs mailing list