my_exception_matcher must return int. Otherwise, this test fails.
PR testsuite/84324
* objc/execute/exceptions/matcher-1.m (my_exception_matcher):
Change return type to int.
+2020-05-05 H.J. Lu <hongjiu.lu@intel.com>
+
+ PR testsuite/84324
+ * objc/execute/exceptions/matcher-1.m (my_exception_matcher):
+ Change return type to int.
+
2020-05-05 Harald Anlauf <anlauf@gmx.de>
PR fortran/93366
static unsigned int handlerExpected = 0;
-void
+int
my_exception_matcher(Class match_class, id exception)
{
/* Always matches. */