public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [PATCH, testsuite, committed] Unsupport 20190827-1.c for targets without alias support.
@ 2019-09-01 18:43 Iain Sandoe
  2019-09-03 14:53 ` Jeff Law
  0 siblings, 1 reply; 3+ messages in thread
From: Iain Sandoe @ 2019-09-01 18:43 UTC (permalink / raw)
  To: GCC Patches; +Cc: Dominique d'Humières, Jeff Law

This test is failing everywhere on Darwin, which lacks the necessary alias support.
I didn’t check to see if there was some way to re-write the test to avoid the need for
such support.

tested on powerpc-darwin9, x86_64-darwin16, {x86-64,powerpc64}-linux-gnu,
applied to mainline as obvious,
thanks
Iain

gcc/testsuite/

2019-09-01  Iain Sandoe  <iain@sandoe.co.uk>

	* gcc.c-torture/compile/20190827-1.c: Add dg-requires-alias.

diff --git a/gcc/testsuite/gcc.c-torture/compile/20190827-1.c b/gcc/testsuite/gcc.c-torture/compile/20190827-1.c
index f0956179b1..cdf71d8bab 100644
--- a/gcc/testsuite/gcc.c-torture/compile/20190827-1.c
+++ b/gcc/testsuite/gcc.c-torture/compile/20190827-1.c
@@ -1,3 +1,4 @@
+/* { dg-require-alias "" } */
 typedef unsigned char __u8;
 typedef __u8 u8;
 typedef u8 u_int8_t;

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH, testsuite, committed] Unsupport 20190827-1.c for targets without alias support.
  2019-09-01 18:43 [PATCH, testsuite, committed] Unsupport 20190827-1.c for targets without alias support Iain Sandoe
@ 2019-09-03 14:53 ` Jeff Law
  2019-09-03 14:55   ` Iain Sandoe
  0 siblings, 1 reply; 3+ messages in thread
From: Jeff Law @ 2019-09-03 14:53 UTC (permalink / raw)
  To: Iain Sandoe, GCC Patches; +Cc: Dominique d'Humières

On 9/1/19 12:43 PM, Iain Sandoe wrote:
> This test is failing everywhere on Darwin, which lacks the necessary alias support.
> I didn’t check to see if there was some way to re-write the test to avoid the need for
> such support.
> 
> tested on powerpc-darwin9, x86_64-darwin16, {x86-64,powerpc64}-linux-gnu,
> applied to mainline as obvious,
> thanks
> Iain
> 
> gcc/testsuite/
> 
> 2019-09-01  Iain Sandoe  <iain@sandoe.co.uk>
> 
> 	* gcc.c-torture/compile/20190827-1.c: Add dg-requires-alias.
We may not have even needed the alias attribute stuff.  I didn't do a
full reduction on the test.

Jeff

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH, testsuite, committed] Unsupport 20190827-1.c for targets without alias support.
  2019-09-03 14:53 ` Jeff Law
@ 2019-09-03 14:55   ` Iain Sandoe
  0 siblings, 0 replies; 3+ messages in thread
From: Iain Sandoe @ 2019-09-03 14:55 UTC (permalink / raw)
  To: Jeff Law; +Cc: GCC Patches, Dominique d'Humières


> On 3 Sep 2019, at 15:52, Jeff Law <law@redhat.com> wrote:
> 
> On 9/1/19 12:43 PM, Iain Sandoe wrote:
>> This test is failing everywhere on Darwin, which lacks the necessary alias support.
>> I didn’t check to see if there was some way to re-write the test to avoid the need for
>> such support.
>> 
>> tested on powerpc-darwin9, x86_64-darwin16, {x86-64,powerpc64}-linux-gnu,
>> applied to mainline as obvious,
>> thanks
>> Iain
>> 
>> gcc/testsuite/
>> 
>> 2019-09-01  Iain Sandoe  <iain@sandoe.co.uk>
>> 
>> 	* gcc.c-torture/compile/20190827-1.c: Add dg-requires-alias.
> We may not have even needed the alias attribute stuff.  I didn't do a
> full reduction on the test.

I’d be much in favour of having the test running on Darwin, if it’s possible,
but no cycles at the moment to investigate.

cheers
Iain

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-09-03 14:55 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-09-01 18:43 [PATCH, testsuite, committed] Unsupport 20190827-1.c for targets without alias support Iain Sandoe
2019-09-03 14:53 ` Jeff Law
2019-09-03 14:55   ` Iain Sandoe

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).