https://gcc.gnu.org/bugzilla/show_bug.cgi?id=40883

Eric Gallager <egallager at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           See Also|                            |https://gcc.gnu.org/bugzill
                   |                            |a/show_bug.cgi?id=47093,
                   |                            |https://gcc.gnu.org/bugzill
                   |                            |a/show_bug.cgi?id=44756

--- Comment #9 from Eric Gallager <egallager at gcc dot gnu.org> ---
(In reply to jos...@codesourcery.com from comment #8)
> Given how often such issues are in target-specific code, for targets that 
> only get built as cross compilers, in practice we'll need someone building 
> for all architectures *using a native compiler from the same trunk 
> version, and configuring with --enable-werror-always* (whether with 
> config-list.mk or otherwise) to detect such problems.  That is, that will 
> need doing both as a one-off to find problems now present that 
> -Wformat-diag can detect, and subsequently at least every release cycle 
> (preferably as a bot whose results are routinely monitored to detect 
> problems soon after they are introduced).
> 
> I know there are bots building GCC for lots of targets, but I don't know 
> if any of the current bots build using current trunk GCC and using 
> --enable-werror-always to detect such issues that otherwise only show up 
> in a native bootstrap.

Ah, so that's bug 47093 and bug 44756 then

Reply via email to