This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [Patch testsuite] Part 4 PR35165.
- From: Mike Stump <mikestump at comcast dot net>
- To: IainS <developer at sandoe-acoustics dot co dot uk>
- Cc: GCC Patches <gcc-patches at gcc dot gnu dot org>, Janis Johnson <janis dot marie dot johnson at gmail dot com>
- Date: Thu, 29 Apr 2010 17:58:04 -0700
- Subject: Re: [Patch testsuite] Part 4 PR35165.
- References: <625F7C88-8F29-4CD4-B7E2-88718060C9B0@sandoe-acoustics.co.uk>
On Apr 12, 2010, at 10:53 AM, IainS wrote:
> Making i686-apple-darwin* respond to -mdynamic-no-pic is more than 5mins work ;-)
It was just a single line. :-) So I did that instead. It should fix stubify-1.mm at least. I'll have to check the others to see what remains to be done with them. I'd rather not fix the below this way.
> testsuite/ChangeLog:
>
> 2010-04-12 Iain Sandoe <iains.gcc.gnu.org>
>
> PR testsuite/35165
> * lib/target-supports.exp (check_effective_target_mdynamic_no_pic): New.
> * objc.dg/stubify-2.m: Require target supports -mdynamic-no-pic.
> * objc.dg/stubify-1.m: Ditto.
> * obj-c++.dg/stubify-1.mm: Ditto.
> * obj-c++.dg/stubify-2.mm: Ditto.