--- hints/dec_osf.sh.dist 2008-04-05 04:04:51.000000000 +0300 +++ hints/dec_osf.sh 2008-04-05 04:14:14.000000000 +0300 @@ -290,7 +290,7 @@ # we want dynamic fp rounding mode, and we want ieee exception semantics case "$isgcc" in -gcc) ;; +gcc) ccflags="$ccflags -mfp-rounding-mode=d -mieee" ;; *) case "$_DEC_cc_style" in new) ccflags="$ccflags -fprm d -ieee" ;; esacThread Next