Re: [PATCH] objc: Fix handling of break stmt inside of switch inside of ObjC foreach [PR103639]

2021-12-31 Thread Iain Sandoe
Hi Jakub, thanks for looking at this, > On 30 Dec 2021, at 09:33, Jakub Jelinek via Gcc-patches > wrote: > > The r11-3302-g3696a50beeb73f changes broke the following ObjC testcase. > in_statement is either 0 (not in a looping statement), various IN_* flags > for various kinds of looping

[PATCH] objc: Fix handling of break stmt inside of switch inside of ObjC foreach [PR103639]

2021-12-30 Thread Jakub Jelinek via Gcc-patches
Hi! The r11-3302-g3696a50beeb73f changes broke the following ObjC testcase. in_statement is either 0 (not in a looping statement), various IN_* flags for various kinds of looping statements (or OpenMP structured blocks) or those flags ored with IN_SWITCH_STMT when a switch appears inside of those