David,
This list is for the development of GCC. It is more likely that you
obtain an answer to your problem if you ask in [EMAIL PROTECTED]
Good luck,
Manuel.
On 10/01/07, 王 刚伟 <[EMAIL PROTECTED]> wrote:
My GNU Tools version information is:
binutils-2.16.92
gcc-4.1-20060407
newlib-1.14.0
My
My GNU Tools version information is:
binutils-2.16.92
gcc-4.1-20060407
newlib-1.14.0
My test program is :
class A
{
public:
private:
char string[SIZEOFOBJ];
};
void test(void)
{
A obj;
try
{
throw obj;
}
catch ( A &e )
{