This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libstdc++/48811] error in compiling libstdc++ with -std=gnu++0x


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48811

Paolo Carlini <paolo.carlini at oracle dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jwakely.gcc at gmail dot
                   |                            |com

--- Comment #3 from Paolo Carlini <paolo.carlini at oracle dot com> 2011-04-30 19:51:12 UTC ---
Good point Jon, we should do that, at least for the time being, to avoid
possible confusions (eg, people may in totally good faith believe that testing
the behavior of the c++0x front-end on the *.cc files either helps testing the
front-end or the correctness of the *.cc files themselves, without realizing
that the *.cc files and the Makefile are very carefully crafted to create a
shared and static library (suited for both C++03 and C++0x user-code builds)
without abi breakages).

Anyway, do you think it would be simple to implement that kind of 'stripping'?


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]