repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
* auto-profile.c (afdo_annotate_cfg): Use update_max_bb_count.
[official-gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
tree-ssa
/
pr19476-3.C
blob
fd5117fceb84d529e1242c71f09f9f2c1d29e71d
1
/* { dg-do compile } */
2
/* { dg-options "-O3 -fcheck-new -fdump-tree-optimized" } */
3
4
#include <new>
5
6
int g(){
7
return 42 + (0 == new int);
8
}
9
10
/* { dg-final { scan-tree-dump-not "return 42" "optimized" } } */