]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Adjust GCC V13 to GCC 13.1 in diagnotic.
authorliuhongt <hongtao.liu@intel.com>
Tue, 22 Aug 2023 23:31:13 +0000 (07:31 +0800)
committerliuhongt <hongtao.liu@intel.com>
Thu, 24 Aug 2023 01:52:18 +0000 (09:52 +0800)
gcc/ChangeLog:

* config/i386/i386.cc (ix86_invalid_conversion): Adjust GCC
V13 to GCC 13.1.

gcc/config/i386/i386.cc

index e7822ef6500a0c1f02c13ea0eacf4bdd9b0dc16f..e9bda42706b2c9f6bfe7419695739dd45e7e4893 100644 (file)
@@ -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 %<short%> "
-               "to real %<__bf16%> since GCC V13, be careful of "
+               "to real %<__bf16%> since GCC 13.1, be careful of "
                 "implicit conversion between %<__bf16%> and %<short%>; "
                 "an explicit bitcast may be needed here");
     }