[Bug lto/83061] -Wmaybe-uninitialized warnings in gcc/lto/lto-object.c

2017-11-20 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83061 Markus Trippelsdorf changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug lto/83061] -Wmaybe-uninitialized warnings in gcc/lto/lto-object.c

2017-11-20 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83061 --- Comment #1 from Richard Biener --- Well, the warnings are false positives given the uses are guarded with an error check (that can never trigger due to implementation details).