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 middle-end/26900] Number of iterations not know for simple loop



------- Comment #8 from rguenth at gcc dot gnu dot org  2006-03-29 15:45 -------
Created an attachment (id=11154)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=11154&action=view)
patch

I have a simple patch for # iterations analysis to check whether either cond1
follows from cond2 or !cond1 follows from cond2.

Patch is untested but fixes the testcase.


-- 


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


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