> Hi Paolo, > > >>This is already documented: > >> > >>http://gcc.gnu.org/onlinedocs/libstdc++/manual/source_code_style.html#c > oding_style.bad_identifiers > > > > Indeed. As a simple to remember rule never use single underscore + > single > > uppercase. Usually we add a p, like _Cp, etc. Plenty of examples > > everywhere. At the moment I can't do the search&replace, any such patch > is > > preapproved though. > > I wasn't certain about the right convention. The following patch > allowed bootstrap to finish on i386-pc-solaris2.10 and > x86_64-unknown-linux-gnu. I'll commit the patch once Solaris testing > has finished.
I can confirm that this patch fixes the arm-none-eabi build as well. Thanks, Kyrill