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

Sam James <sjames at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |ice-checking
      Known to fail|                            |15.0
   Last reconfirmed|2022-04-19 00:00:00         |2025-1-13

--- Comment #3 from Sam James <sjames at gcc dot gnu.org> ---
(In reply to Martin Liška from comment #2)
> It really crashes in the unary minus_expr:
> 

This still crashes for me.

```
$ gcc pr105279.c -lgccjit && ./a.out
libgccjit.so: error: invalid (pointer) operands 'minus_expr'
_1 = ip - &labels[0];
libgccjit.so: error: 'verify_gimple' failed
0x72ac08fde4e6 internal_error(char const*, ...)
       
/usr/src/debug/sys-devel/gcc-15.0.9999/gcc-15.0.9999/gcc/diagnostic-global-context.cc:517
0x72ac088732b2 verify_gimple_in_seq(gimple*, bool)
       
/usr/src/debug/sys-devel/gcc-15.0.9999/gcc-15.0.9999/gcc/tree-cfg.cc:5333
0x72ac080be1ca gimplify_body(tree_node*, bool)
       
/usr/src/debug/sys-devel/gcc-15.0.9999/gcc-15.0.9999/gcc/gimplify.cc:20283
0x72ac080be410 gimplify_function_tree(tree_node*)
       
/usr/src/debug/sys-devel/gcc-15.0.9999/gcc-15.0.9999/gcc/gimplify.cc:20406
0x72ac063b69d7 gcc::jit::playback::function::postprocess()
       
/usr/src/debug/sys-devel/gcc-15.0.9999/gcc-15.0.9999/gcc/jit/jit-playback.cc:2305
0x72ac063bd86f gcc::jit::playback::context::replay()
       
/usr/src/debug/sys-devel/gcc-15.0.9999/gcc-15.0.9999/gcc/jit/jit-playback.cc:3659
Please submit a full bug report, with preprocessed source (by using
-freport-bug).
Please include the complete backtrace with any bug report.
See <https://bugs.gentoo.org/> for instructions.
```

Reply via email to