Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
gcc
/
testsuite
/
g++.dg
/
abi
/
empty29.C
blob: 92fa88674e8a058e6603ff305092acbe1f4df484 [
file
] [
log
] [
blame
]
// PR c++/83490
// { dg-do compile { target i?86-*-* x86_64-*-* } }
// { dg-options "-fipa-icf-functions -Og -maccumulate-outgoing-args" }
struct
A
{};
A
operator
<
(
A
,
A
)
{
return
A
();
}
A
operator
>
(
A
,
A
)
{
return
A
();
}