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++.old-deja
/
g++.other
/
init1.C
blob
0759e460b0b63b7749851f9c20fc51164764d891
1
// { dg-do run }
2
extern "C" void abort();
3
4
int i;
5
int j = i++;
6
7
int main()
8
{
9
if (i != 1)
10
abort();
11
}