Module Name: src
Committed By: martin
Date: Fri Jan 30 07:54:13 UTC 2015
Modified Files:
src/doc [netbsd-7]: CHANGES-7.0
Log Message:
Ticket #471
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.188 -r1.1.2.189 src/doc/CHANGES-7.0
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/doc/CHANGES-7.0
diff -u src/doc/CHANGES-7.0:1.1.2.188 src/doc/CHANGES-7.0:1.1.2.189
--- src/doc/CHANGES-7.0:1.1.2.188 Thu Jan 29 15:15:40 2015
+++ src/doc/CHANGES-7.0 Fri Jan 30 07:54:13 2015
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.0,v 1.1.2.188 2015/01/29 15:15:40 martin Exp $
+# $NetBSD: CHANGES-7.0,v 1.1.2.189 2015/01/30 07:54:13 martin Exp $
A complete list of changes from the initial NetBSD 7.0 branch on 11 Aug 2014
until the 7.0 release:
@@ -15254,3 +15254,12 @@ distrib/utils/embedded/mkimage 1.52
/etc/mail/aliases.db
[skrll, ticket #470]
+external/bsd/atf/dist/atf-c++/macros_test.cpp 1.2
+external/bsd/atf/dist/atf-c/macros_test.c 1.5
+
+ Mark atf/atf-c/macros_test/detect_unused_tests and
+ atf/atf-c++/macros_test/detect_unused_tests as expected failures
+ when using versions of GCC where they are known to fail, with a
+ reference to PR toolchain/49187.
+ [gson, ticket #471]
+