OSDN Git Service

* c-pretty-print.c (pp_c_specifier_qualifier_list) [VECTOR_TYPE]:
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.dg / ext / complex4.C
1 // { dg-do compile }
2 // This code used to be rejected as there was no conversion from int to float __complex__
3  #include <vector>
4  typedef float __complex__ fcomplex;
5  std::vector<fcomplex> vfc(10);