Bug 83379

Summary: [8 Regression] Intermittent failure of min/maxval_char*.f90 test cases
Product: gcc Reporter: Thomas Koenig <tkoenig>
Component: fortranAssignee: Thomas Koenig <tkoenig>
Status: RESOLVED FIXED    
Severity: normal CC: hjl.tools, jeffreyalaw
Priority: P4    
Version: unknown   
Target Milestone: 8.0   
Host: Target:
Build: Known to work:
Known to fail: Last reconfirmed: 2017-12-11 00:00:00

Description Thomas Koenig 2017-12-11 17:32:46 UTC
The test cases in question sometimes fail, see

https://gcc.gnu.org/ml/fortran/2017-12/msg00050.html and
https://gcc.gnu.org/ml/fortran/2017-12/msg00019.html
Comment 1 Thomas Koenig 2017-12-11 17:58:10 UTC
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
Comment 2 Dominique d'Humieres 2017-12-11 17:58:48 UTC
*** Bug 83366 has been marked as a duplicate of this bug. ***
Comment 3 Richard Biener 2017-12-12 09:24:56 UTC
Fixed.
Comment 4 Thomas Koenig 2017-12-12 16:42:38 UTC
*** Bug 83381 has been marked as a duplicate of this bug. ***