[Bug c++/71728] [5 Regression] ICE with goto in statement-expression inside a condition

2017-10-10 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71728

Jakub Jelinek  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED
   Target Milestone|5.5 |6.2

--- Comment #8 from Jakub Jelinek  ---
GCC 5 branch has been closed, should be fixed in GCC 6.2 and later.

[Bug c++/71728] [5 Regression] ICE with goto in statement-expression inside a condition

2016-07-21 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71728

Jason Merrill  changed:

   What|Removed |Added

 CC||su at cs dot ucdavis.edu

--- Comment #7 from Jason Merrill  ---
*** Bug 71561 has been marked as a duplicate of this bug. ***

[Bug c++/71728] [5 Regression] ICE with goto in statement-expression inside a condition

2016-07-21 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71728

Jakub Jelinek  changed:

   What|Removed |Added

  Known to work||6.2.0, 7.0
Summary|[5/6/7 Regression] ICE with |[5 Regression] ICE with
   |goto in |goto in
   |statement-expression inside |statement-expression inside
   |a condition |a condition
  Known to fail|7.0 |

--- Comment #6 from Jakub Jelinek  ---
Fixed for 6.2+.  For 5.x would need also PR68206 backported.