blob: 96a1fad5046bd39086dab738dd44c130a8d3e2fe [file] [log] [blame]
// PR target/88529
// { dg-do compile { target { c++11 && lp64 } } }
// { dg-additional-options -fdump-rtl-expand }
// { dg-final { scan-rtl-dump-not "set" "expand" } }
// The x86_64 psABI says that f() doesn't put the return value anywhere.
class A{};
A f() { return {}; }