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

Reply via email to