https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119933

--- Comment #5 from Jiahao Xu <xujiahao at loongson dot cn> ---
I also discovered another issue. A statically linked build of
`_-static__compilation.cob` triggers a SIGBUS on both LoongArch64 and AArch64,
whereas the same executable runs correctly on x86_64. The failure appears to be
related to gconv modules (such as `CP1252.so`) used by glibc in a static
linking environment. Given that the problem is reproducible across multiple
architectures, this may indicate a bug in glibc rather than an issue in gcobol
itself.

Reply via email to