Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/ufs/ufs mention the PR
details: https://anonhg.NetBSD.org/src/rev/14afd53c7b6f
branches: trunk
changeset: 344953:14afd53c7b6f
user: christos <christos%NetBSD.org@localhost>
date: Fri Apr 29 02:38:19 2016 +0000
description:
mention the PR
diffstat:
sys/ufs/ufs/ufs_lookup.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r c0845c83147a -r 14afd53c7b6f sys/ufs/ufs/ufs_lookup.c
--- a/sys/ufs/ufs/ufs_lookup.c Fri Apr 29 02:27:06 2016 +0000
+++ b/sys/ufs/ufs/ufs_lookup.c Fri Apr 29 02:38:19 2016 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: ufs_lookup.c,v 1.144 2016/04/29 02:16:53 christos Exp $ */
+/* $NetBSD: ufs_lookup.c,v 1.145 2016/04/29 02:38:19 christos Exp $ */
/*
* Copyright (c) 1989, 1993
@@ -37,7 +37,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ufs_lookup.c,v 1.144 2016/04/29 02:16:53 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ufs_lookup.c,v 1.145 2016/04/29 02:38:19 christos Exp $");
#ifdef _KERNEL_OPT
#include "opt_ffs.h"
@@ -865,7 +865,7 @@
static int
#if __GNUC_PREREQ__(5, 3)
-/* This gets miscompiled by gcc 5.3 */
+/* This gets miscompiled by gcc 5.3 PR/51094 */
__attribute__((__optimize__("no-tree-vrp")))
#endif
ufs_dircompact(struct vnode *dvp, const struct ufs_lookup_results *ulr,
Home |
Main Index |
Thread Index |
Old Index