Re: False positive misleading indentation warning

2023-11-01 Thread Jonathan Wakely via Gcc
On Wed, 1 Nov 2023 at 08:12, Rene Kita wrote: > > Since I'm unable to create an account to report a bug and got no reply > from gcc-bugzilla-account-requ...@gcc.gnu.org You did get a reply. Jose Marchesi replied to you 1.5 hours after your email, but you didn't reply-all with the requested info th

Re: False positive misleading indentation warning

2023-11-01 Thread Martin Uecker
I think this is the same bug already filed here: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70954 Martin Am Mittwoch, dem 01.11.2023 um 09:11 +0100 schrieb Rene Kita: > Since I'm unable to create an account to report a bug and got no reply > from gcc-bugzilla-account-requ...@gcc.gnu.org I'll

False positive misleading indentation warning

2023-11-01 Thread Rene Kita
Since I'm unable to create an account to report a bug and got no reply from gcc-bugzilla-account-requ...@gcc.gnu.org I'll dump this here. Depending on the placement of a label Gcc gives a false positive warning about misleading indentation. Below is a minimal working example to reproduce and the o