[Bug testsuite/40625] New: [4.5 Regression] Errors in "make -k check-gcc RUNTESTFLAGS=plugin.exp"

2009-07-02 Thread tjruwase at google dot com
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

[Bug testsuite/40625] [4.5 Regression] Errors in "make -k check-gcc RUNTESTFLAGS=plugin.exp"

2009-07-02 Thread tjruwase at google dot com
--- 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

[Bug testsuite/40625] [4.5 Regression] Errors in "make -k check-gcc RUNTESTFLAGS=plugin.exp"

2009-07-08 Thread tjruwase at google dot com
--- 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

[Bug libmudflap/40755] New: [4.5 Regression] Mudflap instrumentation missing in cloned function.

2009-07-14 Thread tjruwase at google dot com
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

[Bug libmudflap/40778] New: [4.5 Regression] Mudflap instrumentation missing in cloned function.

2009-07-16 Thread tjruwase at google dot com
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

[Bug libmudflap/40778] [4.5 Regression] Mudflap instrumentation missing in cloned function.

2009-07-16 Thread tjruwase at google dot com
--- 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