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

--- Comment #2 from Sam James <sjames at gcc dot gnu.org> ---
On the bug, there's a backtrace:
```
archive_write_set_format_iso9660.c:1857:1: internal compiler error:
Segmentation fault
 1857 | iso9660_close(struct archive_write *a)
      | ^~~~~~~~~~~~~
0x257a2af diagnostics::context::diagnostic_impl(rich_location*,
diagnostics::metadata const*, diagnostics::option_id, char const*,
__va_list_tag (*) [1], diagnostics::kind)
        ???:0
0x1550a7b internal_error(char const*, ...)
        ???:0
0x1e4b584 tree_strip_nop_conversions(tree_node*)
        ???:0
0x1e682f3 get_name(tree_node*)
        ???:0
0x28f1c43 vect_create_data_ref_ptr(vec_info*, _stmt_vec_info*, tree_node*,
loop*, tree_node*, tree_node**, gimple_stmt_iterator*, gimple**, bool,
tree_node*)
        ???:0
0x14c3b2b vect_setup_realignment(vec_info*, _stmt_vec_info*, tree_node*,
gimple_stmt_iterator*, tree_node**, dr_alignment_support, tree_node*, loop**)
        ???:0
0x27940ef vect_transform_stmt(vec_info*, _stmt_vec_info*,
gimple_stmt_iterator*, _slp_tree*, _slp_instance*)
        ???:0
0x27ac10b vect_schedule_slp(vec_info*, vec<_slp_instance*, va_heap, vl_ptr>
const&)
        ???:0
0x1008967 vect_transform_loop(_loop_vec_info*, gimple*)
        ???:0
```

Reply via email to