[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: C++ Exception handlin on mips [was Re: Mozilla...]



On Tue, Nov 27, 2001 at 06:04:21PM +0100, Guido Guenther wrote:
[..]
> > Thanks for the testcase.  I meant to make one when alpha started having EH
> > problems awhile back, but never got to it....Matthias, I believe this one
> > will also catch the case that I saw on alpha.
> 
> Interesting enough the program works as expected when compiled with
> -static like "g++ -ggdb -o throw-2.95 throw.cc" (linker bug?)

You're right. The same program on my box:

mips:~# g++ -static -o test test.c
mips:~# ls -la test
-rwxrwxr-x    1 root     root       741280 lis 27 19:35 test
mips:~# ./test 
2

  eloy
-- 
  <(Krzysztof 'eloy' Krzyżaniak)-(PH & PWA Member)-(eloy@transilvania.eu.org)>



Reply to: