summaryrefslogtreecommitdiffstats
path: root/config.tests/common
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@qt.io>2017-07-29 10:31:58 +0200
committerSimon Hausmann <simon.hausmann@qt.io>2017-08-02 16:36:45 +0000
commit245bd9bf789acfd315dedd34e418027a1e6d1c9b (patch)
tree3510bb8ab269d85c49f9474a127cd9942408ec9b /config.tests/common
parentb56846a43019355a3d302c1c2a03e40a1d61a737 (diff)
configure: prune checks for ancient compilers from some tests
these would be caught by the central verifyspec test, if we even got that far. Change-Id: I3eda80c4614b94f869d907f0a40166f4914ea692 Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Diffstat (limited to 'config.tests/common')
-rw-r--r--config.tests/common/sse2/sse2.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/config.tests/common/sse2/sse2.cpp b/config.tests/common/sse2/sse2.cpp
index 7ae0eaf4a7..8b4d5334b5 100644
--- a/config.tests/common/sse2/sse2.cpp
+++ b/config.tests/common/sse2/sse2.cpp
@@ -38,9 +38,6 @@
****************************************************************************/
#include <emmintrin.h>
-#if defined(__GNUC__) && __GNUC__ < 4 && __GNUC_MINOR__ < 3
-#error GCC < 3.2 is known to create internal compiler errors with our MMX code
-#endif
int main(int, char**)
{