[Bug tree-optimization/17563] [4.0 Regression] verify_ssa failed

reichelt at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Mon Sep 20 08:58:00 GMT 2004


------- 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



More information about the Gcc-bugs mailing list