Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: [netbsd-10] src/lib/libc/gdtoa
Module Name: src
Committed By: martin
Date: Sat Jul 20 15:03:07 UTC 2024
Modified Files:
src/lib/libc/gdtoa [netbsd-10]: strtod.c
Log Message:
Pull up following revision(s) (requested by rin in ticket #749):
lib/libc/gdtoa/strtod.c: revision 1.19
remove the -O0 force for _int_strtod_l() and GCC 9, it's fixed in GCC 10
and 12.
this was triggering sh3 GCC 12 to fail compiles because of ssp.h's memcpy()
frontend having the always_inline attribute that didn't match -O0 or so.
tested with pkgsrc gcc9 to confirm it hangs there, but newer versions
are fine.
also known as PR#55668, which now has a real fix (gcc 10 :-).
To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.18.6.1 src/lib/libc/gdtoa/strtod.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index