[Bug fortran/34721] Output statements fool the -Wuninitialized option

2022-08-29 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=34721 Richard Biener changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug fortran/34721] Output statements fool the -Wuninitialized option

2019-02-19 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=34721 Eric Gallager changed: What|Removed |Added CC||burnus at gcc dot gnu.org,

[Bug fortran/34721] Output statements fool the -Wuninitialized option

2016-02-24 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=34721 Dominique d'Humieres changed: What|Removed |Added CC||kloedej at knmi dot nl ---

[Bug fortran/34721] Output statements fool the -Wuninitialized option

2015-10-18 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=34721 Dominique d'Humieres changed: What|Removed |Added CC||arnaud02 at users dot

[Bug fortran/34721] Output statements fool the -Wuninitialized option

2008-01-10 Thread manu at gcc dot gnu dot org
--- Comment #1 from manu at gcc dot gnu dot org 2008-01-10 14:07 --- This is an example that shows that small differences in code lead to quite different SSA representations. Without print we have a PHI node, where one of the operands is the uninitialized value, so we warn. However,

[Bug fortran/34721] Output statements fool the -Wuninitialized option

2008-01-10 Thread burnus at gcc dot gnu dot org
--- Comment #2 from burnus at gcc dot gnu dot org 2008-01-10 15:08 --- Related to PR 31094, PR 31279, and PR 23169. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34721