This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libstdc++/35597] libstdc++ -ffunction-sections -fdata-sections disabled on AIX
- From: "bkoz at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 20 Mar 2008 16:16:53 -0000
- Subject: [Bug libstdc++/35597] libstdc++ -ffunction-sections -fdata-sections disabled on AIX
- References: <bug-35597-327@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #3 from bkoz at gcc dot gnu dot org 2008-03-20 16:16 -------
From:
http://gcc.gnu.org/ml/gcc-patches/2007-05/msg01135.html
2007-05-17 Benjamin Kosnik <bkoz@redhat.com>
* acinclude.m4 (GLIBCXX_CHECK_COMPILER_FEATURES): Add -g to
compile flags, move code to test to global scope.
* configure: Regenerate.
David says that -ffunction-sections -g works on AIX. Presumably this means that
it should also not warn.
Question to me is, what is the behavior on cygwin? Does -ffunction-sections -g
work? Does it warn?
-benjamin
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35597