This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java 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: Patch: -Wunreachable-bytecode


Jan Hubicka wrote:
At -O0 we can generate unreachable code in some cases.  This can be
cared by calling cfg_cleanup unconditionally at bb_reorder time.
I don't think this is relevant.  We're talking about generating Java
bytecodes, which do not go through the RTL machinery at all.
--
	--Per Bothner
per@bothner.com   http://www.bothner.com/per/



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