trans.c (Attribute_to_gnu): If the type is a floating-point type...
authorEric Botcazou <ebotcazou@adacore.com>
Mon, 22 Dec 2014 11:04:42 +0000 (11:04 +0000)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Mon, 22 Dec 2014 11:04:42 +0000 (11:04 +0000)
commit881cdd61eef4cb4e4b907f571c60c41bdb7d43ed
tree1aa02b64dae0f5cc24ee6f05fb898f03783b7087
parent35786aad0c7e0ea1987b370a3e69d8730c11ae38
trans.c (Attribute_to_gnu): If the type is a floating-point type...

* gcc-interface/trans.c (Attribute_to_gnu) <Attr_{Min,Max}>: If the
type is a floating-point type, implement the semantics of the C99
f{min,max} routines with regard to NaNs.
(gnat_to_gnu): Call builtin_decl_implicit.
* gcc-interface/utils2.c (compare_arrays): Adjust comments.

From-SVN: r219010
gcc/ada/ChangeLog
gcc/ada/gcc-interface/trans.c
gcc/ada/gcc-interface/utils2.c
gcc/testsuite/ChangeLog