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
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 is an counterexampler:
case:
struct foo {
public:
virtual int bar(int);
};
void