aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/c-c++-common/cilk-plus/AN/pr61963.c
blob: dfa713c4df2574ec183754228680ef735bf7be6d (plain)
1
2
3
4
5
6
7
8
9
/* PR other/61963 */
/* { dg-do compile } */
/* { dg-options "-fcilkplus" } */

void f (int * int *a) /* { dg-error "expected" } */
{
    a[0:64] = 0; /* { dg-error "was not declared" "" { target c++ } 7 } */
    a[0:64] = 0;
}