[Bug middle-end/82601] missing uninitialized warning with -O0 / -Og

2017-10-19 Thread janus at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82601 --- Comment #2 from janus at gcc dot gnu.org --- (In reply to Richard Biener from comment #1) > (does intent(out) mean it comes in uninitialized?) Yes. To quote the Fortran 2008 standard (from section 5.3.10): "The INTENT (OUT) attribute for a

[Bug middle-end/82601] missing uninitialized warning with -O0 / -Og

2017-10-18 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82601 Richard Biener changed: What|Removed |Added Keywords||diagnostic --- Comment #1 from Richard