On Tue, Jun 17, 2014 at 4:48 PM, Rainer Orth <r...@cebitec.uni-bielefeld.de> wrote: > "William J. Schmidt" <wschm...@linux.vnet.ibm.com> writes: > >> Index: gcc/testsuite/gfortran.dg/default_format_denormal_2.f90 >> =================================================================== >> --- gcc/testsuite/gfortran.dg/default_format_denormal_2.f90 (revision >> 211741) >> +++ gcc/testsuite/gfortran.dg/default_format_denormal_2.f90 (working copy) >> @@ -1,5 +1,5 @@ >> ! { dg-require-effective-target fortran_large_real } >> -! { dg-do run { xfail powerpc*-apple-darwin* powerpc*-*-linux* } } >> +! { dg-do run { xfail powerpc*-apple-darwin* } } >> ! Test XFAILed on these platforms because the system's printf() lacks >> ! proper support for denormalized long doubles. See PR24685 > > You should also update the comment: `these platforms' no longer applies. > > Rainer
Yes, okay, with the grammar fix also. Thanks, David