SPARC: fix internal error with -mv8plus on 64-bit Linux
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.mike / p9506.C
blob97594640f9686577485f87ec6fc299d307df0693
1 // { dg-do assemble  }
2 // prms-id: 9506
4 char * volatile p;
5 void foo() {
6   --p = 0; // { dg-warning "deprecated" "" { target c++2a } }