[Bug fortran/63701] trans-expr.c:1424: missing init for local variable "found"

ktkachov at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Fri Oct 31 16:52:00 GMT 2014


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

ktkachov at gcc dot gnu.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2014-10-31
                 CC|                            |ktkachov at gcc dot gnu.org
     Ever confirmed|0                           |1

--- Comment #1 from ktkachov at gcc dot gnu.org ---
found is expected to be always set to true at line 1438, that's what the
gcc_assert is for. But I agree that it should be initialised to false.



More information about the Gcc-bugs mailing list