Bug#954898: libgccjit0: the issue remains in 10-20200418-1

2020-04-19 Thread Gong-Yi Liao
Package: libgccjit0 Version: 10-20200418-1 Followup-For: Bug #954898 Dear Maintainer, This issue still exists in 10-20200418-1 -- System Information: Debian Release: bullseye/sid APT prefers unstable APT policy: (500, 'unstable') Architecture: amd64 (x86_64) Kernel: Linux 5.4.0-0.bpo.4-amd6

Bug#954898: libgccjit0: libgccjit segmentation fault

2020-03-24 Thread Gong-Yi Liao
Package: libgccjit0 Version: 10-20200324-1 Severity: important Dear Maintainer, I tried to complie GCC JIT's offiical hello world example shown on https://gcc.gnu.org/onlinedocs/jit/intro/tutorial01.html Compilation worked well without any error message, however, when I ran the generated bina

Bug#954438: libgccjit0: GCCJIT leads to linking error

2020-03-21 Thread Gong-Yi Liao
Package: libgccjit0 Version: 10-20200312-2 Severity: important Dear Maintainer, libgccjit0 leads to linking error, I have the following C source code: #include #include #include int main(int argc, char **argv) { gcc_jit_context *ctxt; ctxt = gcc_jit_context_acquire();