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 opt/10056


On Mon, 2003-03-24 at 09:27, Jan Hubicka wrote:
> Hi,
> here is the fix.  It is somewhat ugly - only way I found around is to
> temporarily turn the ugly jump into normal condjump and then uglify it
> back.  All my other attempts failed because
> force_nonfallthru_and_redirect is called on invalid CFG and the code
> works only because we know what force_nonfallthru_and_redirect is doing.

Thanks for working on this.  Couldn't we just treat e_taken as being the
same as e_fall in this case?

-- 
Mark Mitchell
CodeSourcery, LLC
mark at codesourcery dot com


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