On 20 May 2018 at 06:27, Richard Biener wrote: > On May 20, 2018 7:20:25 AM GMT+02:00, Steve Kargl > <s...@troutmask.apl.washington.edu> wrote: >>So, there is a P1 blocking bootstrap failure on trunk. >>I've opened a PR and finally had time to locate the >>offending commit. >> >>https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85843 >> >>As I cannot bootstrap gcc, I cannot test a set of >>patches for gfortran that I have in my tree nor >>identify which recent commit introduced a regression >>in the gfortran testsuite. >> >>I've scanned gcc.gnu.org and wiki, but have not >>been able to find a stated policy of reverting a >>patch committed by someone. >> >>The offending commit was done on a Friday. I >>have no idea if the committer responsible for >>the bootstrap failure works on the weekend. >> >>So, can I revert the commit (and don't in my >>local repository)? > > IIRC there is a 24h rule that global maintainers can invoke. Not sure if that > is formally documented somewhere. > > Usually it's much easier to revert this in your local repo for the time being.
Or just stop using -Werror, so you can build. The code isn't invalid, it's just a style warning.