public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc(refs/users/aoliva/heads/testme)] c++: testsuite: require lto_incremental in pr90990_0.C
@ 2022-06-21  0:08 Alexandre Oliva
  0 siblings, 0 replies; 3+ messages in thread
From: Alexandre Oliva @ 2022-06-21  0:08 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:46529121d97a572c2bd4ef7f620fd135153899fd

commit 46529121d97a572c2bd4ef7f620fd135153899fd
Author: Alexandre Oliva <oliva@adacore.com>
Date:   Mon Jun 20 19:44:27 2022 -0300

    c++: testsuite: require lto_incremental in pr90990_0.C
    
    Other LTO tests that use -r require the lto_incremental effective
    target.  I suppose pr90990_0.C is missing it due to an oversight.
    This patch arranges for this test to also be skipped on
    non-lto_incremental targets.
    
    
    for  gcc/testsuite/ChangeLog
    
            * g++.dg/lto/pr90990_0.C: Require lto_incremental target.
    
    TN: V526-015

Diff:
---
 gcc/testsuite/g++.dg/lto/pr90990_0.C | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gcc/testsuite/g++.dg/lto/pr90990_0.C b/gcc/testsuite/g++.dg/lto/pr90990_0.C
index 22a5e3ffaaa..74cc2bbd928 100644
--- a/gcc/testsuite/g++.dg/lto/pr90990_0.C
+++ b/gcc/testsuite/g++.dg/lto/pr90990_0.C
@@ -1,5 +1,6 @@
 // { dg-lto-do link }
 /* { dg-extra-ld-options {  -r -nostdlib } } */
+// { dg-require-effective-target lto_incremental }
 class A {
 public:
   float m_floats;


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

* [gcc(refs/users/aoliva/heads/testme)] c++: testsuite: require lto_incremental in pr90990_0.C
@ 2022-06-22  0:44 Alexandre Oliva
  0 siblings, 0 replies; 3+ messages in thread
From: Alexandre Oliva @ 2022-06-22  0:44 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:17e27a58284ee7778ad7ad4794ca494e3af40ce0

commit 17e27a58284ee7778ad7ad4794ca494e3af40ce0
Author: Alexandre Oliva <oliva@adacore.com>
Date:   Mon Jun 20 19:44:27 2022 -0300

    c++: testsuite: require lto_incremental in pr90990_0.C
    
    Other LTO tests that use -r require the lto_incremental effective
    target.  I suppose pr90990_0.C is missing it due to an oversight.
    This patch arranges for this test to also be skipped on
    non-lto_incremental targets.
    
    
    for  gcc/testsuite/ChangeLog
    
            * g++.dg/lto/pr90990_0.C: Require lto_incremental target.

Diff:
---
 gcc/testsuite/g++.dg/lto/pr90990_0.C | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gcc/testsuite/g++.dg/lto/pr90990_0.C b/gcc/testsuite/g++.dg/lto/pr90990_0.C
index 22a5e3ffaaa..74cc2bbd928 100644
--- a/gcc/testsuite/g++.dg/lto/pr90990_0.C
+++ b/gcc/testsuite/g++.dg/lto/pr90990_0.C
@@ -1,5 +1,6 @@
 // { dg-lto-do link }
 /* { dg-extra-ld-options {  -r -nostdlib } } */
+// { dg-require-effective-target lto_incremental }
 class A {
 public:
   float m_floats;


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

* [gcc(refs/users/aoliva/heads/testme)] c++: testsuite: require lto_incremental in pr90990_0.C
@ 2022-06-21  0:16 Alexandre Oliva
  0 siblings, 0 replies; 3+ messages in thread
From: Alexandre Oliva @ 2022-06-21  0:16 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:c9f96bc66f73551edc01ff513ab43f2e20e23c20

commit c9f96bc66f73551edc01ff513ab43f2e20e23c20
Author: Alexandre Oliva <oliva@adacore.com>
Date:   Mon Jun 20 19:44:27 2022 -0300

    c++: testsuite: require lto_incremental in pr90990_0.C
    
    Other LTO tests that use -r require the lto_incremental effective
    target.  I suppose pr90990_0.C is missing it due to an oversight.
    This patch arranges for this test to also be skipped on
    non-lto_incremental targets.
    
    
    for  gcc/testsuite/ChangeLog
    
            * g++.dg/lto/pr90990_0.C: Require lto_incremental target.

Diff:
---
 gcc/testsuite/g++.dg/lto/pr90990_0.C | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gcc/testsuite/g++.dg/lto/pr90990_0.C b/gcc/testsuite/g++.dg/lto/pr90990_0.C
index 22a5e3ffaaa..74cc2bbd928 100644
--- a/gcc/testsuite/g++.dg/lto/pr90990_0.C
+++ b/gcc/testsuite/g++.dg/lto/pr90990_0.C
@@ -1,5 +1,6 @@
 // { dg-lto-do link }
 /* { dg-extra-ld-options {  -r -nostdlib } } */
+// { dg-require-effective-target lto_incremental }
 class A {
 public:
   float m_floats;


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

end of thread, other threads:[~2022-06-22  0:44 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-21  0:08 [gcc(refs/users/aoliva/heads/testme)] c++: testsuite: require lto_incremental in pr90990_0.C Alexandre Oliva
2022-06-21  0:16 Alexandre Oliva
2022-06-22  0:44 Alexandre Oliva

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