]> git.ipfire.org Git - thirdparty/gcc.git/commit
Fortran: fix regression introduced by commit r16-914-g787a8dec1acedf
authorHarald Anlauf <anlauf@gmx.de>
Tue, 27 May 2025 21:08:54 +0000 (23:08 +0200)
committerHarald Anlauf <anlauf@gmx.de>
Tue, 27 May 2025 21:13:05 +0000 (23:13 +0200)
commit74a2281ae18c6dbbc640f0c79f7138a495ef8f0c
tree6112e6160db8ac605aee19beb05b0f31b20a73cd
parenta57ea0a189b95228d524841497684b029cc51c00
Fortran: fix regression introduced by commit r16-914-g787a8dec1acedf

A last-minute cleanup before patch submission reordered a change
that should not have happened.  This fixes it.

PR fortran/101735

gcc/fortran/ChangeLog:

* primary.cc (gfc_match_varspec): Correct order of logic.
gcc/fortran/primary.cc