Sign in
gnu
/
gcc
/
d769c5040874bf9546f2524f3f1d2a894165f92a
/
.
/
gcc
/
testsuite
/
g++.dg
/
cpp
/
warning-2.C
blob: d6d5d9fc0813061f1837ad59ce1d7790dfc8e67a [
file
] [
log
] [
blame
]
// P2437R1 - Support for #warning
// { dg-do preprocess }
// { dg-options "-pedantic" }
#warning
example text
/* { dg-warning "example text" } */
// { dg-warning "#warning before C\\\+\\\+23 is a GCC extension" "pedantic" { target c++20_down } .-1 }