------- Additional Comments From pinskia at gcc dot gnu dot org  2005-03-16 
06:26 -------
The following code is another example:
typedef int (*fptr_t) (void);

int __canonicalize_funcptr_for_compare (fptr_t t)
{
  return (int)(t) == -1;
}

Hmm, I have not traced it yet but maybe we should not call 
__canonicalize_funcptr_for_compare when 
we are comparing against constants.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|bootstrap                   |middle-end
           Keywords|                            |build


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

Reply via email to