[gcc 4.1.1] many -Winline warnings
----------------------------------
Key: STDCXX-796
URL: https://issues.apache.org/jira/browse/STDCXX-796
Project: C++ Standard Library
Issue Type: Bug
Components: Build
Affects Versions: 4.2.0
Environment: gcc 4.1.1
Reporter: Martin Sebor
Optimized builds with recent versions of gcc produce thousands of inlining
warnings. See:
{noformat}
$ gunzip -c linux_redhat_el-5.0-em64t-gcc-4.1.1-12d-639851-log.gz | grep
"inlining failed" | wc -l
4191
{noformat}
We should at least make an effort to silence those coming out of library
headers (e.g., by applying {{#pragma GCC system_header}} but we might want to
review them first to see if they could be used to optimize our code.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.