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: Remove warning about unreachable bytecodes


Tom Tromey writes:
 > >>>>> "Per" == Per Bothner <per@bothner.com> writes:
 > 
 > Per> - Don't add a separate flag, at least until we see a use for it.
 > Per> - Turn on the warning when extra_warnings is true (i.e. when -W
 > Per> or -Wextra is specified).
 > Per> - The default should be off by default.
 > 
 > Ok, how about the appended?
 > 
 > Tom
 > 
 > Index: gcc/java/ChangeLog
 > from  Tom Tromey  <tromey@redhat.com>
 > 
 > 	* expr.c (expand_byte_code): Only warn about dead bytecode when
 > 	extra_warnings is set.

OK.

Andrew.


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