On Wed, 2022-06-29 at 09:44 -0400, Antoni Boucher wrote: > It fails with the following error: > > gcc/gcc/testsuite/jit.dg/test-asm.cc: In function 'void > verify_code_2(gcc_jit_context*, gcc_jit_result*)': > gcc/gcc/testsuite/jit.dg/test-asm.cc:160:11: error: ISO C++ forbids > declaration of 'uint32_t' with no type [-fpermissive] > gcc/gcc/testsuite/jit.dg/test-asm.cc:160:11: error: typedef > 'uint32_t' > is initialized (use 'decltype' instead)
Aha - I didn't notice the use of uint32_t there. > > Are you OK with me adding the stdint.h header? Yes, thanks. Dave > > On Tue, 2022-06-28 at 18:40 -0400, David Malcolm wrote: > > On Wed, 2022-06-01 at 22:45 -0400, Antoni Boucher via Gcc-patches > > wrote: > > > Also, the test gcc/testsuite/jit.dg/test-asm.cc fails and would > > > need > > > this line: > > > > > > #include <stdint.h> > > > > I'm curious; how is it failing? > > > > > > > > Is this okay if I add it in this patch? > > > > > > On Wed, 2022-06-01 at 22:13 -0400, Antoni Boucher wrote: > > > > Hi. > > > > The attached patch fix bug 105812: > > > > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105812 > > > > > > > > I'm having an issue where contrib/check_GNU_style.sh doesn't > > > > seem > > > > to > > > > work, i.e. it doesn't seem to do any checking. > > > > Is there a new way to do that or am I missing something? > > > > > > > > Thanks for the review. > > > > > > > >