Notes |
(0000251)
Matze (administrator)
2016-01-16 06:56
|
Note really a solution, but I committed: 2eb2ab8ce5a8670819018430ba1670c86d25122b leading to a slightly better error message at least:
ir/lower/lower_builtins.c:208: libFirm panic in lower_builtin: builtin kind ir_bk_return_address not supported (for this target) |
|
(0000252)
Matze (administrator)
2016-01-16 06:57
|
And for the record: Currently __builtin_return_address() is not implemented in any of the backends except the ia32 one, and the implementation in the ia32 one aborts with an assert. |
|
(0000269)
Matze (administrator)
2016-06-27 09:27
|
Note that the ia32 version of __builtin_return_address should have been fixed a while ago in the context of b6787e36eb0d99eb28f4fb478932e0c9ed094e90.
Leaving this open since the builtin is still not implemented on x86_64. |
|