Re: [PATCH] c++: Diagnose bare parameter packs in bitfield widths [PR99745]

2021-03-25 Thread Jason Merrill via Gcc-patches
On 3/25/21 6:52 AM, Jakub Jelinek wrote: Hi! The following invalid tests ICE because we don't diagnose (and drop) bare parameter packs in bitfield widths. Fixed thusly, bootstrapped/regtested on x86_64-linux and i686-linux, ok for trunk? OK. 2021-03-24 Jakub Jelinek PR c++/99745

[PATCH] c++: Diagnose bare parameter packs in bitfield widths [PR99745]

2021-03-25 Thread Jakub Jelinek via Gcc-patches
Hi! The following invalid tests ICE because we don't diagnose (and drop) bare parameter packs in bitfield widths. Fixed thusly, bootstrapped/regtested on x86_64-linux and i686-linux, ok for trunk? 2021-03-24 Jakub Jelinek PR c++/99745 * decl2.c (grokbitfield): Diagnose bitfie