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'?

Reply via email to