https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121184
--- Comment #3 from GCC Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Eric Botcazou <ebotca...@gcc.gnu.org>: https://gcc.gnu.org/g:0b6ae75a304e58463796d1058a39cbe483283dee commit r16-2394-g0b6ae75a304e58463796d1058a39cbe483283dee Author: Eric Botcazou <ebotca...@gcc.gnu.org> Date: Mon Jul 21 20:27:37 2025 +0200 Ada: Fix wrong tag in style check warnings This fixes an old issue whereby violations of the style check -gnatyc are sometimes reported as violations of -gnatyt instead. gcc/ada/ PR ada/121184 * styleg.adb (Check_Comment): Use consistent warning message.