'gfortran.dg/assumed_rank_22_aux.c' messages printed vs. DejaGnu
authorThomas Schwinge <thomas@codesourcery.com>
Tue, 28 Sep 2021 07:02:56 +0000 (09:02 +0200)
committerThomas Schwinge <thomas@codesourcery.com>
Tue, 28 Sep 2021 12:18:23 +0000 (14:18 +0200)
commit95540a6d1d7b29cdd3ed06fbcb07465804504cfd
tree1b13a3af5f4a9304327aaad1fc3742bd2d31e120
parenta43ae03a053faad871e6f48099d21e64b8e316cf
'gfortran.dg/assumed_rank_22_aux.c' messages printed vs. DejaGnu

Print lower-case 'error: [...]' instead of upper-case 'ERROR: [...]', to not
confuse the DejaGnu log processing harness into thinking these are DejaGnu
harness ERRORs:

    Running /scratch/tschwing/build2-trusty-cs/gcc/build/submit-big/source-gcc/gcc/testsuite/gfortran.dg/dg.exp ...
    +ERROR: c_assumed num=100: x->dim[2].extent = -1 != 0
    +ERROR: c_assumed num=100: x->dim[2].extent = -1 != 0
    +ERROR: c_assumed num=100: x->dim[2].extent = -1 != 0
    +ERROR: c_assumed num=100: x->dim[2].extent = -1 != 0
    +ERROR: c_assumed num=100: x->dim[2].extent = -1 != 0
    +ERROR: c_assumed num=100: x->dim[2].extent = -1 != 0
    [...]

Fix-up for recent commit 00f6de9c69119594f7dad3bd525937c94c8200d0
"Fortran: Fix assumed-size to assumed-rank passing [PR94070]".

gcc/testsuite/
* gfortran.dg/assumed_rank_22_aux.c: Adjust messages printed.
gcc/testsuite/gfortran.dg/assumed_rank_22_aux.c