https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118712
--- Comment #6 from GCC Commits <cvs-commit at gcc dot gnu.org> --- The releases/gcc-14 branch has been updated by Eric Botcazou <ebotca...@gcc.gnu.org>: https://gcc.gnu.org/g:8c79b66dbcaa63fb76abbae9d794dbce68338400 commit r14-11266-g8c79b66dbcaa63fb76abbae9d794dbce68338400 Author: Eric Botcazou <ebotca...@adacore.com> Date: Sat Feb 1 10:56:44 2025 +0100 Ada: Fix segfault on uninitialized variable as operand of primitive operator ...of derived real type. It comes from an unexpected internal adjustment. gcc/ada/ PR ada/118712 * sem_warn.adb (Check_References): Deal with small adjustments of references. gcc/testsuite/ * gnat.dg/warn33.adb: New test. * gnat.dg/warn33_pkg.ads: New helper.