repo.or.cz
/
gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
ipa-cp: Perform operations in the appropriate types (PR 118097)
[gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
tree-prof
/
reorder_class2.h
blob
ee3ed109b9eef616b4c366a3a2e87b932991ba6f
1
2
struct
B
{
3
virtual
int
foo
();
4
};
5
6
int
B
::
foo
()
7
{
8
return
2
;
9
}
10
11
12