On 07/04/2019 03:15, Michael Matz wrote: > Hello Ramsay, > > On Fri, 29 Mar 2019, Ramsay Jones wrote: > >> +98_al_ax_extend.c:20: error: conflicting types for '_us' >> >> The 98_al_ax_extend test does not run on x86_64. > > Which is also why I didn't notice the breakage, thanks for the report, fixed > in mob.
Thanks! I confirmed the fix tonight on my 32-bit Linux platform. However, this showed a new test error ... Test: 102_alignas... --- 102_alignas.expect 2019-04-09 16:15:35.069831581 +0100 +++ 102_alignas.output 2019-04-09 16:16:23.922614694 +0100 @@ -1 +1 @@ -16 8 4 16 +16 4 4 16 Makefile:69: recipe for target '102_alignas.test' failed I didn't look, but I am guessing that the 'expect' file has set expectations for a 64-bit platform. ;-) ATB, Ramsay Jones _______________________________________________ Tinycc-devel mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/tinycc-devel
