comparison ChangeLog @ 40246:c34f677e6117 default tip master

_Noreturn: GCC 4.7 does not support [[noreturn]] in C++11 mode * lib/_Noreturn.h, m4/gnulib-common.m4: Don't use [[noreturn]] before GCC 4.8.
author Akim Demaille <akim.demaille@gmail.com>
date Sun, 17 Mar 2019 19:27:20 +0100
parents c39a0edd90d7
children
comparison
equal deleted inserted replaced
40245:eeb8fe2e91ad 40246:c34f677e6117
1 2019-03-17 Akim Demaille <akim@lrde.epita.fr>
2
3 _Noreturn: GCC 4.7 does not support [[noreturn]] in C++11 mode
4 * lib/_Noreturn.h, m4/gnulib-common.m4: Don't use [[noreturn]] before
5 GCC 4.8.
6
1 2019-03-17 Paul Eggert <eggert@cs.ucla.edu> 7 2019-03-17 Paul Eggert <eggert@cs.ucla.edu>
2 8
3 fts: minor simplification 9 fts: minor simplification
4 * lib/fts.c (fts_safe_changedir): Remove redundant assignment. 10 * lib/fts.c (fts_safe_changedir): Remove redundant assignment.
5 11