public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc(refs/users/aoliva/heads/testme)] Fix testsuite/g++.dg/opt/20050511-1.C compilation error on VxWorks 7
@ 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:c094036b35a6b2bc7eff66729bb767cfc7fc73a2

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

    Fix testsuite/g++.dg/opt/20050511-1.C compilation error on VxWorks 7
    
    In VxWorks 7, UINT32 is defined in both modes, kernel and rtp.  Adjust
    the work around accordingly.
    
    
    for  gcc/testsuite/ChangeLog
    
            * g++.dg/opt/20050511-1.C: Work around UINT32 in vxworks rtp
            headers too.

Diff:
---
 gcc/testsuite/g++.dg/opt/20050511-1.C | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/testsuite/g++.dg/opt/20050511-1.C b/gcc/testsuite/g++.dg/opt/20050511-1.C
index a840fb0db8e..7041a482001 100644
--- a/gcc/testsuite/g++.dg/opt/20050511-1.C
+++ b/gcc/testsuite/g++.dg/opt/20050511-1.C
@@ -5,7 +5,7 @@
 #include <stdlib.h>
 
 // The VxWorks kernel headers define their own UINT32
-#if defined __vxworks && !defined __RTP__
+#if defined __vxworks
 #define UINT32 my_UINT32
 #endif


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

* [gcc(refs/users/aoliva/heads/testme)] Fix testsuite/g++.dg/opt/20050511-1.C compilation error on VxWorks 7
@ 2021-01-01  1:30 Alexandre Oliva
  0 siblings, 0 replies; 3+ messages in thread
From: Alexandre Oliva @ 2021-01-01  1:30 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:72842f0c7180fcecbe9396c421783f851ff78d9f

commit 72842f0c7180fcecbe9396c421783f851ff78d9f
Author: Jerome Lambourg <lambourg@adacore.com>
Date:   Thu Dec 31 21:37:59 2020 -0300

    Fix testsuite/g++.dg/opt/20050511-1.C compilation error on VxWorks 7
    
    In VxWorks 7, UINT32 is defined in both modes, kernel and rtp.  Adjust
    the work around accordingly.
    
    
    for  gcc/testsuite/ChangeLog
    
            * g++.dg/opt/20050511-1.C: Work around UINT32 in vxworks rtp
            headers too.

Diff:
---
 gcc/testsuite/g++.dg/opt/20050511-1.C | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/testsuite/g++.dg/opt/20050511-1.C b/gcc/testsuite/g++.dg/opt/20050511-1.C
index a840fb0db8e..7041a482001 100644
--- a/gcc/testsuite/g++.dg/opt/20050511-1.C
+++ b/gcc/testsuite/g++.dg/opt/20050511-1.C
@@ -5,7 +5,7 @@
 #include <stdlib.h>
 
 // The VxWorks kernel headers define their own UINT32
-#if defined __vxworks && !defined __RTP__
+#if defined __vxworks
 #define UINT32 my_UINT32
 #endif


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

* [gcc(refs/users/aoliva/heads/testme)] Fix testsuite/g++.dg/opt/20050511-1.C compilation error on VxWorks 7
@ 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:bf43ee3d9efbbcd1d708d39057547ff054678b3c

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

    Fix testsuite/g++.dg/opt/20050511-1.C compilation error on VxWorks 7
    
    In VxWorks 7, UINT32 is defined in both modes, kernel and rtp.  Adjust
    the work around accordingly.
    
    
    for  gcc/testsuite/ChangeLog
    
            * g++.dg/opt/20050511-1.C: Work around UINT32 in vxworks rtp
            headers too.

Diff:
---
 gcc/testsuite/g++.dg/opt/20050511-1.C | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/testsuite/g++.dg/opt/20050511-1.C b/gcc/testsuite/g++.dg/opt/20050511-1.C
index a840fb0db8e..7041a482001 100644
--- a/gcc/testsuite/g++.dg/opt/20050511-1.C
+++ b/gcc/testsuite/g++.dg/opt/20050511-1.C
@@ -5,7 +5,7 @@
 #include <stdlib.h>
 
 // The VxWorks kernel headers define their own UINT32
-#if defined __vxworks && !defined __RTP__
+#if defined __vxworks
 #define UINT32 my_UINT32
 #endif


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

end of thread, other threads:[~2021-01-01  1:30 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)] Fix testsuite/g++.dg/opt/20050511-1.C compilation error on VxWorks 7 Alexandre Oliva
2020-12-25  1:46 Alexandre Oliva
2021-01-01  1:30 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).