* gcc-interface/trans.c (Attribute_to_gnu) <Attr_{Min,Max}>: If the
commit563fc84f54e972bda9e52596d6828ff255878134
authorebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 22 Dec 2014 11:04:42 +0000 (22 11:04 +0000)
committerebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 22 Dec 2014 11:04:42 +0000 (22 11:04 +0000)
tree1aa02b64dae0f5cc24ee6f05fb898f03783b7087
parentdb8da65b4de666ff83f29c60c075d692376c1a60
* 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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@219010 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ada/ChangeLog
gcc/ada/gcc-interface/trans.c
gcc/ada/gcc-interface/utils2.c
gcc/testsuite/ChangeLog