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

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|fortran                     |tree-optimization
             Blocks|                            |24639
      Known to fail|                            |14.3.0

--- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
The wrong line was fixed in GCC 15:
```
<source>:19:9:

   19 |     p = z
      |         ^
Warning: 'z' may be used uninitialized [-Wmaybe-uninitialized]
<source>:4:16:

    4 | integer :: p,r,z,w
      |                ^
note: 'z' was declared here
```


Referenced Bugs:

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=24639
[Bug 24639] [meta-bug] bug to track all Wuninitialized issues

Reply via email to