* cfgloopmanip.c (duplicate_loop_to_header_edge): Cleanup profile
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.other / null3.C
blob0654f7f4ac0b50ce40f383f0148038c63d595e95
1 // { dg-do assemble  }
3 void x()
5  int* p = 1==0; // { dg-warning "converting 'false' to pointer" "" { target { ! c++11 } } }
6 // { dg-error "cannot convert" "" { target { c++11 } } .-1 }