------- Comment #1 from fxcoudert at gcc dot gnu dot org 2010-06-11 13:51 ------- > if(atan(1.0, i/10.0) -atan2(1.0, i/10.) /= 0.0) call abort()
Try to change that into a "print *, atan(1.0, i/10.0) -atan2(1.0, i/10.)" and see what it outputs. -- fxcoudert at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |fxcoudert at gcc dot gnu dot | |org http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44448