OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.dg/] [init-desig-obs-3.c] - Blame information for rev 689

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 689 jeremybenn
/* Test obsolete forms of designated initializers.  Test with
2
   -pedantic-errors.  */
3
/* Origin: Joseph Myers <jsm@polyomino.org.uk> */
4
/* { dg-do compile } */
5
/* { dg-options "-std=gnu99 -pedantic-errors" } */
6
struct s { int a; };
7
struct s s0 = { .a = 1 };
8
struct s s1 = { a: 1 }; /* { dg-error "obsolete use of designated initializer with ':'" } */
9
 
10
int x0[] = { [0] = 1 };
11
int x1[] = { [0] 1 }; /* { dg-error "obsolete use of designated initializer without '='" } */

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.