doc: Remove i?86-*-linux* installation note from 2003
[official-gcc.git] / gcc / testsuite / g++.dg / cpp / warning-2.C
blobd6d5d9fc0813061f1837ad59ce1d7790dfc8e67a
1 // P2437R1 - Support for #warning
2 // { dg-do preprocess }
3 // { dg-options "-pedantic" }
5 #warning example text /* { dg-warning "example text" } */
6 // { dg-warning "#warning before C\\\+\\\+23 is a GCC extension" "pedantic" { target c++20_down } .-1 }