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)
This patch looks fine to me. Please commit it.
在 2011年1月20日 下午1:30,朱庆 写道:
> Hi all,
>
> Can gatekeeper help review this fix?
>
> https://bugs.open64.net/show_bug.cgi?id=703
>
>
>
> The error is caused by fixing bug580, the fix assume the ST’s initial size
> always larger than ST size, but there
Author: fengzhou
Date: 2011-02-24 17:51:04 -0500 (Thu, 24 Feb 2011)
New Revision: 3491
Modified:
trunk/osprey/be/cg/cgemit.cxx
Log:
Fix bug #713, caused by generating references to file scope static variables
which are actually put into another file (symtab.I) by IPA.
Modified: trunk/osprey/
Update on the 4.2.4 release planned for end of March 2011:
- We entered stage 2 (bug fixes only) on Feb 1. There have been
a lot of defects fixed since then. I would like to thank everyone
who has checked in defect fixes so far and helped close out many
defects. If there are specific def