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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Last reconfirmed|2011-07-04 09:48:32         |2023-5-19
          Component|c                           |middle-end

--- Comment #2 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
Hmm, for the C testcase with GCC 5, we do get a warning:

<source>: In function 'main':
<source>:11:6: warning: 'FRAME.0.y' is used uninitialized in this function
[-Wuninitialized]
    x = y;
      ^

There is no warning in GCC 6+ though.

Plus the diagnostic mentions FRAME.0. which is not in the original source.

Reply via email to