This is the mail archive of the gcc-bugs@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] | |
Matt Thomas wrote:
I've been trying to figure out why the g77 testsuite has so
many failures for a VAX target when my host is running
NetBSD/i386. Briefly, it comes down to g771 emitting
incorrect floating point numbers.
Given the following two small programs:
foo = acos(0.54030231)
end
And
x(void) { acos(0.54030231); }
I would expect them to generate approx. the same code.
...
Is this still a problem after Richard Henderson's recent overhaul of real.c ?Before I dig into the f77 sources, I was hoping this might trigger someone who knows f77 to fix it for me. :)
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |