[patch] Fix for PR c/11449. (take 2)

Neil Booth neil@daikokuya.co.uk
Tue Jul 8 05:43:00 GMT 2003


Kazu Hirata wrote:-

> +
> +int
> +foo (int m)
> +{
> +  return !(m & ((int) 0x80000000));
> +}

Tests should at least contain a comment explaining how/why they used
to fail.  This will be incomprehensible in 6 months time to someone
even who read this post.

Neil.



More information about the Gcc-patches mailing list