Re: [PATCH] msp430: Mark unused attribute

2022-09-06 Thread Nick Clifton via Gcc-patches
Hi Jan-Benedict, gcc/ChangeLog: * config/msp430/msp430.cc (msp430_single_op_cost): Mark unused argument. Okay for HEAD? Patch approved - please apply. (I think that this patch would also count as an "obvious" fix, but thanks for asking anyway). Cheers Nick

Re: [PATCH] msp430: Mark unused attribute

2022-09-06 Thread Richard Biener via Gcc-patches
On Tue, Sep 6, 2022 at 9:57 AM Jan-Benedict Glaw wrote: > > Hi Nick! > > This patch fixes a small warning in the msp430 backend (tested for > --target=msp430-elf and --target=msp430-elfbare). > > .../gcc/configure --prefix=... --enable-werror-always --enable-languages=all > --disable-gcov --disab

[PATCH] msp430: Mark unused attribute

2022-09-06 Thread Jan-Benedict Glaw
Hi Nick! This patch fixes a small warning in the msp430 backend (tested for --target=msp430-elf and --target=msp430-elfbare). .../gcc/configure --prefix=... --enable-werror-always --enable-languages=all --disable-gcov --disable-shared --disable-threads --target=msp430-elf --without-headers [...