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
docs: Document that __builtin_assoc_barrier also can be used for FMAs [PR115023]
[official-gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
ext
/
stmtexpr9.C
blob
4963e10e4cd7d9356d1b32cec05a5adb58a77bbc
1
// PR c++/28899
2
// { dg-options "" }
3
4
void f()
5
{
6
unsigned l, l1;
7
l1 = l = ({ unsigned __v; __v; });
8
}