public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug middle-end/26900]  New: Number of iterations not know for simple loop
@ 2006-03-28 14:22 rguenth at gcc dot gnu dot org
  2006-03-28 15:13 ` [Bug middle-end/26900] " rguenth at gcc dot gnu dot org
                   ` (17 more replies)
  0 siblings, 18 replies; 19+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2006-03-28 14:22 UTC (permalink / raw)
  To: gcc-bugs

int foo0(int i0, int i1)
{
  int i, j = 0;
  for (i=i0; i<=i1+1; ++i)
    ++j;
  return j;
}

we cannot figure out the number of iterations for this loop because of
PR26898 and PR26899.


-- 
           Summary: Number of iterations not know for simple loop
           Product: gcc
           Version: 4.2.0
            Status: UNCONFIRMED
          Keywords: missed-optimization
          Severity: normal
          Priority: P3
         Component: middle-end
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: rguenth at gcc dot gnu dot org
 BugsThisDependsOn: 26898,26899


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


^ permalink raw reply	[flat|nested] 19+ messages in thread

end of thread, other threads:[~2007-07-10  8:30 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-03-28 14:22 [Bug middle-end/26900] New: Number of iterations not know for simple loop rguenth at gcc dot gnu dot org
2006-03-28 15:13 ` [Bug middle-end/26900] " rguenth at gcc dot gnu dot org
2006-03-28 15:14 ` rguenth at gcc dot gnu dot org
2006-03-28 15:16 ` rguenth at gcc dot gnu dot org
2006-03-29  1:03 ` rakdver at gcc dot gnu dot org
2006-03-29  1:14 ` pinskia at gcc dot gnu dot org
2006-03-29  8:01 ` rguenth at gcc dot gnu dot org
2006-03-29  9:01 ` rakdver at atrey dot karlin dot mff dot cuni dot cz
2006-03-29  9:11 ` rakdver at atrey dot karlin dot mff dot cuni dot cz
2006-03-29 15:45 ` rguenth at gcc dot gnu dot org
2006-03-30  9:15 ` patchapp at dberlin dot org
2006-04-02 16:04 ` rakdver at gcc dot gnu dot org
2006-06-19  8:11 ` sebastian dot pop at cri dot ensmp dot fr
2006-06-19  9:29 ` rguenth at gcc dot gnu dot org
2006-10-28 18:23 ` rguenth at gcc dot gnu dot org
2007-01-24 14:59 ` rguenth at gcc dot gnu dot org
2007-02-10 20:07 ` rakdver at gcc dot gnu dot org
2007-03-14  0:39 ` rakdver at gcc dot gnu dot org
2007-07-10  8:30 ` spop at gcc dot gnu dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).