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] Fix final bits of PR28796


On Sat, 21 Oct 2006, Richard Guenther wrote:
> 2006-08-25  Richard Guenther  <rguenther@suse.de>
>
> 	PR middle-end/28796
> 	* builtins.c (fold_builtin_classify): Use HONOR_INFINITIES
> 	and HONOR_NANS instead of MODE_HAS_INFINITIES and MODE_HAS_NANS
> 	for deciding optimizations in consistency with fold-const.c
> 	(fold_builtin_unordered_cmp): Likewise.

:REVIEWMAIL:

This is OK for mainline.  Now that everything is nicely consistent,
would it be possible to add some tests to the testsuite to ensure
that we do the correct folding with different command line options?

Many thanks in advance,

Roger
--


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