http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58540

Marek Polacek <mpolacek at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
                 CC|                            |mpolacek at gcc dot gnu.org
         Resolution|---                         |INVALID

--- Comment #1 from Marek Polacek <mpolacek at gcc dot gnu.org> ---
The program is invalid, the order of evaluation of the operands of any C
operator is unspecified and u.y indeed may not be initialized.

Reply via email to