// { dg-do run } // { dg-options "-O" } #include #include int main() { int *i1, *i2; std::cerr << (typeid(i1)==typeid(i2)) << std::endl; }