------- Comment #8 from manu at gcc dot gnu dot org 2010-06-04 16:36 ------- -Wuninitialized is enabled by -Wall (or perhaps -Wextra), not explicitly. I think we should not enable any warnings when building with the host compiler, unless the user requests them. It is probably faster and would produce less clutter in the output. But I don't have enough time to provide a patch to fix this, and I doubt any main developer considers this a priority.
-- manu at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |UNCONFIRMED Component|middle-end |bootstrap Resolution|WONTFIX | Summary|warning: may be used |do not enable warnings when |uninitialized in this |building with the host |function often building gcc |compiler http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44307