This is the mail archive of the fortran@gcc.gnu.org mailing list for the GNU Fortran project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

string_0xfe_0xff_1.f90


Thomas,

Maybe I am doing something wrong but I see:

/svn/trunk/gcc/testsuite/gfortran.dg/string_0xfe_0xff_1.f90:6.13:

if (achar (255) /= "\xFF") call abort
1
Error: Extended ASCII not implemented: argument of ACHAR at (1) must be between 0 and 127
compiler exited with status 1
output is:
/svn/trunk/gcc/testsuite/gfortran.dg/string_0xfe_0xff_1.f90:6.13:


if (achar (255) /= "\xFF") call abort
1
Error: Extended ASCII not implemented: argument of ACHAR at (1) must be between 0 and 127


FAIL: gfortran.dg/string_0xfe_0xff_1.f90 (test for excess errors)
Excess errors:
/svn/trunk/gcc/testsuite/gfortran.dg/string_0xfe_0xff_1.f90:6: Error: Extended ASCII not implemented: argument of ACHAR at (1) must be between 0 and 127


The testsuite ChangeLog contains:

2007-01-14 Thomas Koenig <Thomas.Koenig@online.de>

   PR fortran/30452
   * gfortran.dg/string_0xfe_0xff_1.f90:  New test.

but I do not see anything to correspond with this in the fortran ChangeLog.

Best regards

Paul



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]