gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnurl] 137/264: configure: remove use of -vec-report0 from CFLAGS with


From: gnunet
Subject: [gnurl] 137/264: configure: remove use of -vec-report0 from CFLAGS with icc
Date: Thu, 30 Apr 2020 16:07:20 +0200

This is an automated email from the git hooks/post-receive script.

nikita pushed a commit to branch master
in repository gnurl.

commit efa830f9f6a133c14b869541d17b2c0d557e1662
Author: Daniel Stenberg <address@hidden>
AuthorDate: Mon Apr 6 17:07:38 2020 +0200

    configure: remove use of -vec-report0 from CFLAGS with icc
    
    ... as it apparently isn't (always) supported.
    Reported-by: Alain Miniussi
    Fixes #5096
    Closes #5191
---
 m4/curl-compilers.m4 | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/m4/curl-compilers.m4 b/m4/curl-compilers.m4
index 196b285be..e732a8722 100644
--- a/m4/curl-compilers.m4
+++ b/m4/curl-compilers.m4
@@ -1164,11 +1164,6 @@ AC_DEFUN([CURL_SET_COMPILER_WARNING_OPTS], [
         tmp_CFLAGS="$tmp_CFLAGS -fno-strict-aliasing"
         dnl Value-safe optimizations on floating-point data
         tmp_CFLAGS="$tmp_CFLAGS -fp-model precise"
-        dnl Only icc 10.0 or later
-        if test "$compiler_num" -ge "1000"; then
-          dnl Disable vectorizer diagnostic information
-          tmp_CFLAGS="$tmp_CFLAGS -vec-report0"
-        fi
         ;;
         #
       INTEL_WINDOWS_C)

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]