This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
gcc on OSR5 status. was: bootstraps broken during last 24 hours
> | > And I also just did a suuccessful bootstrap for i686-pc-udk using
> |
> | Excellent. This is with or without the MAP_ANONYMOUS hack?
>
> Was that something introduced in the tree over the weekend?
> It's nothing that I tickled from my keyboard. :-)
This was the mmap thing in ggc-page where it tries to use MAP_ANON
becuase it sees a #define and then fails becuase it doesn't actually
work. You were the one that reported it many months ago.
> | As an aside, C++ on UDK is broken becuase of various remaining issues in
> | v3, but you've disabled C++ so you don't see those failures.
>
> C++ bootstrapping is still broken on OSR 5.0.6 too.
That's disturbing. My full bootstrap with all languages succeeds.
Tell me more.
RJL