]> 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, 3 Jun 2025 17:07:02 +0000 (19:07 +0200)
commit819b6415b639710566e4cc535241d82ccd708f76
tree829ebeb538fbf329cf66d63022fd6aa05416d595
parent25e46423bdfdf6e14cc1bc753f05b3b4fb5e8cc8
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.

(cherry picked from commit 74a2281ae18c6dbbc640f0c79f7138a495ef8f0c)
gcc/fortran/primary.cc