public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [PATCH] testsuite: add missing dg-require ifunc in pr105554.c
@ 2023-12-07 16:25 Marc Poulhiès
  2023-12-07 16:40 ` Jakub Jelinek
  0 siblings, 1 reply; 3+ messages in thread
From: Marc Poulhiès @ 2023-12-07 16:25 UTC (permalink / raw)
  To: gcc-patches; +Cc: Marc Poulhiès

The 'target_clones' attribute depends on the ifunc support.

gcc/testsuite/ChangeLog:
	* gcc.target/i386/pr105554.c: Add dg-require ifunc.
---
Tested on x86_64-linux and x86_64-elf.

Ok for master?

 gcc/testsuite/gcc.target/i386/pr105554.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gcc/testsuite/gcc.target/i386/pr105554.c b/gcc/testsuite/gcc.target/i386/pr105554.c
index e9ef494270a..420987e5df8 100644
--- a/gcc/testsuite/gcc.target/i386/pr105554.c
+++ b/gcc/testsuite/gcc.target/i386/pr105554.c
@@ -2,6 +2,7 @@
 /* { dg-do compile } */
 /* { dg-require-ifunc "" } */
 /* { dg-options "-O2 -Wno-psabi -mno-sse3" } */
+/* { dg-require-ifunc "" } */
 
 typedef long long v4di __attribute__((__vector_size__(32)));
 
-- 
2.43.0


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

* Re: [PATCH] testsuite: add missing dg-require ifunc in pr105554.c
  2023-12-07 16:25 [PATCH] testsuite: add missing dg-require ifunc in pr105554.c Marc Poulhiès
@ 2023-12-07 16:40 ` Jakub Jelinek
  2023-12-08  8:29   ` Marc Poulhiès
  0 siblings, 1 reply; 3+ messages in thread
From: Jakub Jelinek @ 2023-12-07 16:40 UTC (permalink / raw)
  To: Marc Poulhiès; +Cc: gcc-patches

On Thu, Dec 07, 2023 at 05:25:39PM +0100, Marc Poulhiès wrote:
> The 'target_clones' attribute depends on the ifunc support.
> 
> gcc/testsuite/ChangeLog:
> 	* gcc.target/i386/pr105554.c: Add dg-require ifunc.
> ---
> Tested on x86_64-linux and x86_64-elf.
> 
> Ok for master?
> 
>  gcc/testsuite/gcc.target/i386/pr105554.c | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/gcc/testsuite/gcc.target/i386/pr105554.c b/gcc/testsuite/gcc.target/i386/pr105554.c
> index e9ef494270a..420987e5df8 100644
> --- a/gcc/testsuite/gcc.target/i386/pr105554.c
> +++ b/gcc/testsuite/gcc.target/i386/pr105554.c
> @@ -2,6 +2,7 @@
>  /* { dg-do compile } */
>  /* { dg-require-ifunc "" } */
>  /* { dg-options "-O2 -Wno-psabi -mno-sse3" } */
> +/* { dg-require-ifunc "" } */

That is 2 lines above this already...

	Jakub


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

* Re: [PATCH] testsuite: add missing dg-require ifunc in pr105554.c
  2023-12-07 16:40 ` Jakub Jelinek
@ 2023-12-08  8:29   ` Marc Poulhiès
  0 siblings, 0 replies; 3+ messages in thread
From: Marc Poulhiès @ 2023-12-08  8:29 UTC (permalink / raw)
  To: Jakub Jelinek; +Cc: gcc-patches


Jakub Jelinek <jakub@redhat.com> writes:

> On Thu, Dec 07, 2023 at 05:25:39PM +0100, Marc Poulhiès wrote:
>> The 'target_clones' attribute depends on the ifunc support.
>>
>> gcc/testsuite/ChangeLog:
>> 	* gcc.target/i386/pr105554.c: Add dg-require ifunc.
>> ---
>> Tested on x86_64-linux and x86_64-elf.
>>
>> Ok for master?
>>
>>  gcc/testsuite/gcc.target/i386/pr105554.c | 1 +
>>  1 file changed, 1 insertion(+)
>>
>> diff --git a/gcc/testsuite/gcc.target/i386/pr105554.c b/gcc/testsuite/gcc.target/i386/pr105554.c
>> index e9ef494270a..420987e5df8 100644
>> --- a/gcc/testsuite/gcc.target/i386/pr105554.c
>> +++ b/gcc/testsuite/gcc.target/i386/pr105554.c
>> @@ -2,6 +2,7 @@
>>  /* { dg-do compile } */
>>  /* { dg-require-ifunc "" } */
>>  /* { dg-options "-O2 -Wno-psabi -mno-sse3" } */
>> +/* { dg-require-ifunc "" } */
>
> That is 2 lines above this already...

Oh right, sorry about that. I didn't catch this when rebasing.

Marc

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

end of thread, other threads:[~2023-12-08  8:30 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-12-07 16:25 [PATCH] testsuite: add missing dg-require ifunc in pr105554.c Marc Poulhiès
2023-12-07 16:40 ` Jakub Jelinek
2023-12-08  8:29   ` Marc Poulhiès

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).