NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

PR/55668 CVS commit: [netbsd-10] src/lib/libc/gdtoa



The following reply was made to PR toolchain/55668; it has been noted by GNATS.

From: "Martin Husemann" <martin%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/55668 CVS commit: [netbsd-10] src/lib/libc/gdtoa
Date: Sat, 20 Jul 2024 15:03:07 +0000

 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