Sign in
gnu
/
gcc
/
a6d3012b274f38b20e2a57162106f625746af6c6
/
.
/
gcc
/
testsuite
/
gcc.dg
/
pr45079.c
blob: 1ef02ff78fb4896de8c2485933d57059b13e5f02 [
file
] [
log
] [
blame
]
/* 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 } */