public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [PATCH] Check -shared is available for pr87906's tesstcase
@ 2019-07-31  9:30 Kito Cheng
  2019-08-01 12:06 ` Kito Cheng
  0 siblings, 1 reply; 2+ messages in thread
From: Kito Cheng @ 2019-07-31  9:30 UTC (permalink / raw)
  To: kito.cheng, gcc-patches; +Cc: Kito Cheng

gcc/testsuite/ChangeLog:

	* g++.dg/lto/pr87906_0.C: Add dg-require-effective-target shared check.
---
 gcc/testsuite/g++.dg/lto/pr87906_0.C | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gcc/testsuite/g++.dg/lto/pr87906_0.C b/gcc/testsuite/g++.dg/lto/pr87906_0.C
index 434d9fbe142..6a04cd5c6f0 100644
--- a/gcc/testsuite/g++.dg/lto/pr87906_0.C
+++ b/gcc/testsuite/g++.dg/lto/pr87906_0.C
@@ -1,5 +1,6 @@
 // { dg-lto-do link }
 // { dg-require-effective-target fpic }
+// { dg-require-effective-target shared }
 // { dg-lto-options { { -O -fPIC -flto } } }
 // { dg-extra-ld-options "-shared -nostdlib" }
 
-- 
2.17.1

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

* Re: [PATCH] Check -shared is available for pr87906's tesstcase
  2019-07-31  9:30 [PATCH] Check -shared is available for pr87906's tesstcase Kito Cheng
@ 2019-08-01 12:06 ` Kito Cheng
  0 siblings, 0 replies; 2+ messages in thread
From: Kito Cheng @ 2019-08-01 12:06 UTC (permalink / raw)
  To: Kito Cheng; +Cc: GCC Patches

This patch is deprecated, newer one is here:
https://gcc.gnu.org/ml/gcc-patches/2019-08/msg00026.html
and it include fix for another testcase.

On Wed, Jul 31, 2019 at 5:22 PM Kito Cheng <kito.cheng@sifive.com> wrote:
>
> gcc/testsuite/ChangeLog:
>
>         * g++.dg/lto/pr87906_0.C: Add dg-require-effective-target shared check.
> ---
>  gcc/testsuite/g++.dg/lto/pr87906_0.C | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/gcc/testsuite/g++.dg/lto/pr87906_0.C b/gcc/testsuite/g++.dg/lto/pr87906_0.C
> index 434d9fbe142..6a04cd5c6f0 100644
> --- a/gcc/testsuite/g++.dg/lto/pr87906_0.C
> +++ b/gcc/testsuite/g++.dg/lto/pr87906_0.C
> @@ -1,5 +1,6 @@
>  // { dg-lto-do link }
>  // { dg-require-effective-target fpic }
> +// { dg-require-effective-target shared }
>  // { dg-lto-options { { -O -fPIC -flto } } }
>  // { dg-extra-ld-options "-shared -nostdlib" }
>
> --
> 2.17.1
>

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

end of thread, other threads:[~2019-08-01 12:06 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-07-31  9:30 [PATCH] Check -shared is available for pr87906's tesstcase Kito Cheng
2019-08-01 12:06 ` Kito Cheng

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