Tim Prince <TimothyPrince@xxxxxxxxxxxxx> writes: > In order to support Fortran, gcc has a specific flag to turn off the > sqrt retry, thus breaking errno and exception handling. Maybe g++ > -ffast-math or icpc -fp-model fast=2 might include such an option. > Those are big hammers which evidently aren't suitable for general use. See -fno-math-errno. Ian