diff options
author | Jakub Jelinek <jakub@redhat.com> | 2025-04-14 19:32:06 +0200 |
---|---|---|
committer | Jakub Jelinek <jakub@gcc.gnu.org> | 2025-04-14 19:32:06 +0200 |
commit | e96cb35ceb08bb6d12670172115f27819c806e82 (patch) | |
tree | 4fce897123abd3abf550409409507703b56e7958 /libjava/gnu/java/security/x509/PolicyNodeImpl.java | |
parent | 2e3c91786a981f2d68600e2d7b2e25a766e59c21 (diff) | |
download | gcc-e96cb35ceb08bb6d12670172115f27819c806e82.zip gcc-e96cb35ceb08bb6d12670172115f27819c806e82.tar.gz gcc-e96cb35ceb08bb6d12670172115f27819c806e82.tar.bz2 |
cobol: Drop -fsyntax-only from COBOL lang.opt [PR119777]
The comment is incorrect, fsyntax-only is not documented in c.opt,
but in common.opt:
fsyntax-only
Common Var(flag_syntax_only)
Check for syntax errors, then stop.
and as such it applies to all languages, so adding CL_Cobol to
the CL_COMMON is both unnecessary and because of RejectNegative which
contradicts the generic option very harmful, because it makes
-fno-syntax-only invalid for all languages.
Fixed by just dropping it.
2025-04-14 Jakub Jelinek <jakub@redhat.com>
PR cobol/119777
* lang.opt (fsyntax-only): Remove.
* lang.opt.urls: Regenerate.
Diffstat (limited to 'libjava/gnu/java/security/x509/PolicyNodeImpl.java')
0 files changed, 0 insertions, 0 deletions