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 42966 add some indication that a warning has been converted to an error


Manuel LÃpez-IbÃÃez <lopezibanez@gmail.com> writes:

| With -fdiagnostics-show-option, this patch adds [-Werror=option] to
| warnings converted to errors. For default warnings (those not assigned
| to any option), it adds [enabled by default]. For default warnings
| converted to errors it adds [-Werror]. For warnings not converted to
| errors, the output remains the same, that is, [-Woption].

does the testsuite show any regression (because of the new suffix)?

| 
| This is a low impact patch, and -fdiagnostics-show-option is disabled
| by default, so I think it should be pretty safe to commit for 4.5.
| 
| OK for 4.5? or 4.6?

OK for 4.6; OK for 4.5 if the Release Managers are OK with it.


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