https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98139
--- Comment #7 from ro at CeBiTec dot Uni-Bielefeld.DE <ro at CeBiTec dot Uni-Bielefeld.DE> --- > --- Comment #5 from David Edelsohn <dje at gcc dot gnu.org> --- > It has nothing to do with the proper way to install GCC on AIX. Why not? Consider some developer trying to build trunk on his own AIX system: he'd run into the same issue, but wouldn't think of (in fact wouldn't even know about) the cfarm wiki. > It was not the only -Werror failure on AIX. That is why I said, if that's the > only problem, we're lucky. The -Werror failures change. FWIW, I've now finished an --enable-languages=all (except ada) build on gcc119 without --disable-werror and there were no further issues (well, there are PRs go/98170 and ada/98171). > The patch is okay, but it doesn't remove the need to recommend > --disable-werror. At least for now that need seems to be gone. Thanks for installing the patch.