public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc(refs/users/aoliva/heads/testme)] gcc.dg/intmax_t-1.c compiles without error on VxWorks 7 SR06x0
@ 2020-12-18 14:46 Alexandre Oliva
  0 siblings, 0 replies; 3+ messages in thread
From: Alexandre Oliva @ 2020-12-18 14:46 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:30284dc4f873a6e36c17e4092ca46d745720a076

commit 30284dc4f873a6e36c17e4092ca46d745720a076
Author: Joel Brobecker <brobecker@adacore.com>
Date:   Fri Dec 18 11:39:32 2020 -0300

    gcc.dg/intmax_t-1.c compiles without error on VxWorks 7 SR06x0
    
    This test currently fails on VxWorks 7 SR06x0 targets when in kernel
    mode, because it expects a discrepancy between built-in and system
    intmax_t for all VxWorks targets when in kernel mode.  Fortunately,
    this has now been fixed when targetting VxWorks 7 SR06x0, so this
    commit adjusts the "dg-error" condition to exclude newer versions of
    VxWorks 7.
    
    for  gcc/testsuite/ChangeLog
    
            * gcc.dg/intmax_t-1.c: Do not expect an error on *-*-vxworks7r*
            targets.

Diff:
---
 gcc/testsuite/gcc.dg/intmax_t-1.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/testsuite/gcc.dg/intmax_t-1.c b/gcc/testsuite/gcc.dg/intmax_t-1.c
index 00b503c2509..03d4266cc7b 100644
--- a/gcc/testsuite/gcc.dg/intmax_t-1.c
+++ b/gcc/testsuite/gcc.dg/intmax_t-1.c
@@ -1,6 +1,6 @@
 /* { dg-do compile } */
 /* { dg-options "-Wall" } */
-/* { dg-error "" "" { target { { *arm*-*-*elf* xtensa*-*-elf* } || vxworks_kernel } } 0 } */
+/* { dg-error "" "" { target { { *arm*-*-*elf* xtensa*-*-elf* } || { vxworks_kernel && { ! *-*-vxworks7r* } } } } 0 } */
 
 /* Compile with -Wall to get a warning if built-in and system intmax_t don't
    match.  */


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

* [gcc(refs/users/aoliva/heads/testme)] gcc.dg/intmax_t-1.c compiles without error on VxWorks 7 SR06x0
@ 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:7620fcde46c481e525dd822603772685f52f0d44

commit 7620fcde46c481e525dd822603772685f52f0d44
Author: Joel Brobecker <brobecker@adacore.com>
Date:   Thu Dec 31 21:37:45 2020 -0300

    gcc.dg/intmax_t-1.c compiles without error on VxWorks 7 SR06x0
    
    This test currently fails on VxWorks 7 SR06x0 targets when in kernel
    mode, because it expects a discrepancy between built-in and system
    intmax_t for all VxWorks targets when in kernel mode.  Fortunately,
    this has now been fixed when targetting VxWorks 7 SR06x0, so this
    commit adjusts the "dg-error" condition to exclude newer versions of
    VxWorks 7.
    
    for  gcc/testsuite/ChangeLog
    
            * gcc.dg/intmax_t-1.c: Do not expect an error on *-*-vxworks7r*
            targets.

Diff:
---
 gcc/testsuite/gcc.dg/intmax_t-1.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/testsuite/gcc.dg/intmax_t-1.c b/gcc/testsuite/gcc.dg/intmax_t-1.c
index 00b503c2509..03d4266cc7b 100644
--- a/gcc/testsuite/gcc.dg/intmax_t-1.c
+++ b/gcc/testsuite/gcc.dg/intmax_t-1.c
@@ -1,6 +1,6 @@
 /* { dg-do compile } */
 /* { dg-options "-Wall" } */
-/* { dg-error "" "" { target { { *arm*-*-*elf* xtensa*-*-elf* } || vxworks_kernel } } 0 } */
+/* { dg-error "" "" { target { { *arm*-*-*elf* xtensa*-*-elf* } || { vxworks_kernel && { ! *-*-vxworks7r* } } } } 0 } */
 
 /* Compile with -Wall to get a warning if built-in and system intmax_t don't
    match.  */


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

* [gcc(refs/users/aoliva/heads/testme)] gcc.dg/intmax_t-1.c compiles without error on VxWorks 7 SR06x0
@ 2020-12-25  1:45 Alexandre Oliva
  0 siblings, 0 replies; 3+ messages in thread
From: Alexandre Oliva @ 2020-12-25  1:45 UTC (permalink / raw)
  To: gcc-cvs

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

commit a8660fdd8be5a5e7239ea442687d14f3b10f21cc
Author: Joel Brobecker <brobecker@adacore.com>
Date:   Thu Dec 24 22:43:14 2020 -0300

    gcc.dg/intmax_t-1.c compiles without error on VxWorks 7 SR06x0
    
    This test currently fails on VxWorks 7 SR06x0 targets when in kernel
    mode, because it expects a discrepancy between built-in and system
    intmax_t for all VxWorks targets when in kernel mode.  Fortunately,
    this has now been fixed when targetting VxWorks 7 SR06x0, so this
    commit adjusts the "dg-error" condition to exclude newer versions of
    VxWorks 7.
    
    for  gcc/testsuite/ChangeLog
    
            * gcc.dg/intmax_t-1.c: Do not expect an error on *-*-vxworks7r*
            targets.

Diff:
---
 gcc/testsuite/gcc.dg/intmax_t-1.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/testsuite/gcc.dg/intmax_t-1.c b/gcc/testsuite/gcc.dg/intmax_t-1.c
index 00b503c2509..03d4266cc7b 100644
--- a/gcc/testsuite/gcc.dg/intmax_t-1.c
+++ b/gcc/testsuite/gcc.dg/intmax_t-1.c
@@ -1,6 +1,6 @@
 /* { dg-do compile } */
 /* { dg-options "-Wall" } */
-/* { dg-error "" "" { target { { *arm*-*-*elf* xtensa*-*-elf* } || vxworks_kernel } } 0 } */
+/* { dg-error "" "" { target { { *arm*-*-*elf* xtensa*-*-elf* } || { vxworks_kernel && { ! *-*-vxworks7r* } } } } 0 } */
 
 /* Compile with -Wall to get a warning if built-in and system intmax_t don't
    match.  */


^ 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:46 [gcc(refs/users/aoliva/heads/testme)] gcc.dg/intmax_t-1.c compiles without error on VxWorks 7 SR06x0 Alexandre Oliva
2020-12-25  1:45 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).