Re: [PATCH] PR middle-end/90597: gcc_assert ICE in layout_type

2020-09-01 Thread Richard Biener via Gcc-patches
On Tue, Jun 30, 2020 at 12:38 AM Roger Sayle wrote: > > > It turns out that the ICE diagnosed/fixed in my earlier nvptx patch, caused by > TYPE_SIZE(type) being zero during error handling in gcc.dg/attr-vector_size.c > is actually fairly common among backends, and is known in bugzilla as > PR

[PATCH] PR middle-end/90597: gcc_assert ICE in layout_type

2020-06-29 Thread Roger Sayle
It turns out that the ICE diagnosed/fixed in my earlier nvptx patch, caused by TYPE_SIZE(type) being zero during error handling in gcc.dg/attr-vector_size.c is actually fairly common among backends, and is known in bugzilla as PR middle-end/90597, apparently a recent regression. The following