http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60128
--- Comment #35 from ro at CeBiTec dot Uni-Bielefeld.DE <ro at CeBiTec dot Uni-Bielefeld.DE> --- > --- Comment #34 from Dominique d'Humieres <dominiq at lps dot ens.fr> --- >> I ran the test on Solaris 9 and 11 and looked at the resulting .sum >> files. Seeing the Unsupported rounding entries on Solaris 11 (any >> platform without the rounding issue actually) seemed strange/backwards >> at first (double negation) until I understood how it's done. > > I agree that direct logic is better than double negation. With the following > patch [...] > the gfortran.sum contains > > ... > PASS: gfortran.dg/fmt_en.f90 -O0 scan-file All kinds rounded to nearest > ... Even better. Tested again on i386-pc-solaris2.9 and i386-pc-solaris2.11. Thanks. Rainer