https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82324
--- Comment #2 from Rainer Orth <ro at gcc dot gnu.org> --- (In reply to kargl from comment #1) > Does this fix the problem? > > Index: promotion_3.f90 > =================================================================== > --- promotion_3.f90 (revision 253178) > +++ promotion_3.f90 (working copy) > @@ -1,5 +1,6 @@ > ! { dg-do run } > ! { dg-options "-fdefault-real-16" } > +! { dg-require-effective-target fortran_large_real } > ! > ! PR 82143: add a -fdefault-real-16 flag > ! > Index: promotion_4.f90 > =================================================================== > --- promotion_4.f90 (revision 253178) > +++ promotion_4.f90 (working copy) > @@ -1,5 +1,6 @@ > ! { dg-do run } > ! { dg-options "-fdefault-real-10" } > +! { dg-require-effective-target fortran_large_real } > ! > ! PR 82143: add a -fdefault-real-16 flag > ! Not on sparc-sun-solaris2.11 which is equally affected: the tests are still compiled and fail as before. Rainer