On Sat, Apr 5, 2014 at 4:36 PM, Paul Eggert wrote: > Jim Meyering wrote: >> >> Thanks! The grep changes all look fine. > > > OK, thanks, I installed them and am marking this bug as done. As I > understand it, Aharon is in the middle of a gawk release and so now's not a > good time to install the gawk changes, but we can address any integration > issues if they later come up. Hi Paul, I see that dfa.c now fails to compile on systems without static_assert support, e.g., OS X 10.8.5 (even with gcc-4.9.0 20140324): dfa.c:918:16: error: expected declaration specifiers or '...' before '(' token static_assert ((sizeof lonesome_lower / sizeof *lonesome_lower + 2 I've pushed the attached to make grep buildable again.