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]: Add __builtin_fpclassify()


On Fri, 23 May 2008, Eric Botcazou wrote:

> > 2008-05-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
> >
> > 	* builtin-types.def (BT_FN_INT_INT_INT_INT_INT_INT_VAR): New.
> > 	* builtins.c (fold_builtin_fpclassify): New.
> > 	(fold_builtin_varargs): Handle BUILT_IN_FPCLASSIFY.
> > 	* builtins.def (BUILT_IN_FPCLASSIFY): New.
> > 	* c-common.c (handle_type_generic_attribute): Adjust to accept
> > 	fixed arguments before an elipsis.
> > 	(check_builtin_function_arguments): Handle BUILT_IN_FPCLASSIFY.
> > 	* doc/extend.texi: Document __builtin_fpclassify.
>
> This broke Ada bootstrap.  Fixed thusly.
>
>
> 2008-05-23  Eric Botcazou  <ebotcazou@adacore.com>
>
> 	* utils.c (handle_type_generic_attribute): Adjust to accept
>         fixed arguments before an elipsis.

Oops, sorry.  Thanks for fixing it.

		--Kaveh
--
Kaveh R. Ghazi			ghazi@caip.rutgers.edu


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