Drea Pinski (pinskia) <[email protected]>) commented on the code:
> +++ gcc/jit/dummy-frontend.cc > @@ -41,2 +41,4 @@ > using namespace gcc::jit; > > +#define DECL_C_BIT_FIELD(NODE) \ > + (DECL_LANG_FLAG_4 (FIELD_DECL_CHECK (NODE)) == 1) Why add this if you don't set DECL_LANG_FLAG_4 at all? > +++ gcc/jit/dummy-frontend.cc > @@ -41,2 +41,4 @@ > using namespace gcc::jit; > > +#define DECL_C_BIT_FIELD(NODE) \ > + (DECL_LANG_FLAG_4 (FIELD_DECL_CHECK (NODE)) == 1) `DECL_LANG_FLAG_4` comes from `tree.h`. -- https://forge.sourceware.org/gcc/gcc-TEST/pulls/111#issuecomment-3169
