[Bug tree-optimization/18067] [4.0 Regression] ICE at loc_descriptor_from_tree_1 in dwarf2out.c (VLA)

reichelt at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Wed Oct 20 00:01:00 GMT 2004


------- Additional Comments From reichelt at gcc dot gnu dot org  2004-10-20 00:01 -------
Here's an even shorter example (for i686-pc-linux-gnu):

=====================
void foo(int i)
{
    const int j=i+1;
    int a[1][j*j];
}
=====================

The regression seems to appear a little later with this example:
: Search converges between 2004-07-16-trunk (#487) and 2004-07-17-trunk (#488).

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |reichelt at gcc dot gnu dot
                   |                            |org
           Keywords|                            |monitored


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



More information about the Gcc-bugs mailing list