This is the mail archive of the gcc-patches@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]

Re: [PATCH] Remove fit_double_type


On 07/04/2010 01:01 PM, Anatoly Sokolov wrote:
> @@ -7886,7 +7881,7 @@
>  /* Nonzero if integer constant C has a value that is permissible
>     for type TYPE (an INTEGER_TYPE).  */
>  
> -int
> +bool
>  int_fits_type_p (const_tree c, const_tree type)
>   
Looks like the comment should be slightly adjusted, like saying true
instead of nonzero?

Paolo.


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