"Manuel López-Ibáñez" <lopezibanez@gmail.com> writes:
| :ADDPATCH fortran:
|
| Wno-all is currently rejected on mainline by all front-ends because it
| is rejected by fortran. This patch fixes the issue. However, a better
| fix would be to move Wall to common.opt but let it be handled by each
| front-end. I was not able to implement this, front-ends were not able
| to catch Wall, any suggestions ?
|
| This patch bootstraps and does not generate new regressions.
|
| OK for mainline?
You can install this as an incremental improvement.
However, as you noted -Wall should be moved to language-common part.