]> git.ipfire.org Git - thirdparty/gcc.git/commit
testsuite: Use distinct explicit error codes in value_9.f90
authorMikael Morin <mikael@gcc.gnu.org>
Mon, 14 Aug 2023 19:52:08 +0000 (21:52 +0200)
committerMikael Morin <mikael@gcc.gnu.org>
Mon, 14 Aug 2023 20:11:07 +0000 (22:11 +0200)
commit3d2893989ade725c051a434bc6ea7b4d00764cbe
tree16d53b9394045732d067889c4931f4d616a616ba
parent564b637f4a32883cbf3c3019d3cfcf0b0aec9b82
testsuite: Use distinct explicit error codes in value_9.f90

Use distinct error codes, so that we can spot directly from the
testsuite log which case is failing.

gcc/testsuite/ChangeLog:

* gfortran.dg/value_9.f90 (val, val4, sub, sub4): Take the error
codes from the arguments.
(p): Update calls: pass explicit distinct error codes.
gcc/testsuite/gfortran.dg/value_9.f90