tree-flow-inline.h (get_addr_base_and_unit_offset_1): Handle BIT_FIELD_REF.
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.martin / typedef2.C
blobfa31867654e44d0ae4f0431c72a4230595e9a23e
1 // { dg-do assemble  }
2 // Testcase from Alexander Zvyagin <zvyagin@mx.ihep.su>
3 // Check implicit conversion from string constants into typedefs
5 typedef char CHAR;
6 void f2(CHAR *s="");            // { dg-warning "deprecated" }