rg/ml/gcc-cvs/2009-06/msg01099.html may be the cause.
--
Summary: [4.5 Regression] Errors in "make -k check-gcc
RUNTESTFLAGS=plugin.exp"
Product: gcc
Version: 4.5.0
Status: UNCONFIRMED
Severity: normal
--- Comment #1 from tjruwase at google dot com 2009-07-02 18:48 ---
Created an attachment (id=18126)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=18126&action=view)
Proposed Patch
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40625
--- Comment #4 from tjruwase at google dot com 2009-07-08 17:59 ---
Subject: Re: [4.5 Regression] Errors in "make -k
check-gcc RUNTESTFLAGS=plugin.exp"
Your fix works for me.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40625
cloned function.
Product: gcc
Version: 4.5.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: libmudflap
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: tjruwase at google dot com
GCC host
cloned function.
Product: gcc
Version: 4.5.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: libmudflap
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: tjruwase at google dot com
GCC host
--- Comment #1 from tjruwase at google dot com 2009-07-16 19:24 ---
The problem is that mudflap avoids instrumenting synthetic functions, i.e
DECL_ARTIFICIAL(decl) . Since cloned functions are synthetic functions, they
are
not instrumented by the 2nd mudflap pass.
A possible fix would