aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.dg/large-size-array-6.c
blob: f7da47e93723df8ce2b76d6cc09e9cf35bec9702 (plain)
1
2
3
4
5
6
/* PR c/57821 */
/* { dg-do compile } */
/* { dg-options "-O2" } */
static char * name[] = {
    [0x8000000000000000]  = "bar"
  }; /* { dg-error "too large" } */