Move the rules for e_rem_pio2.c and k_rem_pio2.c from GNUmakefile to
Config.linux_gencgc. This only appears to be an issue on Linux. FreeBSD and Darwin are ok. And it depends on the compiler. gcc 4.2.1 produces bad results, but gcc 3.4.6 is ok. Could be an aliasing issue. So use -O1 everywhere. -ffloat-store doesn't appear to matter so remove that too.
Please register or sign in to comment