Travis Vitek (JIRA)
Mon, 07 Jan 2008 16:28:00 -0800
[
https://issues.apache.org/jira/browse/STDCXX-443?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Travis Vitek closed STDCXX-443.
-------------------------------
Resolution: Fixed
committed to trunk in http://svn.apache.org/viewvc?view=rev&revision=601922
merged to 4.2.x in http://svn.apache.org/viewvc?view=rev&revision=604045
> [IBM XLC++] should avoid using -qinline or -Q in C++ code
> ---------------------------------------------------------
>
> Key: STDCXX-443
> URL: https://issues.apache.org/jira/browse/STDCXX-443
> Project: C++ Standard Library
> Issue Type: Improvement
> Components: Configuration
> Affects Versions: 4.1.3
> Environment: IBM VisualAge C++ 6.0, 7.0, and XLC++ 8.0
> Reporter: Martin Sebor
> Assignee: Travis Vitek
> Fix For: 4.2.1
>
> Attachments: stdcxx-443.patch
>
>
> Quoting from the XLC++ 8.0 Compiler Reference, page 249 (-Q option):
> To maximize inlining:
> * for C programs, specify optimization (-O) and also specify the appropriate
> -Q options for the C language.
> * for C++ programs, specify optimization (-O) but do not specify the -Q
> option.
> We should review whether our use of -Q in optimized builds is called for.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.