This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PING][PATCH] Fix PR bootstrap/26055
Richard Guenther <rguenther@suse.de> writes:
| On Wed, 8 Feb 2006, Gabriel Dos Reis wrote:
|
| > Richard Guenther <rguenther@suse.de> writes:
| >
| > | (I realized I never really submitted this patch)
| > | This patch fixes the bootstrap problem for targets whose math.h conflict
| > | with libgcc-math internals. Fixed by not including the target math.h at
| > | all, which we really don't need. This patch also enables -Werror and
| > | removes -ffinite-math-only (because we use isless/isgreater/isnan etc.).
| > |
| > | It has been bootstrapped on x86_64-unknown-linux-gnu and i686-pc-linux-gnu
| > | and reportedly fixed the bootstrap problem for i386-apple-darwin8.4.1.
| > |
| > | Ok for mainline?
| >
| > That looks good to me.
|
| As nobody seems to be interested in approving this patch,
Heh! I and libstdc++ *do* care about this patch and libgcc-math. I
thought you would apply it.
-- gaby