This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[committed] Change finally-1.m to be the correct version


I somehow tested/committed the wrong version of objc/execute/exceptions/finally-1.m. The
one I committed was the one in PR 22492 and not a modified version which checks to make
sure that the catch and finally was being called.


Committed after a test on ppc-darwin and made sure that it fails with the next runtime as
indicated in PR 23381 and works with the GNU runtime.



Thanks, Andrew Pinski

ChangeLog:

	* execute/exceptions/finally-1.m: Check that the catch and finally are
	being called.  Also add a "return 0;" at the end of main.

Attachment: t.diff.txt
Description: Text document


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]