Am Dienstag, dem 23.05.2023 um 10:18 +0200 schrieb Richard Biener:
> On Tue, May 23, 2023 at 8:24 AM Martin Uecker
> wrote:
> >
> > Am Dienstag, dem 23.05.2023 um 08:13 +0200 schrieb Richard Biener:
> > > On Mon, May 22, 2023 at 7:24 PM Martin Uecker via Gcc-patches
> > > wrote:
> > > >
> > > >
On Tue, May 23, 2023 at 8:24 AM Martin Uecker wrote:
>
> Am Dienstag, dem 23.05.2023 um 08:13 +0200 schrieb Richard Biener:
> > On Mon, May 22, 2023 at 7:24 PM Martin Uecker via Gcc-patches
> > wrote:
> > >
> > >
> > >
> > > This version contains the middle-end changes for PR109450
> > > and test
Am Dienstag, dem 23.05.2023 um 08:13 +0200 schrieb Richard Biener:
> On Mon, May 22, 2023 at 7:24 PM Martin Uecker via Gcc-patches
> wrote:
> >
> >
> >
> > This version contains the middle-end changes for PR109450
> > and test cases as before. The main middle-end change is that
> > we use gimp
On Mon, May 22, 2023 at 7:24 PM Martin Uecker via Gcc-patches
wrote:
>
>
>
> This version contains the middle-end changes for PR109450
> and test cases as before. The main middle-end change is that
> we use gimplify_type_sizes also for parameters and remove
> the special code that also walked int
On Mon, 22 May 2023, Martin Uecker via Gcc-patches wrote:
> +static void
> +add_decl_expr(location_t loc, enum decl_context decl_context, tree type,
> tree *expr)
Missing space before '(', and the line should be wrapped to be no more
than 80 columns.
The C front-end changes are OK with those f
This version contains the middle-end changes for PR109450
and test cases as before. The main middle-end change is that
we use gimplify_type_sizes also for parameters and remove
the special code that also walked into pointers (which is
incorrect).
In addition, in the C FE this patch now also