https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71941
thakkinen at gmail dot com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|ASSIGNED |RESOLVED
Resolution|--- |FIXED
--- Comment #4 from thakkinen at gmail dot com ---
Hi, that was one lightning speed fix. Thank you, code compiles correctly.
On the side note, when recompiling gcc 6.1 w. patch with gcc 6.1 i had to set
--enable-werror=no for configure script; in line 46 of gcc/tree-object-size.c
there is narrowing conversion that halts compiling otherwise.