c++: prvalue of array type [PR111286]
[official-gcc.git] / gcc / testsuite / g++.dg / cpp0x / warn_cxx0x2.C
blob324b009e6af6871cfe0c088fcc5bfa167713ee4d
1 // PR c++/50810
2 // { dg-do compile { target c++11 } }
3 // { dg-options "-std=gnu++98 -Wc++11-compat" }
5 signed char data[] = { 0xff }; // { dg-warning "narrowing" }