NetBSD-Bugs archive

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

PR/53947 CVS commit: pkgsrc/pkgtools/digest/files



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

From: "Taylor R Campbell" <riastradh%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/53947 CVS commit: pkgsrc/pkgtools/digest/files
Date: Sun, 19 May 2024 13:30:39 +0000

 Module Name:	pkgsrc
 Committed By:	riastradh
 Date:		Sun May 19 13:30:39 UTC 2024
 
 Modified Files:
 	pkgsrc/pkgtools/digest/files: blake2b.c
 
 Log Message:
 pkgtools/digest: Work around gcc compiler bug on VAX.
 
 I think it has been fixed in gcc10, though, so let's limit the
 versions to which this applies and extend it later if we find it's
 still broken, rather than just carry it on indefinitely without
 warning and a performance penalty of -O0 in a critical path on VAX.
 
 PR 53947
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.2 -r1.3 pkgsrc/pkgtools/digest/files/blake2b.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