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 wrote:
> 
> 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. 

Yes, now s390 and s390x bootstrap again.

Thanks,
Ulrich

-- 
  Dr. Ulrich Weigand
  weigand at informatik dot uni-erlangen dot de


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