Be careful about comdat boundary in ICF (PR ipa/82352).
[official-gcc.git] / gcc / testsuite / g++.dg / abi / empty29.C
blob92fa88674e8a058e6603ff305092acbe1f4df484
1 // PR c++/83490
2 // { dg-do compile { target i?86-*-* x86_64-*-* } }
3 // { dg-options "-fipa-icf-functions -Og -maccumulate-outgoing-args" }
5 struct A {};
6 A operator < (A, A) { return A (); }
7 A operator > (A, A) { return A (); }