[switching to gcc-patches] > Given that newer GCC versions get whinier and whinier and that we see > false positives from time to time, I would be in favour of disabling > -Werror for releases. Makes sense to me. I've just committed the following patch on the branch, after having re-built GDB on x86-linux, making sure that -Werror is no longer used by default anymore. (this is the same patch than the one I applied for GDB 6.6 by the way). 2009-10-01 Joel Brobecker * configure.ac: Disable -Werror by default. * configure: Regenerate. I'll update my release procedure/scripts to do the same for future releases. -- Joel