[PATCH, rs6000, committed] Remove inaccurate comment in ssse3-check.h

Paul Clarke pc@us.ibm.com
Mon Oct 29 21:59:00 GMT 2018


In gcc.target/powerpc/ssse3-check.h, "DEBUG" doesn't actually
"replace abort with printf on error", it just enables debugging output.

Remove the comment.

Suggested-by: Bill Schmidt <wschmidt@linux.ibm.com>

(Committing as trivial.)

[gcc/testsuite]

2018-10-29  Paul A. Clarke  <pc@us.ibm.com>

	* gcc.target/powerpc/ssse3-check.h: Remove inaccurate comment.

Index: gcc/testsuite/gcc.target/powerpc/ssse3-check.h
===================================================================
diff --git a/trunk/gcc/testsuite/gcc.target/powerpc/ssse3-check.h b/trunk/gcc/testsuite/gcc.target/powerpc/ssse3-check.h
--- a/trunk/gcc/testsuite/gcc.target/powerpc/ssse3-check.h	(revision 265599)
+++ b/trunk/gcc/testsuite/gcc.target/powerpc/ssse3-check.h	(working copy)
@@ -3,7 +3,6 @@
 
 #include "m128-check.h"
 
-/* define DEBUG replace abort with printf on error.  */
 //#define DEBUG 1
 
 #define TEST ssse3_test



More information about the Gcc-patches mailing list