https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95765
--- Comment #5 from CVS Commits <cvs-commit at gcc dot gnu.org> --- The releases/gcc-10 branch has been updated by Jonathan Wakely <r...@gcc.gnu.org>: https://gcc.gnu.org/g:e5431137ca9787f6d8747c1d1c3f85f7b10fde35 commit r10-9612-ge5431137ca9787f6d8747c1d1c3f85f7b10fde35 Author: Jonathan Wakely <jwak...@redhat.com> Date: Fri Jun 19 18:15:15 2020 +0100 libstdc++: Fix some -Wsystem-headers warnings (PR 95765) PR libstdc++/95765 * include/bits/stl_algobase.h (__size_to_integer(float)) (__size_to_integer(double), __size_to_integer(long double)) (__size_to_integer(__float128)): Cast return type explicitly. (cherry picked from commit 5b6215083bd6a3e10dd142e1c5d4fab011d6f074)