Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

configure incorrectly adds -OPT:Olimit=0 for icc #41686

Closed
hoffman mannequin opened this issue Mar 12, 2005 · 4 comments
Closed

configure incorrectly adds -OPT:Olimit=0 for icc #41686

hoffman mannequin opened this issue Mar 12, 2005 · 4 comments
Labels
build The build process and cross-build

Comments

@hoffman
Copy link
Mannequin

hoffman mannequin commented Mar 12, 2005

BPO 1162001

Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

Show more details

GitHub fields:

assignee = None
closed_at = <Date 2006-04-14.18:36:14.000>
created_at = <Date 2005-03-12.14:54:52.000>
labels = ['build']
title = 'configure incorrectly adds -OPT:Olimit=0 for icc'
updated_at = <Date 2006-04-14.18:36:14.000>
user = 'https://bugs.python.org/hoffman'

bugs.python.org fields:

activity = <Date 2006-04-14.18:36:14.000>
actor = 'hoffman'
assignee = 'none'
closed = True
closed_date = None
closer = None
components = ['Build']
creation = <Date 2005-03-12.14:54:52.000>
creator = 'hoffman'
dependencies = []
files = []
hgrepos = []
issue_num = 1162001
keywords = []
message_count = 4.0
messages = ['24566', '24567', '24568', '24569']
nosy_count = 1.0
nosy_names = ['hoffman']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1162001'
versions = []

@hoffman
Copy link
Mannequin Author

hoffman mannequin commented Mar 12, 2005

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

@hoffman hoffman mannequin closed this as completed Mar 12, 2005
@hoffman hoffman mannequin added the build The build process and cross-build label Mar 12, 2005
@hoffman hoffman mannequin closed this as completed Mar 12, 2005
@hoffman hoffman mannequin added the build The build process and cross-build label Mar 12, 2005
@hoffman
Copy link
Mannequin Author

hoffman mannequin commented Mar 12, 2005

Logged In: YES
user_id=987664

Patch submitted:

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

@hoffman
Copy link
Mannequin Author

hoffman mannequin commented Apr 14, 2006

Logged In: YES
user_id=987664

Supposedly fixed in r41953.

1 similar comment
@hoffman
Copy link
Mannequin Author

hoffman mannequin commented Apr 14, 2006

Logged In: YES
user_id=987664

Supposedly fixed in r41953.

@ezio-melotti ezio-melotti transferred this issue from another repository Apr 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build The build process and cross-build
Projects
None yet
Development

No branches or pull requests

0 participants