> On 5 May 2022, at 19:50, Martin Liška <mli...@suse.cz> wrote: > > On 5/5/22 20:35, Andrew Pinski wrote: >> GCC_VERSION will be 0 if GCC is not being used. >> So you need to audit these better really. > > Ah, I see. So it basically means all the non-GCC conditional > code needs to remain and I can replace > #if GCC_VERSION >= X_Y_Z with #ifdef __GNUC__ I think several non-GCC compilers define __GNUC__ so that depends on what you intend. Iain > > Am I correct? > Martin
- [PATCH] Fold GCC_VERSION >= $old_version... Martin Liška
- Re: [PATCH] Fold GCC_VERSION >= $ol... Richard Biener via Gcc-patches
- Re: [PATCH] Fold GCC_VERSION >=... Martin Liška
- Re: [PATCH] Fold GCC_VERSION &... Eric Gallager via Gcc-patches
- Re: [PATCH] Fold GCC_VERSION >= $ol... Andrew Pinski via Gcc-patches
- Re: [PATCH] Fold GCC_VERSION >=... Martin Liška
- Re: [PATCH] Fold GCC_VERSION &... Iain Sandoe via Gcc-patches
- Re: [PATCH] Fold GCC_VERSI... Richard Biener via Gcc-patches