NetBSD-Bugs archive

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

PR/54703 CVS commit: src/sys/lib/libsa



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

From: "matthew green" <mrg%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/54703 CVS commit: src/sys/lib/libsa
Date: Thu, 21 Nov 2019 07:34:39 +0000

 Module Name:	src
 Committed By:	mrg
 Date:		Thu Nov 21 07:34:39 UTC 2019
 
 Modified Files:
 	src/sys/lib/libsa: ustarfs.c
 
 Log Message:
 from the new comment:
 
  * XXX Hack alert.  GCC 8.3 mis-compiles this function and calls
  * strncmp() with the wrong second pointer, as seen in PR#54703.
  *
  * Until the real cause is located, work around it by using -O1
  * for this function.
 
 this hack is restricted to i386.
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.35 -r1.36 src/sys/lib/libsa/ustarfs.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