Module Name:    src
Committed By:   pooka
Date:           Thu Aug 27 12:32:05 UTC 2015

Modified Files:
        src/doc: HACKS

Log Message:
update c++/volatile/constexpr entry


To generate a diff of this commit:
cvs rdiff -u -r1.161 -r1.162 src/doc/HACKS

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/doc/HACKS
diff -u src/doc/HACKS:1.161 src/doc/HACKS:1.162
--- src/doc/HACKS:1.161	Thu Jul 23 08:03:25 2015
+++ src/doc/HACKS	Thu Aug 27 12:32:05 2015
@@ -1,4 +1,4 @@
-# $NetBSD: HACKS,v 1.161 2015/07/23 08:03:25 mrg Exp $
+# $NetBSD: HACKS,v 1.162 2015/08/27 12:32:05 pooka Exp $
 #
 # This file is intended to document workarounds for currently unsolved
 # (mostly) compiler bugs.
@@ -381,11 +381,10 @@ descr
 	used in the link(2) system call.
 kcah
 
-hack	g++ 5.1 barfs on volatile in initializers
-cdata	26 Jun 2015
+hack	g++ 5.x barfs on volatile in constexpr initializers
+cdata	27 Aug 2015
 who	pooka
-file	src/lib/libpthread/pthread_types.h	: 1.14
-file	src/lib/libpthread/pthread_types.h	: 1.15
+file	src/lib/libpthread/pthread_types.h	: 1.17
 pr	lib/49989
 descr
 	Trying to use e.g. pthread_mutex_t m = PTHREAD_MUTEX_INITIALIZER

Reply via email to