This is the mail archive of the gcc-bugs@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]

init_alias_analysis called twice



In CSE, we call init_alias_analysis.  We don't ever call
end_alias_analysis in CSE.  When we get to loop, we call
init_alias_analysis again, without having yet called
end_alias_analysis.  It looks like there are some other places where
this can happen, too: haifa-sched, local-alloc, and reload1 all do not
have calls to end_alias_analysis.  Is this intentional?

--
Mark Mitchell                   mark@codesourcery.com
CodeSourcery, LLC               http://www.codesourcery.com


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