From: liuhongt Date: Tue, 22 Aug 2023 23:31:13 +0000 (+0800) Subject: Adjust GCC V13 to GCC 13.1 in diagnotic. X-Git-Tag: basepoints/gcc-15~6719 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0a888650303750fd72878fc083dfb30b62e30809;p=thirdparty%2Fgcc.git Adjust GCC V13 to GCC 13.1 in diagnotic. gcc/ChangeLog: * config/i386/i386.cc (ix86_invalid_conversion): Adjust GCC V13 to GCC 13.1. --- diff --git a/gcc/config/i386/i386.cc b/gcc/config/i386/i386.cc index e7822ef6500a..e9bda42706b2 100644 --- a/gcc/config/i386/i386.cc +++ b/gcc/config/i386/i386.cc @@ -22899,7 +22899,7 @@ ix86_invalid_conversion (const_tree fromtype, const_tree totype) || (TYPE_MODE (totype) == BFmode && TYPE_MODE (fromtype) == HImode)) warning (0, "%<__bfloat16%> is redefined from typedef % " - "to real %<__bf16%> since GCC V13, be careful of " + "to real %<__bf16%> since GCC 13.1, be careful of " "implicit conversion between %<__bf16%> and %; " "an explicit bitcast may be needed here"); }