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]
Other format: [Raw text]

[Bug debug/35065] [4.3 Regression] infinite loop while compiling VLC media player in vt_find_locations



------- Comment #5 from zadeck at naturalbridge dot com  2008-02-12 14:56 -------
Richi,

I looked at this code once but I really do not know this code at all and really
do not want to learn it.  It will take a fair amount of time to try to figure
out what the underlying dataflow problem is and then figure out how to modify
it so that it is strictly monotonic (i.e. guaranteed to converge).

However, given that this is just improving debugging information, it should be
possible to just hack a count of the number of iterations and just stop after
20, i.e the way that flow used to do it.  

If this is a blocker, this is what I would do to get the release out of the
door.  

Kenny


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35065


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