This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC 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]

[Bug fortran/83379] [8 Regression] Intermittent failure of min/maxval_char*.f90 test cases


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83379

--- Comment #1 from Thomas Koenig <tkoenig at gcc dot gnu.org> ---
Author: tkoenig
Date: Mon Dec 11 17:57:38 2017
New Revision: 255543

URL: https://gcc.gnu.org/viewcvs?rev=255543&root=gcc&view=rev
Log:
2017-12-11  Thomas Koenig  <tkoenig@gcc.gnu.org>

        PR fortran/83379
        * gfortran.dg/minval_char_1.f90: Correct logic for mask
        calculation.
        * gfortran.dg/minval_char_2.f90: Likewise.
        * gfortran.dg/maxval_char_1.f90: Likewise.
        * gfortran.dg/maxval_char_2.f90: Likewise.


Modified:
    trunk/gcc/testsuite/ChangeLog
    trunk/gcc/testsuite/gfortran.dg/maxval_char_1.f90
    trunk/gcc/testsuite/gfortran.dg/maxval_char_2.f90
    trunk/gcc/testsuite/gfortran.dg/minval_char_1.f90
    trunk/gcc/testsuite/gfortran.dg/minval_char_2.f90

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