This is the mail archive of the gcc-patches@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]

Re: [3.3] C++ PATCH: Improving compile-time performance 2/n


Gabriel Dos Reis <gdr at integrable-solutions dot net> writes:

[...]

| +   result->has_level = true;
 -   result->has_level = true;
 +   result->has_level = false;

That fixes also (thanks to RTH)  a failure when compiling the new
demangler. 

-- Gaby


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