Commit 5a270763 by Andreas Schwab Committed by Andreas Schwab

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

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

From-SVN: r255149
parent b7f08b83
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
......
......@@ -20,6 +20,7 @@ ConstructedObject FrameworkObject::action() {
if (this != r33) {
abort ();
}
return ConstructedObject();
}
int main()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment