structret1.C (FrameworkObject::action): Return a value.

* g++.dg/abi/structret1.C (FrameworkObject::action): Return a
value.

From-SVN: r255149
This commit is contained in:
Andreas Schwab 2017-11-25 18:57:01 +00:00 committed by Andreas Schwab
parent b7f08b83e4
commit 5a2707633b
2 changed files with 6 additions and 0 deletions

View file

@ -1,3 +1,8 @@
2017-11-25 Andreas Schwab <schwab@linux-m68k.org>
* g++.dg/abi/structret1.C (FrameworkObject::action): Return a
value.
2017-11-25 Jakub Jelinek <jakub@redhat.com>
PR target/82848

View file

@ -20,6 +20,7 @@ ConstructedObject FrameworkObject::action() {
if (this != r33) {
abort ();
}
return ConstructedObject();
}
int main()