re PR c++/66555 (Fails to warn for if (j == 0 && i == i))
[gcc.git] / gcc / testsuite / g++.dg / cpp0x / decltype-54581.C
index 4b81b5ab888b4220965ca57eea50a8bb86cf2118..63227303225b8189b5c77dabefb4372e2f1d85a1 100644 (file)
@@ -1,5 +1,5 @@
 /* { dg-do compile { target c++11 } } */
-/* { dg-options "-Wall" } */
+/* { dg-options "-Wall -Wno-tautological-compare" } */
 
 typedef float v4f __attribute__((vector_size(4*sizeof(float))));