Sign in
gnu
/
gcc
/
d769c5040874bf9546f2524f3f1d2a894165f92a
/
.
/
gcc
/
testsuite
/
g++.dg
/
lto
/
pr65475_0.C
blob: 3c8665c92a6681cb502309f275600ddf05d13381 [
file
] [
log
] [
blame
]
/* { dg-lto-do link } */
/* { dg-lto-options "-O2 -Wno-odr" } */
/* { dg-extra-ld-options { -O2 -Wno-odr -r -nostdlib } } */
namespace
std
{
class
ios_base
{
struct
A
{};
class
__attribute
((
__abi_tag__
(
"cxx11"
)))
failure
:
A
{};
}
a
;
}