This is the mail archive of the gcc-cvs@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]

r277811 - in /branches/gcc-8-branch/gcc/testsui...


Author: iains
Date: Tue Nov  5 00:26:18 2019
New Revision: 277811

URL: https://gcc.gnu.org/viewcvs?rev=277811&root=gcc&view=rev
Log:
[objective-c/c++, testsuite] Fix stubify tests for -fnext-runtime.

Fixed to work for x86 as well as powerpc (use the final assembler output
instead of the jump rtl which varies between X86 and PPC).  Amended the
options to reflect this change.

gcc/testsuite/

2019-11-05  Iain Sandoe  <iain@sandoe.co.uk>

	Backport from mainline.
	2019-06-20  Iain Sandoe  <iain@sandoe.co.uk>

	* obj-c++.dg/stubify-1.mm: Adjust options and scan-asm checks.
	* obj-c++.dg/stubify-2.mm: Likewise.
	* objc.dg/stubify-1.m: Likewise.
	* objc.dg/stubify-2.m: Likewise.


Modified:
    branches/gcc-8-branch/gcc/testsuite/ChangeLog
    branches/gcc-8-branch/gcc/testsuite/obj-c++.dg/stubify-1.mm
    branches/gcc-8-branch/gcc/testsuite/obj-c++.dg/stubify-2.mm
    branches/gcc-8-branch/gcc/testsuite/objc.dg/stubify-1.m
    branches/gcc-8-branch/gcc/testsuite/objc.dg/stubify-2.m


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