public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug tree-optimization/18800] New: [4.0 Regression] ivopt missed, local array
@ 2004-12-02 21:54 pinskia at gcc dot gnu dot org
  2004-12-02 21:56 ` [Bug tree-optimization/18800] " pinskia at gcc dot gnu dot org
                   ` (11 more replies)
  0 siblings, 12 replies; 13+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-12-02 21:54 UTC (permalink / raw)
  To: gcc-bugs

If we make bitStreamLink a global variable it works.
void f3(int);
void f1 (void)
{
  int  ixBlock;
  int bitStreamLink[9];
  for(ixBlock=0; ixBlock<=7; ixBlock++){
    bitStreamLink[ixBlock] = 0x1e1e1e1e;
  }
  f3 (bitStreamLink[2]);
}

-- 
           Summary: [4.0 Regression] ivopt missed, local array
           Product: gcc
           Version: 4.0.0
            Status: UNCONFIRMED
          Keywords: missed-optimization
          Severity: normal
          Priority: P2
         Component: tree-optimization
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: pinskia at gcc dot gnu dot org
                CC: gcc-bugs at gcc dot gnu dot org


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


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

end of thread, other threads:[~2004-12-18 20:24 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-12-02 21:54 [Bug tree-optimization/18800] New: [4.0 Regression] ivopt missed, local array pinskia at gcc dot gnu dot org
2004-12-02 21:56 ` [Bug tree-optimization/18800] " pinskia at gcc dot gnu dot org
2004-12-02 21:58 ` pinskia at gcc dot gnu dot org
2004-12-02 21:58 ` pinskia at gcc dot gnu dot org
2004-12-03 11:19 ` steven at gcc dot gnu dot org
2004-12-03 12:41 ` pinskia at gcc dot gnu dot org
2004-12-12  4:36 ` pinskia at gcc dot gnu dot org
2004-12-12 10:06 ` steven at gcc dot gnu dot org
2004-12-12 16:31 ` pinskia at gcc dot gnu dot org
2004-12-12 22:12 ` [Bug tree-optimization/18800] [4.0 Regression] ivopt missed rakdver at gcc dot gnu dot org
2004-12-13 16:51 ` rakdver at gcc dot gnu dot org
2004-12-18 20:23 ` cvs-commit at gcc dot gnu dot org
2004-12-18 20:24 ` rakdver 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).