Re: Ping [patch, fortran] Remove some wrong unused warnings, do not issue warnings if there are errors.
Gerald Pfeifer <[email protected]> Sun, 28 Jun 2026 21:00:55 +0200 (CEST)
| Newsgroups | gmane.comp.gcc.patches,gmane.comp.gcc.fortran |
|---|---|
| Message-ID | <[email protected]> |
On Sat, 27 Jun 2026, Thomas Koenig wrote: > I have also applied the patch below to wwwdocs after checking > with "tidy -e -q" and looking at it with Firefox. Thanks for posting it here! > diff --git a/htdocs/gcc-17/changes.html b/htdocs/gcc-17/changes.html > + <li> The > + <a > href="https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunused-but-set-variable"> > + <code>-Wunused-but-set-variables</code> </a> option is now > + effecive for Fortran. "effective" (typo), and maybe add "also"? > + <li> The new option > + <a > href="https://gcc.gnu.org/onlinedocs/gfortran/Error-and-Warning-Options.html#index-Wundefined-vars"> > + <code>-Wundefined-vars</code></a> option One of the two "options" strings is too much. :-) Gerald