Re: Structured Exception Handling in gcc

2008-04-15 Thread Ian Lance Taylor
"Rodrigo Dominguez" <[EMAIL PROTECTED]> writes: > I am looking for information on how GCC implements Structured Exception > Handling (try/catch) in C++ programs. I would really appreciate any pointers > that helped me understand the internals. gcc does not implement Structured Exception Handling

Structured Exception Handling in gcc

2008-04-15 Thread Rodrigo Dominguez
Hi, I am looking for information on how GCC implements Structured Exception Handling (try/catch) in C++ programs. I would really appreciate any pointers that helped me understand the internals. Thank you, Rodrigo