[Bug c/44715] Break in increment expression of "for" statement inconsistent with g++

2019-05-27 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=44715 Andrew Pinski changed: What|Removed |Added CC||bastian.beischer@rwth-aache

[Bug c/44715] Break in increment expression of "for" statement inconsistent with g++

2019-01-24 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=44715 Jakub Jelinek changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|

[Bug c/44715] Break in increment expression of "for" statement inconsistent with g++

2019-01-23 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=44715 --- Comment #6 from Jakub Jelinek --- Author: jakub Date: Wed Jan 23 14:41:16 2019 New Revision: 268188 URL: https://gcc.gnu.org/viewcvs?rev=268188=gcc=rev Log: PR c/44715 * cp-gimplify.c (genericize_cp_loop): Call

[Bug c/44715] Break in increment expression of "for" statement inconsistent with g++

2017-03-17 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=44715 Martin Sebor changed: What|Removed |Added CC||bagnara at cs dot unipr.it --- Comment

[Bug c/44715] Break in increment expression of for statement inconsistent with g++

2010-07-05 Thread ecyrbe at gmail dot com
--- Comment #4 from ecyrbe at gmail dot com 2010-07-06 05:28 --- (In reply to comment #3) Subject: Re: Break in increment expression of for statement inconsistent with g++ On Tue, 29 Jun 2010, pinskia at gmail dot com wrote: What does a break with a statement expression do

[Bug c/44715] Break in increment expression of for statement inconsistent with g++

2010-06-29 Thread joseph at codesourcery dot com
--- Comment #1 from joseph at codesourcery dot com 2010-06-29 16:36 --- Subject: Re: New: Break in increment expression of for statement inconsistent with g++ On Tue, 29 Jun 2010, doug dot gregor at gmail dot com wrote: g++ seems to have the right behavior here, and in any case

[Bug c/44715] Break in increment expression of for statement inconsistent with g++

2010-06-29 Thread pinskia at gmail dot com
--- Comment #2 from pinskia at gmail dot com 2010-06-29 16:40 --- Subject: Re: New: Break in increment expression of for statement inconsistent with g++ What does a break with a statement expression do for each frontend? Is it even valid to have a break there(without a statement

[Bug c/44715] Break in increment expression of for statement inconsistent with g++

2010-06-29 Thread joseph at codesourcery dot com
--- Comment #3 from joseph at codesourcery dot com 2010-06-29 16:46 --- Subject: Re: Break in increment expression of for statement inconsistent with g++ On Tue, 29 Jun 2010, pinskia at gmail dot com wrote: What does a break with a statement expression do for each frontend? Is