Re: [PATCH] gimple-fold: Handle _BitInt in __builtin_clear_padding [PR102989]

2023-07-31 Thread Richard Biener via Gcc-patches
On Fri, 28 Jul 2023, Jakub Jelinek wrote: > Hi! > > The comments about _Atomic _BitInt made me figure out I forgot (although > earlier was planning to do that) to implement __builtin_clear_padding > support for _BitInt. > > The following patch (incremental to the _BitInt series) does that. OK.

[PATCH] gimple-fold: Handle _BitInt in __builtin_clear_padding [PR102989]

2023-07-28 Thread Jakub Jelinek via Gcc-patches
Hi! The comments about _Atomic _BitInt made me figure out I forgot (although earlier was planning to do that) to implement __builtin_clear_padding support for _BitInt. The following patch (incremental to the _BitInt series) does that. 2023-07-28 Jakub Jelinek PR c/102989 * gi