-fsyntax-only is the preferred spelling for -fparse-only implemented
in the new Flang driver in [1]. It is consistent with clang and
gfortran. It was originally proposed and accepted in [2] (this
transition was announced in [3]).
This patch replaces -fparse-only with -fsyntax-only in f18
All affected tests are refactored to use the new spelling.
-fparse-only still works, but is now deprecated and triggers a
warning. It will be phased out gradually.
[1] https://reviews.llvm.org/D92854
[2] https://lists.llvm.org/pipermail/flang-dev/2020-November/000588.html
[3] https://lists.llvm.org/pipermail/flang-dev/2021-February/000646.html
Typo of 'warning' :)