Looks fine, go ahead check it in.
Gautam
From: 朱庆
To: open64-devel@lists.sourceforge.net
Sent: Thu, February 24, 2011 11:28:28 PM
Subject: [Open64-devel] Review request for bug612
Hi all,
Can gatekeeper help review this fix?
https://bugs.open64.net
Hi all,
Can gatekeeper help review this fix?
https://bugs.open64.net/show_bug.cgi?id=612
samll case:
struct A { };
typedef void (A::*pmf_void) ();
typedef void (A::*pmf_bool) (bool);
struct B
{
pmf_void member () const { }
};
B *b;
void
die (bool param)
{
pmf_bool pmf = (pmf_bool)