* doc/extend.texi (Loop-Specific Pragmas): Document pragma GCC unroll.
[official-gcc.git] / gcc / testsuite / g++.dg / ext / desig9.C
blobc696a3f45febc480ec8dec731a45892bd2f86b33
1 // { dg-do compile }
3 int a[2] = { [0] = 1, [1] = 2 };        // { dg-error "does not allow C99 designated initializers" }