http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60128
--- Comment #27 from ro at CeBiTec dot Uni-Bielefeld.DE <ro at CeBiTec dot Uni-Bielefeld.DE> --- > --- Comment #25 from Jerry DeLisle <jvdelisle at gcc dot gnu.org> --- > (In reply to Dominique d'Humieres from comment #21) >> > We can xfail the test case if we are certain of the problem. >> >> What I don't see is how to xfail only some tests for real(16). Anyway, >> Rainer could open a new PR for the solaris issue and close this one as FIXED? > > What we should do is break the test case into two test cases one for quad16 > and > the other for the rest. Then we XFAIL the quad16 one for solaris. I think we Agreed, that's better than silently exiting a test in certain conditions, making it seem that it works while it actually doesn't. > also need a new PR that is platform specific. There may be some configury > magic that needs to be done for Solaris to work correctly. I've now filed PR fortran/60582. Rainer