bug#11745: the new test-suite summary is confusing

2020-06-05 Thread Jim Meyering
On Mon, Jun 1, 2020 at 6:46 PM Karl Berry wrote: > Hi Alexandre and all - regarding > https://debbugs.gnu.org/cgi/bugreport.cgi?bug=11745 (12 years ago, oh well). > > I upgraded to Automake 1.12.1 to discover the each of these test-suite > [directories] now displays a huge summary like: >

bug#41726: vala-mitx2 test fails with gcc10

2020-06-05 Thread Andreas Radke
Building automake 1.16.2/autoconf 2.69 I'm seeing this test failure here compiling using gcc 10.1.0 for Arch Linux: This is due to gcc 10 defaults to -fno-common now. See https://gcc.gnu.org/gcc-10/changes.html To pass that test one can export CFLAGS="$CFLAGS -fcommon". Test also passes using cla