ipa-cp: Perform operations in the appropriate types (PR 118097)
[gcc.git] / gcc / testsuite / g++.dg / cpp / warning-1.C
blob604a79d1f0c9ed5e50ff7a3b3d1e0d8e3acdc068
1 // P2437R1 - Support for #warning
2 // { dg-do preprocess }
3 // { dg-options "-pedantic-errors" }
5 #warning example text /* { dg-warning "example text" } */
6 // { dg-error "'#warning' before C\\\+\\\+23 is a GCC extension" "pedantic" { target c++20_down } .-1 }