Re: [PATCH v2] travis-ci: run gcc-8 on linux-gcc jobs

2018-05-20 Thread Junio C Hamano
Nguyễn Thái Ngọc Duy writes: > v2 switches from gcc-7 to gcc-8. I initially ignored gcc 8 because it > was too new. But it built 'pu' ok and 8.1 was already out so the > first wave of bugs should have been gone by now. I also liked the choice to ignore v8 for the same reason, but if it is al

[PATCH v2] travis-ci: run gcc-8 on linux-gcc jobs

2018-05-18 Thread Nguyễn Thái Ngọc Duy
Switch from gcc-4.8 to gcc-8. Newer compilers come with more warning checks (usually in -Wextra). Since -Wextra is enabled in developer mode (which is also enabled in travis), this lets travis report more warnings before other people do it. Signed-off-by: Nguyễn Thái Ngọc Duy --- v2 switches fr