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
* auto-profile.c (afdo_annotate_cfg): Use update_max_bb_count.
[official-gcc.git]
/
gcc
/
testsuite
/
g++.old-deja
/
g++.other
/
const2.C
blob
4463b9cc9c3e3fc0de4e6ebc22147c0bc34fc50f
1
// { dg-do assemble }
2
3
struct S {
4
static const char* cp = "abc"; // { dg-error "" } initialization of non-const
5
};