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
/
tm
/
pr58635-1.C
blob
b566b0c84eb6d558539a53d51c33a28504fa819c
1
// { dg-do compile { target c++11 } }
2
// { dg-options "-fgnu-tm" }
3
4
int
5
foo (void)
6
{
7
return __transaction_atomic noexcept(false) (false);
8
}
9
10
int
11
bar (int i)
12
{
13
return __transaction_atomic noexcept(false) (i);
14
}