On Thu, 4 Feb 2021 20:35:32 -0800 sunil.k.pandey <skpan...@sc.intel.com> wrote:
> On Linux/x86_64, > > b2d84e9f9cccbe4ee662f7002b83105629d09939 is the first bad commit > commit b2d84e9f9cccbe4ee662f7002b83105629d09939 > Author: Julian Brown <jul...@codesourcery.com> > Date: Thu Feb 4 10:13:22 2021 -0800 > > openacc: Tests for character types in derived-type mappings > > caused > > FAIL: gfortran.dg/goacc/derived-chartypes-1.f90 -O (internal > compiler error) FAIL: gfortran.dg/goacc/derived-chartypes-1.f90 -O > (test for excess errors) FAIL: > gfortran.dg/goacc/derived-chartypes-2.f90 -O (internal compiler > error) FAIL: gfortran.dg/goacc/derived-chartypes-2.f90 -O (test > for excess errors) Oops -- I tested on a tree with the following patch already applied: https://gcc.gnu.org/pipermail/gcc-patches/2021-February/564711.html That patch fixes these failures. Thanks, Julian