public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc(refs/users/aoliva/heads/testme)] Undefine ERROR in g++.dg/tree-ssa/copyprop.C
@ 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:c378bd25950c71123b5efbe79a2ce5f08a5bd790

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

    Undefine ERROR in g++.dg/tree-ssa/copyprop.C
    
    VxWorks headers define ERROR as a macro, which conflicts with the use
    in the test.
    
    
    for  gcc/testsuite/ChangeLog
    
            * g++.dg/tree-ssa/copyprop.C: Undefine ERROR if defined.

Diff:
---
 gcc/testsuite/g++.dg/tree-ssa/copyprop.C | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/gcc/testsuite/g++.dg/tree-ssa/copyprop.C b/gcc/testsuite/g++.dg/tree-ssa/copyprop.C
index 8c05895e45e..bc9167ad120 100644
--- a/gcc/testsuite/g++.dg/tree-ssa/copyprop.C
+++ b/gcc/testsuite/g++.dg/tree-ssa/copyprop.C
@@ -8,6 +8,11 @@
 #include <vector>
 #include <iostream>
 #include <cstdlib>
+
+#ifdef ERROR
+#undef ERROR
+#endif
+
 using namespace std;
 template<typename _FIter, typename _Tp> _FIter lower_bound(_FIter, _FIter, _Tp&);
 template<class _Key> struct hash { };


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

* [gcc(refs/users/aoliva/heads/testme)] Undefine ERROR in g++.dg/tree-ssa/copyprop.C
@ 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:3fe6cb6501a0f30ce167a80ed1ff243ae8c4db53

commit 3fe6cb6501a0f30ce167a80ed1ff243ae8c4db53
Author: Jerome Lambourg <lambourg@adacore.com>
Date:   Thu Dec 31 21:37:51 2020 -0300

    Undefine ERROR in g++.dg/tree-ssa/copyprop.C
    
    VxWorks headers define ERROR as a macro, which conflicts with the use
    in the test.
    
    
    for  gcc/testsuite/ChangeLog
    
            * g++.dg/tree-ssa/copyprop.C: Undefine ERROR if defined.

Diff:
---
 gcc/testsuite/g++.dg/tree-ssa/copyprop.C | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/gcc/testsuite/g++.dg/tree-ssa/copyprop.C b/gcc/testsuite/g++.dg/tree-ssa/copyprop.C
index 8c05895e45e..bc9167ad120 100644
--- a/gcc/testsuite/g++.dg/tree-ssa/copyprop.C
+++ b/gcc/testsuite/g++.dg/tree-ssa/copyprop.C
@@ -8,6 +8,11 @@
 #include <vector>
 #include <iostream>
 #include <cstdlib>
+
+#ifdef ERROR
+#undef ERROR
+#endif
+
 using namespace std;
 template<typename _FIter, typename _Tp> _FIter lower_bound(_FIter, _FIter, _Tp&);
 template<class _Key> struct hash { };


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

* [gcc(refs/users/aoliva/heads/testme)] Undefine ERROR in g++.dg/tree-ssa/copyprop.C
@ 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:c0aba6877581c86a6abf0ff5c8eccd88e5016b37

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

    Undefine ERROR in g++.dg/tree-ssa/copyprop.C
    
    VxWorks headers define ERROR as a macro, which conflicts with the use
    in the test.
    
    
    for  gcc/testsuite/ChangeLog
    
            * g++.dg/tree-ssa/copyprop.C: Undefine ERROR if defined.

Diff:
---
 gcc/testsuite/g++.dg/tree-ssa/copyprop.C | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/gcc/testsuite/g++.dg/tree-ssa/copyprop.C b/gcc/testsuite/g++.dg/tree-ssa/copyprop.C
index 8c05895e45e..bc9167ad120 100644
--- a/gcc/testsuite/g++.dg/tree-ssa/copyprop.C
+++ b/gcc/testsuite/g++.dg/tree-ssa/copyprop.C
@@ -8,6 +8,11 @@
 #include <vector>
 #include <iostream>
 #include <cstdlib>
+
+#ifdef ERROR
+#undef ERROR
+#endif
+
 using namespace std;
 template<typename _FIter, typename _Tp> _FIter lower_bound(_FIter, _FIter, _Tp&);
 template<class _Key> struct hash { };


^ 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)] Undefine ERROR in g++.dg/tree-ssa/copyprop.C 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).