Hi, On Fri, 22 Jan 2016, Jakub Jelinek wrote:
> > > This may have caused: > > > > > > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69434 > > > > Guess we need: > > > > 2016-01-22 Jakub Jelinek <ja...@redhat.com> > > > > PR bootstrap/69434 > > * genrecog.c: Define INCLUDE_ALGORITHM before including system.h, > > remove <algorithm> include. > > Bootstrapped/regtested on x86_64-linux and i686-linux, ok for trunk? Thanks for the fixup, the problem didn't happen on my system. This usage of sse3 intrinsics inside installed STL headers seems a bit unfortunate (not to mention the dubiousness of placing a 180 line function containing 11 loops nested to level 4 for arcane functionality into a header; but I guess this battle is lost with STL). Ciao, Michael.