This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: PR 30437 [4.0/4.1/4.2/4.3 Regression] -Wno-all is rejected (try 2)


On 17 Jan 2007 14:06:34 -0600, Gabriel Dos Reis <gdr@cs.tamu.edu> wrote:
"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.


Gabriel, just to be sure, do you approve also the fortran bits?


Cheers,

Manuel.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]