Re: DECstation 2100 floating point
George Harvey <[email protected]> Tue, 29 Mar 2011 21:31:50 +0100
| Newsgroups | gmane.os.netbsd.ports.pmax |
|---|---|
| Message-ID | <[email protected]> |
On Sat, 26 Mar 2011 11:53:00 +0900 Izumi Tsutsui <[email protected]> wrote: > As mentioned in gcc(1) man page, -O enables following options: > >> -O turns on the following optimization flags: -fdefer-pop > >> -fdelayed-branch -fguess-branch-probability -fcprop-registers > >> -floop-optimize -fif-conversion -fif-conversion2 -ftree-ccp > >> -ftree-dce -ftree-dominator-opts -ftree-dse -ftree-ter -ftree-lrs > >> -ftree-sra -ftree-copyrename -ftree-fre -ftree-ch -funit-at-a-time > >> -fmerge-constants > > It might help to disable each options (by -fno-delayed-branch etc) > and which one causes the errors. I tried turning off each option individually and still got 'inf' results. I then tried turning them all off, and still got an 'inf' result. The GCC man page says "only optimizations that have a flag are listed" so I guess it's one of the unlisted ones that's causing the problem. George