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 25/01/07, Steve Kargl <sgk@troutmask.apl.washington.edu> wrote:

You've completely missed the point of my comment.  The proper
fix is to reject -Wno-all in every frontend.  Unfortunately,
your gfortran patch will probably need to stay for consistency
with all of the other broken frontends.

You can still reject -Wno-all in gfortran without breaking other front-ends. Just give an error if value==0. I will prepare the patch if that makes you happy. It would be interesting to see who gets a request first: gfortran to enabled -Wno-all or all other front-ends to disable it.

Manuel.


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