testsuite: fix goacc/finalize-1.f "original" regex for 32 bits.
authorDavid Edelsohn <dje.gcc@gmail.com>
Fri, 17 Jul 2020 23:38:35 +0000 (19:38 -0400)
committerDavid Edelsohn <dje.gcc@gmail.com>
Sat, 18 Jul 2020 16:00:41 +0000 (12:00 -0400)
commit60c1baebbaa62eb588ec4ab263de3b88283fdbee
treed27cb939a8f2918dcf264e51a7009677f3c98ae5
parent7aa22a8f1a5cd7f79d6bdd8b56ef7ab89a43bce3
testsuite: fix goacc/finalize-1.f "original" regex for 32 bits.

The "bias" portion of the regex for "original" expects

bias: (integer(kind=<N>) parm.0.data - (integer(kind=<N>)) del_f_p.data

(or cpo_f_p.data)

on 32 bit platforms, the dump file can show (signed int) instead of
(integer(kind=8)... .  This patch adjusts the regex to allow any content
containing the word int between the parentheses.

2020-07-18  David Edelsohn  <dje.gcc@gmail.com>

gcc/testsuite/ChangeLog

* gfortran.dg/goacc/finalize-1.f: Adjust regex for 32 bits.
gcc/testsuite/gfortran.dg/goacc/finalize-1.f