* config/rs6000/x86intrin.h: Change #warning to #error. Update message.
* config/rs6000/emmintrin.h: Likewise.
* config/rs6000/mmintrin.h: Likewise.
* config/rs6000/xmmintrin.h: Likewise.
From-SVN: r256452
+2018-01-10 Peter Bergner <bergner@vnet.ibm.com>
+
+ * config/rs6000/x86intrin.h: Change #warning to #error. Update message.
+ * config/rs6000/emmintrin.h: Likewise.
+ * config/rs6000/mmintrin.h: Likewise.
+ * config/rs6000/xmmintrin.h: Likewise.
+
2018-01-10 David Malcolm <dmalcolm@redhat.com>
PR c++/43486
the PowerISA FPSCR / VSCR registers. We recommend applications
replace direct access to the MXSCR with the more portable <fenv.h>
Posix APIs. */
-#warning "Please read comment above. Use -DNO_WARN_X86_INTRINSICS to disable this warning."
+#error "Please read comment above. Use -DNO_WARN_X86_INTRINSICS to disable this error."
#endif
#ifndef EMMINTRIN_H_
C language 64-bit scalar operation or optimized to use the newer
128-bit SSE/Altivec operations. We recomend this for new
applications. */
-#warning "Please read comment above. Use -DNO_WARN_X86_INTRINSICS to disable this warning."
+#error "Please read comment above. Use -DNO_WARN_X86_INTRINSICS to disable this error."
#endif
#ifndef _MMINTRIN_H_INCLUDED
Note that much code that uses Intel intrinsics can be rewritten in
standard C or GNU C extensions, which are more portable and better
optimized across multiple targets. */
-#warning "Please read comment above. Use -DNO_WARN_X86_INTRINSICS to disable this warning."
+#error "Please read comment above. Use -DNO_WARN_X86_INTRINSICS to disable this error."
#endif
#ifndef _X86INTRIN_H_INCLUDED
the PowerISA FPSCR / VSCR registers. We recommend applications
replace direct access to the MXSCR with the more portable <fenv.h>
Posix APIs. */
-#warning "Please read comment above. Use -DNO_WARN_X86_INTRINSICS to disable this warning."
+#error "Please read comment above. Use -DNO_WARN_X86_INTRINSICS to disable this error."
#endif
#ifndef _XMMINTRIN_H_INCLUDED