Commit 5d8ccdc9 by Olivier Hainque

undefine OFFSET in testsuite/gcc.dg/vect/tree-vect.h

2019-12-20  Olivier Hainque  <hainque@adacore.com>

	* gcc.dg/vect/tree-vect.h: #undef OFFSET.

From-SVN: r279797
parent 784daa97
...@@ -85,3 +85,9 @@ check_vect (void) ...@@ -85,3 +85,9 @@ check_vect (void)
#else #else
# define VECTOR_BITS 128 # define VECTOR_BITS 128
#endif #endif
/* Which most of our tests are going to #define for internal use, and
which might be exposed by system headers related to signal.h on some
targets, notably VxWorks. */
#undef OFFSET
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment