Gentoo Archives: gentoo-commits

From: "Zac Medico (zmedico)" <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] portage r13626 - main/trunk/bin
Date: Sun, 31 May 2009 06:17:00
Message-Id: E1MAeLr-00049K-CG@stork.gentoo.org
1 Author: zmedico
2 Date: 2009-05-31 06:16:58 +0000 (Sun, 31 May 2009)
3 New Revision: 13626
4
5 Modified:
6 main/trunk/bin/misc-functions.sh
7 Log:
8 Bug #268929 - Add grep for 'dereferencing pointer' messages produced by
9 gcc 4.4. Thanks to ABCD <en.ABCD@×××××.com> for this patch.
10
11
12 Modified: main/trunk/bin/misc-functions.sh
13 ===================================================================
14 --- main/trunk/bin/misc-functions.sh 2009-05-19 19:10:35 UTC (rev 13625)
15 +++ main/trunk/bin/misc-functions.sh 2009-05-31 06:16:58 UTC (rev 13626)
16 @@ -361,6 +361,7 @@
17 if [[ -n ${PORTAGE_LOG_FILE} && -r ${PORTAGE_LOG_FILE} ]] ; then
18 local m msgs=(
19 ": warning: dereferencing type-punned pointer will break strict-aliasing rules$"
20 + ": warning: dereferencing pointer .* does break strict-aliasing rules$"
21 ": warning: implicit declaration of function "
22 ": warning: incompatible implicit declaration of built-in function "
23 ": warning: is used uninitialized in this function$" # we'll ignore "may" and "might"