public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc(refs/users/aoliva/heads/testme)] skip testsuite/g++.dg/other/anon5.C on vxworks_kernel targets
@ 2020-12-18 14:47 Alexandre Oliva
  0 siblings, 0 replies; 3+ messages in thread
From: Alexandre Oliva @ 2020-12-18 14:47 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:8de00a18e33feef335eaf12b2d7107178b65a487

commit 8de00a18e33feef335eaf12b2d7107178b65a487
Author: Jerome Lambourg <lambourg@adacore.com>
Date:   Fri Dec 18 11:39:42 2020 -0300

    skip testsuite/g++.dg/other/anon5.C on vxworks_kernel targets
    
    The vxworks kernel-mode linking is partial linking, so it cannot
    detect missing symbols.
    
    
    for  gcc/testsuite/ChangeLog
    
            * g++.dg/other/anon5.C: Skip on vxworks kernel.

Diff:
---
 gcc/testsuite/g++.dg/other/anon5.C | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/gcc/testsuite/g++.dg/other/anon5.C b/gcc/testsuite/g++.dg/other/anon5.C
index dadd92ef9e4..09853d4c651 100644
--- a/gcc/testsuite/g++.dg/other/anon5.C
+++ b/gcc/testsuite/g++.dg/other/anon5.C
@@ -1,6 +1,9 @@
 // PR c++/34094
 // { dg-do link { target { ! { *-*-darwin* *-*-hpux* *-*-solaris2.* } } } }
 // { dg-require-effective-target nonpic }
+// Skip on vxworks kernel: The link being partial, the linker doesn't see
+// the undefined reference
+// { dg-skip-if "partial link" { vxworks_kernel } }
 // { dg-options "-gdwarf-2" }
 // Ignore additional message on powerpc-ibm-aix
 // { dg-prune-output "obtain more information" } */


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

* [gcc(refs/users/aoliva/heads/testme)] skip testsuite/g++.dg/other/anon5.C on vxworks_kernel targets
@ 2021-01-01  1:29 Alexandre Oliva
  0 siblings, 0 replies; 3+ messages in thread
From: Alexandre Oliva @ 2021-01-01  1:29 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:8417c25350963ac80bb87556cbe0ae4fbee6aa63

commit 8417c25350963ac80bb87556cbe0ae4fbee6aa63
Author: Jerome Lambourg <lambourg@adacore.com>
Date:   Thu Dec 31 21:37:49 2020 -0300

    skip testsuite/g++.dg/other/anon5.C on vxworks_kernel targets
    
    The vxworks kernel-mode linking is partial linking, so it cannot
    detect missing symbols.
    
    
    for  gcc/testsuite/ChangeLog
    
            * g++.dg/other/anon5.C: Skip on vxworks kernel.

Diff:
---
 gcc/testsuite/g++.dg/other/anon5.C | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/gcc/testsuite/g++.dg/other/anon5.C b/gcc/testsuite/g++.dg/other/anon5.C
index dadd92ef9e4..09853d4c651 100644
--- a/gcc/testsuite/g++.dg/other/anon5.C
+++ b/gcc/testsuite/g++.dg/other/anon5.C
@@ -1,6 +1,9 @@
 // PR c++/34094
 // { dg-do link { target { ! { *-*-darwin* *-*-hpux* *-*-solaris2.* } } } }
 // { dg-require-effective-target nonpic }
+// Skip on vxworks kernel: The link being partial, the linker doesn't see
+// the undefined reference
+// { dg-skip-if "partial link" { vxworks_kernel } }
 // { dg-options "-gdwarf-2" }
 // Ignore additional message on powerpc-ibm-aix
 // { dg-prune-output "obtain more information" } */


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

* [gcc(refs/users/aoliva/heads/testme)] skip testsuite/g++.dg/other/anon5.C on vxworks_kernel targets
@ 2020-12-25  1:46 Alexandre Oliva
  0 siblings, 0 replies; 3+ messages in thread
From: Alexandre Oliva @ 2020-12-25  1:46 UTC (permalink / raw)
  To: gcc-cvs

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

commit b60ae60164e9eabe7c36e337169ff2f1c0c34229
Author: Jerome Lambourg <lambourg@adacore.com>
Date:   Thu Dec 24 22:43:19 2020 -0300

    skip testsuite/g++.dg/other/anon5.C on vxworks_kernel targets
    
    The vxworks kernel-mode linking is partial linking, so it cannot
    detect missing symbols.
    
    
    for  gcc/testsuite/ChangeLog
    
            * g++.dg/other/anon5.C: Skip on vxworks kernel.

Diff:
---
 gcc/testsuite/g++.dg/other/anon5.C | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/gcc/testsuite/g++.dg/other/anon5.C b/gcc/testsuite/g++.dg/other/anon5.C
index dadd92ef9e4..09853d4c651 100644
--- a/gcc/testsuite/g++.dg/other/anon5.C
+++ b/gcc/testsuite/g++.dg/other/anon5.C
@@ -1,6 +1,9 @@
 // PR c++/34094
 // { dg-do link { target { ! { *-*-darwin* *-*-hpux* *-*-solaris2.* } } } }
 // { dg-require-effective-target nonpic }
+// Skip on vxworks kernel: The link being partial, the linker doesn't see
+// the undefined reference
+// { dg-skip-if "partial link" { vxworks_kernel } }
 // { dg-options "-gdwarf-2" }
 // Ignore additional message on powerpc-ibm-aix
 // { dg-prune-output "obtain more information" } */


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

end of thread, other threads:[~2021-01-01  1:29 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-18 14:47 [gcc(refs/users/aoliva/heads/testme)] skip testsuite/g++.dg/other/anon5.C on vxworks_kernel targets Alexandre Oliva
2020-12-25  1:46 Alexandre Oliva
2021-01-01  1:29 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).