Simon Wright
Simon Wright
> Have you reported the issue to Apple? FB13416813 Mind, after having submitted the report I dug a bit further. Turns out that `target-indirect.c` is ``` void * GOMP_target_map_indirect_ptr (void...
`target-indirect.c` appears to have been added in a49c7d3; it’s in `config/accel/` and `config/linux/` -- we’ve picked up the linux version, the accel version is much more substantial.
The feedback (FB13416813) has been updated: >The error is related to the _GOMP_target_map_indirect_ptr symbol, located in the __TEXT, __text_cold section. This entire section is empty, so the symbol has no...
> Since FBs are not public - please could you update ? There’s been no update to the FB since my last report. My report was ---- The file target-indirect.o...
> Please test the latest `master-wip-apple-si` branch; if all goes OK then I'll backport for 13.3, 12.4 and 11.5. I just did a bootstrap (C, C++, Ada) on M1 macOs...
Actually, similar behaviour with the x86_64 hosted GCC 12.2.0 compiler. Might be a debouncing problem?
Looking into it ...
I posted [this issue](https://github.com/alire-project/alire/issues/1548). Will carry on looking for a solution.
``` (gdb) run Starting program: /opt/adatutorial/.objs/hello_world [New Thread 0x2e03 of process 2885] [New Thread 0x3c03 of process 2885] During startup program terminated with signal SIGTRAP, Trace/breakpoint trap. ``` I don’t...
This seems a great deal better than nothing! `catch exception` (my most frequent use) might be trickier -- I suspect gdb/ada looks for calls to the GNAT exception raising mechanism...