NetBSD-Bugs archive

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

PR/50646 CVS commit: [netbsd-7] src/external/gpl3/gcc/dist/libstdc++-v3/include/std



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

From: "Martin Husemann" <martin%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/50646 CVS commit: [netbsd-7] src/external/gpl3/gcc/dist/libstdc++-v3/include/std
Date: Sat, 23 Jun 2018 10:43:57 +0000

 Module Name:	src
 Committed By:	martin
 Date:		Sat Jun 23 10:43:57 UTC 2018
 
 Modified Files:
 	src/external/gpl3/gcc/dist/libstdc++-v3/include/std [netbsd-7]: complex
 
 Log Message:
 Pull up following revision(s) (requested by maya in ticket #1617):
 
 	external/gpl3/gcc/dist/libstdc++-v3/include/std/complex: revision 1.2
 
 PR/50646: Use the c99 cabs math builtins directly, because cabs and cabsf
 have broken ABI's can cabsl does not exist. The correct(?) probably fix is
 to change the cabs builtins to point to the c99 variants directly...
 
 XXX: pullup-7 and the same file from the gcc.old tree.
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.1.1.2 -r1.1.1.2.4.1 \
     src/external/gpl3/gcc/dist/libstdc++-v3/include/std/complex
 
 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