[Bug target/26397] Program crashes when rethrowing exception

2006-07-07 Thread stuart dot downing at sungard dot com


--- Comment #7 from stuart dot downing at sungard dot com  2006-07-07 18:25 
---
Created an attachment (id=11852)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=11852&action=view)
Sample code that exhibits segmentation fault

This is a simplified code sample that produces the symptom


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26397



[Bug target/26397] Program crashes when rethrowing exception

2006-07-07 Thread stuart dot downing at sungard dot com


--- Comment #8 from stuart dot downing at sungard dot com  2006-07-07 18:28 
---
We are also observing this symptom, but only when gcc is configured with
--disable-shared.

This configuration...

/devp/src/bld/gcc4.1.1.s/usr/local/bin/g++ -v
Target: powerpc-ibm-aix5.1.0.0
Configured with: /devp/src/gcc-4.1.1/configure --enable-languages=c,c++
--disable-nls --disable-threads --disable-shared
Thread model: aix
gcc version 4.1.1

exhibits a segmentation fault

but this one

/devp/src/bld/gcc4.1.1/usr/local/bin/g++ -
Using built-in specs.
Target: powerpc-ibm-aix5.1.0.0
Configured with: /devp/src/gcc-4.1.1/configure --enable-languages=c,c++
--disable-nls --disable-threads --enable-shared
Thread model: aix
gcc version 4.1.1

does not.


-- 

stuart dot downing at sungard dot com changed:

   What|Removed |Added

 CC||stuart dot downing at
   ||sungard dot com


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26397



[Bug target/26397] Program crashes when rethrowing exception

2008-10-15 Thread stuart dot downing at sungard dot com


--- Comment #10 from stuart dot downing at sungard dot com  2008-10-15 
13:43 ---
(In reply to comment #9)
> Proper G++ exception handling requires shared libraries.
> 

Why?  This is not the case on other target platforms. 


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26397