------- Comment #17 from joseph at codesourcery dot com 2010-09-04 11:05 ------- Subject: Re: r163815/r163816 produces new regressions on x86_64-apple-darwin10
On Sat, 4 Sep 2010, bonzini at gnu dot org wrote: > Please revert the patch in both gcc and src. It's clear that the way to go is > to first write small patch to smooth out the nuances you pointed out, and then > introduce the new macro in a way that doesn't change the semantics. Sorry for > the spotty review. :/ Since the differences are generally deliberate, what's actually wanted is a macro that preserves them. The basic information of which targets support DFP by default / at all and what the default format is on each target should be in a single place. The information about whether $target or $host is relevant, and about what the configuration variables should be set to if DFP is disabled, should be passed as arguments to the macro. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45524