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
Clean up some minor white space issues in trans-decl.c and trans-expr.c
[official-gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
lto
/
pr65475_0.C
blob
3c8665c92a6681cb502309f275600ddf05d13381
1
/* { dg-lto-do link } */
2
/* { dg-lto-options "-O2 -Wno-odr" } */
3
/* { dg-extra-ld-options { -O2 -Wno-odr -r -nostdlib } } */
4
namespace std {
5
class ios_base {
6
struct A {};
7
class __attribute((__abi_tag__("cxx11"))) failure : A {};
8
} a;
9
}