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
libcpp, c, middle-end: Optimize initializers using #embed in C
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
tm
/
lto-1.c
blob
4c031780a2fa79a20bacdcaa73b4e38f08ccf01f
1
/* { dg-do compile } */
2
/* { dg-require-effective-target lto } */
3
/* { dg-options "-fgnu-tm -flto" } */
4
5
__attribute__
((
transaction_safe
))
6
void
foo
()
7
{
8
}
9
10
/* { dg-final { scan-assembler "ZGTt3foo" } } */