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] | |
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.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |