Daily bump.
[official-gcc.git] / gcc / testsuite / g++.dg / tree-ssa / pr19476-5.C
blob72c8986ca9e8835634c16ef9ca49dfda40ce7b25
1 /* { dg-do compile } */
2 /* { dg-options "-O -fdump-tree-dom2 -fdelete-null-pointer-checks" } */
3 /* { dg-skip-if "" keeps_null_pointer_checks } */
5 // See pr19476-1.C for a version that includes <new>.
7 int g(){
8   return 42 + (0 == new int[50]);
11 /* { dg-final { scan-tree-dump     "return 42" "dom2" } } */