]> git.ipfire.org Git - thirdparty/gcc.git/commit
Testsuite/Fortran: gfortran.dg/pr96711.f90 - fix expected value for PowerPC [PR96983]
authorTobias Burnus <tobias@codesourcery.com>
Thu, 20 May 2021 07:51:10 +0000 (09:51 +0200)
committerTobias Burnus <tobias@codesourcery.com>
Thu, 20 May 2021 07:52:31 +0000 (09:52 +0200)
commit9e0a5e3ea37f9d7d2b6f2dab7c0bfbeaf08466a3
tree8c673094acb548193af64f81becd1590625d0484
parent94fa4c67b95c12482b6087d8eef2d72f7b7ea254
Testsuite/Fortran: gfortran.dg/pr96711.f90 - fix expected value for PowerPC [PR96983]

gcc/testsuite/ChangeLog:

PR fortran/96983
* gfortran.dg/pr96711.f90: Use 2**digit(x) instead of a hard-coded value;
add comments regarding what the code does.
gcc/testsuite/gfortran.dg/pr96711.f90