public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [PATCH] testsuite: Check fpic support in pr103275.c
@ 2022-02-28  9:42 Marc Poulhiès
  2022-03-28 14:45 ` Marc Poulhiès
  0 siblings, 1 reply; 3+ messages in thread
From: Marc Poulhiès @ 2022-02-28  9:42 UTC (permalink / raw)
  To: gcc-patches

Test must check for effective support of fpic.

Tested on x86_64-pc-linux-gnu{-m32,}.

ok for master?

gcc/testsuite/ChangeLog:

	* gcc/gcc.target/i386/pr103275.c: Add missing
	dg-require-effective-target for checking fpic.

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

diff --git a/gcc/testsuite/gcc.target/i386/pr103275.c b/gcc/testsuite/gcc.target/i386/pr103275.c
index c93413f3cde..efac7b4b24a 100644
--- a/gcc/testsuite/gcc.target/i386/pr103275.c
+++ b/gcc/testsuite/gcc.target/i386/pr103275.c
@@ -1,4 +1,5 @@
 /* { dg-do compile { target ia32 } }  */
+/* { dg-require-effective-target fpic } */
 /* { dg-options "-O2 -march=tigerlake -fPIC" } */
 /* { dg-final { scan-assembler-not {(?n)kmovd.*@gotntpoff} } }  */
 
-- 
2.25.1


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

* Re: [PATCH] testsuite: Check fpic support in pr103275.c
  2022-02-28  9:42 [PATCH] testsuite: Check fpic support in pr103275.c Marc Poulhiès
@ 2022-03-28 14:45 ` Marc Poulhiès
  2022-03-29  7:08   ` Richard Biener
  0 siblings, 1 reply; 3+ messages in thread
From: Marc Poulhiès @ 2022-03-28 14:45 UTC (permalink / raw)
  To: gcc-patches

Marc Poulhiès <poulhies@adacore.com> writes:

> Test must check for effective support of fpic.
>
> Tested on x86_64-pc-linux-gnu{-m32,}.
>
> ok for master?

ping?

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

* Re: [PATCH] testsuite: Check fpic support in pr103275.c
  2022-03-28 14:45 ` Marc Poulhiès
@ 2022-03-29  7:08   ` Richard Biener
  0 siblings, 0 replies; 3+ messages in thread
From: Richard Biener @ 2022-03-29  7:08 UTC (permalink / raw)
  To: Marc Poulhiès; +Cc: GCC Patches

On Mon, Mar 28, 2022 at 4:46 PM Marc Poulhiès via Gcc-patches
<gcc-patches@gcc.gnu.org> wrote:
>
> Marc Poulhiès <poulhies@adacore.com> writes:
>
> > Test must check for effective support of fpic.
> >
> > Tested on x86_64-pc-linux-gnu{-m32,}.
> >
> > ok for master?
>
> ping?

OK

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

end of thread, other threads:[~2022-03-29  7:09 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-28  9:42 [PATCH] testsuite: Check fpic support in pr103275.c Marc Poulhiès
2022-03-28 14:45 ` Marc Poulhiès
2022-03-29  7:08   ` Richard Biener

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