aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/c90-idem-qual-1.c
blob: bc0068e8a2a7159a4dd144d9991205ef13b057e3 (plain)
1
2
3
4
5
6
7
8
/* Test for idempotent type qualifiers: in C99 only.  */
/* Origin: Joseph Myers <jsm28@cam.ac.uk> */
/* { dg-do compile } */
/* { dg-options "-std=iso9899:1990 -pedantic-errors" } */

typedef const int cint;
const cint foo; /* { dg-bogus "warning" "warning in place of error" } */
/* { dg-error "duplicate" "duplicate type qualifier error" { target *-*-* } .-1 } */