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.C
blob
57c001bc032f87ecf22db0e0a8de3b805f8f1cf0
1
// Test that we warn about use of std::hardware_destructive_interference_size
2
// in a header.
3
// { dg-do compile { target c++17 } }
4
5
// { dg-warning Winterference-size "" { target *-*-* } 0 }
6
#include "Winterference.H"