Re: [PATCH v2 01/11] riscv: attr: Synchronize comments with code

2022-12-27 Thread Philipp Tomsich
Applied to master, thanks! Philipp. On Mon, 19 Dec 2022 at 03:49, Kito Cheng wrote: > LGTM, you can commit this separately if you want :) > > On Mon, Dec 19, 2022 at 9:09 AM Christoph Muellner > wrote: > > > > From: Christoph Müllner > > > > The comment above the enumeration of existing attri

Re: [PATCH v2 01/11] riscv: attr: Synchronize comments with code

2022-12-18 Thread Kito Cheng via Gcc-patches
LGTM, you can commit this separately if you want :) On Mon, Dec 19, 2022 at 9:09 AM Christoph Muellner wrote: > > From: Christoph Müllner > > The comment above the enumeration of existing attributes got out of > order and a few entries were forgotten. > This patch synchronizes the comments accor

[PATCH v2 01/11] riscv: attr: Synchronize comments with code

2022-12-18 Thread Christoph Muellner
From: Christoph Müllner The comment above the enumeration of existing attributes got out of order and a few entries were forgotten. This patch synchronizes the comments according to the list. This commit does not include any functional change. gcc/ChangeLog: * config/riscv/riscv.md: Syn