Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 Jan 2003 15:00:35 +0100
From:      marius@alchemy.franken.de
To:        Alexander Leidinger <netchild@FreeBSD.ORG>
Cc:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG
Subject:   Re: cvs commit: ports/lang/icc Makefile
Message-ID:  <20030113150035.H524@newtrinity.zeist.de>
In-Reply-To: <200301131039.h0DAdNv3012243@repoman.freebsd.org>; from netchild@FreeBSD.ORG on Mon, Jan 13, 2003 at 02:39:23AM -0800
References:  <200301131039.h0DAdNv3012243@repoman.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, Jan 13, 2003 at 02:39:23AM -0800, Alexander Leidinger wrote:
> netchild    2003/01/13 02:39:23 PST
> 
>   Modified files:
>     lang/icc             Makefile 
>   Log:
>   Remove the "warning -> error" options for excessive function arguments,
>   they seem to cause problems in some cases.
>   

They cause problems in all cases. Intel's note regarding these options
seems to be left over from a beta-version, at least 7.0.065 already
mentioned them in icc_issues.txt but the options where already invalid
(and the bug probably fixed, though icc_fixes.txt doesn't mention it).

marius@tristan:/home/marius > /tmp/7/opt/intel/compiler70/ia32/bin/iccbin -V
Intel(R) C++ Compiler for 32-bit applications, Version 7.0   Build 20021021Z
                                                                   ~~~~~~~~~
<...>
marius@tristan:/home/marius > /tmp/7/opt/intel/compiler70/ia32/bin/iccbin -Qwr1125
iccbin: Command line error: invalid argument for option '-Q'
marius@tristan:/home/marius > /usr/local/intel/compiler70/ia32/bin/iccbin -V
Intel(R) C++ Compiler for 32-bit applications, Version 7.0   Build 20021212Z
                                                                   ~~~~~~~~~
<...>
marius@tristan:/home/marius > /usr/local/intel/compiler70/ia32/bin/iccbin -Qwr1125
iccbin: Command line error: invalid argument for option '-Q'


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030113150035.H524>