This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: bug in implementation of __throw in gcc?


> From: biswapesh.chattopadhyay@bt.com
> To: gcc@gcc.gnu.org
> Date: Wed, 13 Dec 2000 09:42:58 -0000

> Thanks for your replies. However, it seems to me that all the
> instructions and downloads are for the current GCC snapshot. I'm
> interested in the testsuite (C and C++) for 2.95.2 - will the
> current one work ?

I'd use the one from the 2.95.2 release branch.  Just use cvs to pull
it out.

> The reason is because I'm getting some warnings while compiling
> simple programs :
> /usr/home/swbxc01/cpp>g++ -o hello hello.cpp
> /var/opt/spool/out/em/biswa/gnu/i386-sequent-sysv4/bin/ld: warning: type and
> size of dynamic symbol `__huge_val' are not defi
> ned

I'd just ignore it and move on.  If you want to fix it, I suspect you
can alter the compiler to emit .type and .size directives to the
assembler and get them to go away.

You can test the theory out by hand modifying one .s file...

> BTW, how do I send the patches that I had to make to make gcc 2.95.2 build
> out of the box in Dynix/ptx 4.4.8 ?

What part of the web site was unclear?

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]