[Bug target/49146] segv from libgcc_s when raising an exception, or unwinding stack with backtrace with ms_abi

2013-05-01 Thread ariel.burton at roguewave dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49146 Ariel Burton changed: What|Removed |Added Version|4.4.6 |4.8.0 --- Comment #3 from Ariel

[Bug bootstrap/44173] configure -disable-fixincludes doesn't work

2012-01-26 Thread ariel.burton at roguewave dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44173 Ariel Burton changed: What|Removed |Added CC||ariel.burton at roguewave

[Bug target/49146] segv from libgcc_s when raising an exception, or unwinding stack with backtrace

2011-05-24 Thread ariel.burton at roguewave dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49146 --- Comment #2 from Ariel Burton 2011-05-24 17:31:22 UTC --- f and f_ms_abi are identical with the exception that f_ms_abi is annoted with __attribute__((ms_abi)). This causes the compiler to emit code to save registers not otherwise saved. The

[Bug target/49146] New: segv from libgcc_s when raising an exception, or unwinding stack with backtrace

2011-05-24 Thread ariel.burton at roguewave dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49146 Summary: segv from libgcc_s when raising an exception, or unwinding stack with backtrace Product: gcc Version: 4.4.6 Status: UNCONFIRMED Severity: critical Priorit

[Bug target/49146] segv from libgcc_s when raising an exception, or unwinding stack with backtrace

2011-05-24 Thread ariel.burton at roguewave dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49146 --- Comment #1 from Ariel Burton 2011-05-24 17:18:45 UTC --- Created attachment 24347 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=24347 preprocessed file for t_repro.c