Unreviewed patch (PR3952)

Joseph S. Myers jsm28@cam.ac.uk
Sun Sep 16 02:37:00 GMT 2001


On Sat, 15 Sep 2001, Richard Henderson wrote:

> Done, though the vla test you suggest is marked xfail.

That's because the test you included for it is broken.  a decays to a 
pointer to int - you want

    int a[5][(2, 2)];

instead of the

    int a[(2, 2)];

that you have, so that it decays to a pointer to VLA instead.

-- 
Joseph S. Myers
jsm28@cam.ac.uk



More information about the Gcc-patches mailing list