[Bug libgcc/86215] Exceptions are broken on OSX when linking with -static-libgcc

2019-05-14 Thread simon at pushface dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86215 --- Comment #5 from simon at pushface dot org --- $ gcc -v Using built-in specs. COLLECT_GCC=gcc COLLECT_LTO_WRAPPER=/opt/gcc-9.1.0/bin/../libexec/gcc/x86_64-apple-darwin15/9.1.0/lto-wrapper Target: x86_64-apple-darwin15 Configured with: /Volumes/

[Bug libgcc/86215] Exceptions are broken on OSX when linking with -static-libgcc

2019-05-14 Thread iains at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86215 Iain Sandoe changed: What|Removed |Added Target Milestone|--- |7.5

[Bug libgcc/86215] Exceptions are broken on OSX when linking with -static-libgcc

2019-05-14 Thread iains at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86215 Iain Sandoe changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug libgcc/86215] Exceptions are broken on OSX when linking with -static-libgcc

2019-05-13 Thread iains at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86215 --- Comment #3 from Iain Sandoe --- please could you print the output of: DYLD_PRINT_LIBRARIES=1 ./a.out

[Bug libgcc/86215] Exceptions are broken on OSX when linking with -static-libgcc

2019-03-02 Thread simon at pushface dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86215 --- Comment #2 from simon at pushface dot org --- (In reply to simon from comment #1) Same results with gcc version 9.0.1 20190219 (experimental) (GCC) on Darwin 18.2.0. $ otool -L a.out a.out: /usr/lib/libSystem.B.dylib (compatibility v

[Bug libgcc/86215] Exceptions are broken on OSX when linking with -static-libgcc

2018-09-01 Thread simon at pushface dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86215 simon at pushface dot org changed: What|Removed |Added CC||simon at pushface dot org ---