[Bug ada/61027] gnatcmd gets SIGABRT during exception handling

2022-03-31 Thread charlet at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61027 Arnaud Charlet changed: What|Removed |Added Target Milestone|--- |11.0 CC|

[Bug ada/61027] gnatcmd gets SIGABRT during exception handling

2022-03-30 Thread simon at pushface dot org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61027 --- Comment #7 from simon at pushface dot org --- I think we should close this: no such problem with GCC 11.2.0 on Darwin 21.4.0.

[Bug ada/61027] gnatcmd gets SIGABRT during exception handling

2016-04-28 Thread simon at pushface dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61027 simon at pushface dot org changed: What|Removed |Added Known to fail||5.1.0, 5.2.0 --- Comment #6

[Bug ada/61027] gnatcmd gets SIGABRT during exception handling

2015-12-06 Thread ebotcazou at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61027 Eric Botcazou changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug ada/61027] gnatcmd gets SIGABRT during exception handling

2015-01-09 Thread simon at pushface dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61027 --- Comment #3 from simon at pushface dot org --- Created attachment 34412 -- https://gcc.gnu.org/bugzilla/attachment.cgi?id=34412action=edit Remove settings in gcc/ada/gcc-interface/Makefile.in (for Darwin)

[Bug ada/61027] gnatcmd gets SIGABRT during exception handling

2015-01-09 Thread simon at pushface dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61027 --- Comment #4 from simon at pushface dot org --- I think my use of --with-host-libstdcxx=-lstdc++ to avoid this problem came at it from slightly the wrong angle. It seems to me that it's more to do with -static-libgcc and the 4.9 change to use

[Bug ada/61027] gnatcmd gets SIGABRT during exception handling

2014-10-15 Thread simon at pushface dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61027 --- Comment #2 from simon at pushface dot org --- I just built 4.9.1 on Mac OS X 10.9.5 (Darwin 13.4.0), Xcode 6.0.1. This problem goes away if GCC is configured with --with-host-libstdcxx=-lstdc++. For reference, the configuration flags, as

[Bug ada/61027] gnatcmd gets SIGABRT during exception handling

2014-06-10 Thread simon at pushface dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61027 --- Comment #1 from simon at pushface dot org --- Same problem with “gnatchop -h” (which, in this case, exits via an exception): [...] exception when Types.Terminate_Program = null; end Gnatchop;