DMD does not compile with gcc 6.1.1:
backend/cg87.c:716:46: error: narrowing conversion of ‘232’ from ‘int’ to ‘char’ inside { } [-Wnarrowing]
backend/cod1.c:2508:9: error: narrowing conversion of ‘193’ from ‘int’ to ‘char’ inside { } [-Wnarrowing]
backend/cod3.c:431:13: error: narrowing conversion of ‘144’ from ‘int’ to ‘char’ inside { } [-Wnarrowing]
backend/ptrntab.c:1208:1: error: narrowing conversion of ‘-1006567058’ from ‘int’ to ‘unsigned int’ inside { } [-Wnarrowing]
[... above error repeated on many other lines in the same file ...]
These errors are making it impossible for me to use dmd git HEAD.