MAINTAINERS: Order of names when names contain uppercase letters

2024-12-18 Thread Filip Kastl
d. Does anyone have any opinion on this? Does anything other than the script say how the names should be ordered? Can I just go with the second version? Cheers, Filip Kastl

Re: Where does this dead statement generated in switch conversion come from?

2024-10-04 Thread Filip Kastl
On Thu 2024-10-03 14:29:44, Andrew Pinski wrote: > On Thu, Oct 3, 2024 at 7:51 AM Filip Kastl wrote: > > > > Hi All, > > > > While toying with the switch conversion GIMPLE pass I noticed that the pass > > generates a dead statement. I wanted to investigate why

Where does this dead statement generated in switch conversion come from?

2024-10-03 Thread Filip Kastl
nstead of 10 (which is correct but just not what I expect from reading the code). What am I not seeing here? Does gsi_insert_seq_before do some optimizations on the seq it inserts? Thanks, Filip Kastl

Re: [PATCH] Update email in MAINTAINERS file.

2024-09-24 Thread Filip Kastl
On Tue 2024-09-24 11:43:47, Aldy Hernandez wrote: > Pushed attached patch. > > Thanks. > Aldy > Nice. Thanks! Filip > On Tue, Sep 24, 2024 at 10:09 AM Filip Kastl wrote: > > > On Mon 2024-09-23 09:43:28, Aldy Hernandez wrote: > > > From: A

Re: [PATCH] Update email in MAINTAINERS file.

2024-09-24 Thread Filip Kastl
> +Aldy Hernandez > -- > 2.43.0 > Hi Aldy, Could you move your entry in the DCO list so that it respects surname alphabetical order, please? Your name should be between Robin Dapp and Michal Jires. Thanks, Filip Kastl

Re: How to format code in GCC style?

2024-04-30 Thread Filip Kastl
I run it through check_GNU_style.sh. This works fine for me. Cheers, Filip Kastl