-
Notifications
You must be signed in to change notification settings - Fork 16.4k
Closed
Labels
bugzillaIssues migrated from bugzillaIssues migrated from bugzillallvm-toolsAll llvm tools that do not have corresponding tagAll llvm tools that do not have corresponding tag
Description
| Bugzilla Link | 1982 |
| Resolution | FIXED |
| Resolved on | May 04, 2012 06:47 |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @asl,@jayfoad |
Extended Description
The Ada -E binder option stores a stack traceback in the exception.
This doesn't work with llvm-gcc. Testcase:
procedure Trace is
begin
raise Program_Error;
end;
$ gnatmake trace.adb -bargs -E
gcc -c trace.adb
gnatbind -aO./ -E -I- -x trace.ali
gnatlink trace.ali
$ ./trace
Segmentation fault (core dumped)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugzillaIssues migrated from bugzillaIssues migrated from bugzillallvm-toolsAll llvm tools that do not have corresponding tagAll llvm tools that do not have corresponding tag