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
add alignment to enable store merging in strict-alignment targets
[official-gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
DRs
/
dr1207-2.C
blob
2d54748bdad2c09f3a47de01a889f4e111be2584
1
// DR 1207
2
// PR c++/52869
3
// { dg-do compile { target c++11 } }
4
5
void
6
fn ()
7
{
8
struct S {
9
bool operator!() noexcept(false);
10
} s;
11
S t = s;
12
}