https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63352
--- Comment #12 from ro at CeBiTec dot Uni-Bielefeld.DE <ro at CeBiTec dot Uni-Bielefeld.DE> --- > --- Comment #11 from Dominique d'Humieres <dominiq at lps dot ens.fr> --- > Comment 7 confirms my guess that there is a rounding problem on > i386-sun-solaris2.11 (the test is three-year old and succeeds on all the > revisions I have used on darwin, and all the tests I have looked at > https://gcc.gnu.org/ml/gcc-testresults/2014-09/). > > This may be related to problems found with solaris during the fix for PR60128. > > Note that there is no point to post assembly files: the problem is either in > libgfortran or (more probably) in the C library. This seems to be an Illumos-specific problem to me: on Solaris 11.2/x86, I get the same output for Dominique's testcase with gcc 4.9 and 4.8, and both testcases Richard sees failing PASS for me. Rainer