This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ 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]

Re: [v3 PATCH] Fix bootstrap failure on powerpc-apple-darwin7.9.0


>>>>> "Paolo" == Paolo Carlini <paolo.carlini@oracle.com> writes:

Paolo> These badnames keep annoying us... grrrrr

You could use #pragma push_macro and #pragma pop_macro.  Offhand it
seems to me that this would let you get rid of uglification (or a lot
of it).  On the minus side, you'd have to maintain a list of
identifiers you use; but maybe it wouldn't be hard to modify g++ to
print a list of these.

Tom


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