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 tree-optimization/17563] [4.0 Regression] verify_ssa failed


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-09-19 21:19 -------
Here is something slightly smaller:
void breakme(int ny, int nx)
{
    int* bins[ny][nx], i, j;
    for ( i = 0; i < ny ; i++ ) {
        for ( j = 0; j < nx; j++ )
            bins[i][j] = 0L;
    }
}
And there is alread a patch

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |rakdver at gcc dot gnu dot
                   |                            |org
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
           Keywords|                            |ice-on-valid-code, patch
   Last reconfirmed|0000-00-00 00:00:00         |2004-09-19 21:19:26
               date|                            |
            Summary|[4.0.0 Regression]          |[4.0 Regression] verify_ssa
                   |verify_ssa failed           |failed
   Target Milestone|---                         |4.0.0


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


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