Re: [PATCH] gimple-fold.h: Add missing gimple-iterator.h

2023-01-13 Thread Palmer Dabbelt
On Wed, 11 Jan 2023 23:55:15 PST (-0800), richard.guent...@gmail.com wrote: On Thu, Jan 12, 2023 at 2:46 AM Palmer Dabbelt wrote: As of 6f5b06032eb ("Finish gimple_build API enhancement") gimple-fold.h uses some of the declarations from gimple-iterator.h, which causes issues when building Linu

Re: [PATCH] gimple-fold.h: Add missing gimple-iterator.h

2023-01-11 Thread Richard Biener via Gcc-patches
On Thu, Jan 12, 2023 at 2:46 AM Palmer Dabbelt wrote: > > As of 6f5b06032eb ("Finish gimple_build API enhancement") gimple-fold.h > uses some of the declarations from gimple-iterator.h, which causes > issues when building Linux's stackprotector plugin. > > gcc/ChangeLog: > > * gimple-fold.

[PATCH] gimple-fold.h: Add missing gimple-iterator.h

2023-01-11 Thread Palmer Dabbelt
As of 6f5b06032eb ("Finish gimple_build API enhancement") gimple-fold.h uses some of the declarations from gimple-iterator.h, which causes issues when building Linux's stackprotector plugin. gcc/ChangeLog: * gimple-fold.h: Add gimple-iterator.h include. --- I'm not sure if this should i