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: "reichelt at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 20 Sep 2004 08:58:49 -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 reichelt at gcc dot gnu dot org 2004-09-20 08:58 -------
Here's a testcase with only one loop:
==============================
void foo(int n)
{
int a[1][n], i;
for ( i=0; i<2; i++ )
a[0][i] = 0;
}
==============================
--
What |Removed |Added
----------------------------------------------------------------------------
CC| |reichelt at gcc dot gnu dot
| |org
Severity|normal |critical
Keywords| |monitored
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17563