[Bug fortran/79929] [7/8 Regression] Bogus Warning: '__builtin_memset': specified size 4294967291 exceeds maximum object size 2147483647
dominiq at lps dot ens.fr
gcc-bugzilla@gcc.gnu.org
Sat Nov 25 00:09:00 GMT 2017
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79929
--- Comment #26 from Dominique d'Humieres <dominiq at lps dot ens.fr> ---
Another variant without warning:
subroutine gfcbug138 (yerrmsg)
character(kind=1,len=*) :: yerrmsg
yerrmsg = 1_"bug: " // yerrmsg(1:len(yerrmsg)-5)
end subroutine gfcbug138
More information about the Gcc-bugs
mailing list