[Open64-devel] Review request for bug612

2011-02-24 Thread 朱庆
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)

Re: [Open64-devel] Review request for bug703

2011-02-24 Thread Jian-Xin Lai
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

[Open64-devel] r3491 - trunk/osprey/be/cg

2011-02-24 Thread svn
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/

Re: [Open64-devel] Planning for 4.2.4 Release in March 2011

2011-02-24 Thread Suneel Jain
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