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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-old/] [gcc-4.2.2/] [gcc/] [testsuite/] [gcc.dg/] [c99-dupqual-1.c] - Blame information for rev 816

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 149 jeremybenn
/* { dg-do compile } */
2
/* { dg-options "-std=iso9899:1999 -pedantic-errors" } */
3
 
4
typedef const int CI;
5
const const int c1;             /* { dg-bogus "duplicate" } */
6
const CI c2;                    /* { dg-bogus "duplicate" } */
7
const CI *c3;                   /* { dg-bogus "duplicate" } */
8
 
9
typedef volatile int VI;
10
volatile volatile int v1;       /* { dg-bogus "duplicate" } */
11
volatile VI v2;                 /* { dg-bogus "duplicate" } */
12
volatile VI *v3;                /* { dg-bogus "duplicate" } */

powered by: WebSVN 2.1.0

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