> On Mon, Mar 1, 2021 at 12:17 PM Jose E. Marchesi via Gcc-patches
> wrote:
>
> I think I've already said this at some point but you shouldn't need
> this. There's no
> "GIMPLE language", the user wrote C or C++ or Fortran or ...
Ok we will drop this patch from the series.
On Mon, Mar 1, 2021 at 12:17 PM Jose E. Marchesi via Gcc-patches
wrote:
I think I've already said this at some point but you shouldn't need
this. There's no
"GIMPLE language", the user wrote C or C++ or Fortran or ...
> 2021-02-18 Indu Bhagat
>
> * langhooks.c (lang_GNU_GIMPLE): New
2021-02-18 Indu Bhagat
* langhooks.c (lang_GNU_GIMPLE): New Function.
* langhooks.h: New Prototype.
---
gcc/langhooks.c | 9 +
gcc/langhooks.h | 1 +
2 files changed, 10 insertions(+)
diff --git a/gcc/langhooks.c b/gcc/langhooks.c
index 2354386f7b4..0082ee9f350 100644