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
LWG 3035. std::allocator's constructors should be constexpr
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
pr84237.c
blob
5a2697f316771a815f7c9574c3397960ffa1644c
1
/* PR middle-end/84237 */
2
/* { dg-do compile { target *-*-linux* } } */
3
/* { dg-options "" } */
4
5
const char
__attribute__
((
__section__
(
".bss.page_aligned.const"
),
__aligned__
(
4096
)))
zero_page
[
4096
];