view gcc/testsuite/gcc.dg/pr45079.c @ 111:04ced10e8804

gcc 7
author kono
date Fri, 27 Oct 2017 22:46:09 +0900
parents
children
line wrap: on
line source

/* PR c/45079 */
/* { dg-do compile } */

void
foo (const char *p, int cond, int a, int b)
{
  p[cond ? a : b] = '\0';	/* { dg-error "assignment of read-only location" } */
}

/* { dg-bogus "not supported by" "" { target *-*-* } 0 } */