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 PR bootstrap/26055


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.

-- Gaby


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