[ python-Bugs-1162001 ] configure incorrectly adds -OPT:Olimit=0 for icc

SourceForge.net noreply at sourceforge.net
Fri Apr 14 20:36:14 CEST 2006


Bugs item #1162001, was opened at 2005-03-12 14:54
Message generated for change (Comment added) made by hoffmanm
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1162001&group_id=5470

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Build
Group: Platform-specific
Status: Closed
>Resolution: Fixed
Priority: 5
Submitted By: Michael Hoffman (hoffmanm)
Assigned to: Nobody/Anonymous (nobody)
Summary: configure incorrectly adds -OPT:Olimit=0 for icc

Initial Comment:
When using Python 2.4 and the Intel C Compiler,
configure adds -OPT:Olimit=0 to BASECFLAGS. This is
because using icc -OPT:Olimit=0 does not produce an
error, but instead an irritating warning for every
source file compiled.

$ icc -OPT:Olimit=0 test1.c; echo $?
icc: Command line warning: ignoring option '-O'; no
argument required
0

$ gcc -OPT:Olimit=0 test1.c; echo $?
cc1: error: invalid option argument `-OPT:Olimit=0'
1


----------------------------------------------------------------------

>Comment By: Michael Hoffman (hoffmanm)
Date: 2006-04-14 18:36

Message:
Logged In: YES 
user_id=987664

Supposedly fixed in r41953.

----------------------------------------------------------------------

Comment By: Michael Hoffman (hoffmanm)
Date: 2006-04-14 18:35

Message:
Logged In: YES 
user_id=987664

Supposedly fixed in r41953.

----------------------------------------------------------------------

Comment By: Michael Hoffman (hoffmanm)
Date: 2005-03-12 15:58

Message:
Logged In: YES 
user_id=987664

Patch submitted:

http://sourceforge.net/tracker/index.php?func=detail&aid=1162023&group_id=5470&atid=305470

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1162001&group_id=5470


More information about the Python-bugs-list mailing list