This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug tree-optimization/17563] [4.0 Regression] verify_ssa failed
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 19 Sep 2004 21:19:27 -0000
- Subject: [Bug tree-optimization/17563] [4.0 Regression] verify_ssa failed
- References: <20040919204959.17563.mueller@kde.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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