Bug 83379 - [8 Regression] Intermittent failure of min/maxval_char*.f90 test cases
Summary: [8 Regression] Intermittent failure of min/maxval_char*.f90 test cases
Status: RESOLVED FIXED
Alias: None
Product: gcc
Classification: Unclassified
Component: fortran (show other bugs)
Version: unknown
: P4 normal
Target Milestone: 8.0
Assignee: Thomas Koenig
URL:
Keywords:
: 83366 83381 (view as bug list)
Depends on:
Blocks:
 
Reported: 2017-12-11 17:32 UTC by Thomas Koenig
Modified: 2017-12-12 16:42 UTC (History)
2 users (show)

See Also:
Host:
Target:
Build:
Known to work:
Known to fail:
Last reconfirmed: 2017-12-11 00:00:00


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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. ***