[Bug tree-optimization/91355] [8/9/10/11 Regression] optimized code does not call destructor while unwinding after exception

2020-11-09 Thread bill.torpey at ullink dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91355 Bill Torpey changed: What|Removed |Added CC||bill.torpey at ullink dot com --- Comment

[Bug middle-end/39366] Memory Leak in Exception Handling

2015-06-06 Thread bill.torpey at ullink dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=39366 Bill Torpey bill.torpey at ullink dot com changed: What|Removed |Added CC||bill.torpey

[Bug c++/64940] Question: is it possible to build a single gcc/g++ that will work on mult. OS versions?

2015-02-05 Thread bill.torpey at ullink dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64940 --- Comment #4 from Bill Torpey bill.torpey at ullink dot com --- That was the first thing I tried, but the system limits.h does an include_next which fails, and the system features.h doesnt include compiler-specific definitions, so that also

[Bug c++/64940] Question: is it possible to build a single gcc/g++ that will work on mult. OS versions?

2015-02-04 Thread bill.torpey at ullink dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64940 --- Comment #2 from Bill Torpey bill.torpey at ullink dot com --- Thanks for the quick reply! Unfortunately, the approach you suggest won't work for what we want to do, which is to have a *single* network-mounted gcc that can be used from both

[Bug c++/64940] New: Question: is it possible to build a single gcc/g++ that will work on mult. OS versions?

2015-02-04 Thread bill.torpey at ullink dot com
Severity: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: bill.torpey at ullink dot com We're trying to build a single gcc/g++ toolchain that can run from a network-mounted filesystem, and be usable from multiple OS