repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
PR tree-optimization/85826 - ICE in gimple-ssa-warn-restruct on
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
pr17730-1.c
blob
8f70ad8055cda02be669be2b4100d6dbead556b3
1
/* Test formatting of message for invalid lvalue. Bug 17730. */
2
/* { dg-do compile } */
3
/* { dg-options "" } */
4
5
char
*
p
= &
'C'
;
/* { dg-error "lvalue required as unary '&' operand" } */