repo.or.cz
/
gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fortran: Fix PR 47485.
[gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
warn
/
Winterference.H
blob
36f0ad5f6d1561c7fefb2c403bc4cf60663ce832
1
#include <new>
2
3
struct A
4
{
5
alignas(std::hardware_destructive_interference_size) int i;
6
alignas(std::hardware_destructive_interference_size) int j;
7
};