From 97741a01323021ccec8b0b60c6f8318c88ac373a Mon Sep 17 00:00:00 2001 From: Eugen Wissner Date: Mon, 13 Jul 2026 02:49:24 +0200 Subject: Fix ICE substracting pointers --- gcc/gcc/elna-tree.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'gcc') diff --git a/gcc/gcc/elna-tree.cc b/gcc/gcc/elna-tree.cc index 835702a..ebe6a56 100644 --- a/gcc/gcc/elna-tree.cc +++ b/gcc/gcc/elna-tree.cc @@ -182,6 +182,7 @@ namespace elna::gcc { return fold_build2_loc(operation_location, POINTER_DIFF_EXPR, ssizetype, left, right); } + return error_mark_node; } gcc_unreachable(); } -- cgit v1.2.3