From: Segher Boessenkool Date: Tue, 3 Aug 2021 22:22:37 +0000 (+0000) Subject: rs6000: "e" is not a free constraint letter X-Git-Tag: basepoints/gcc-13~5601 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ebff536cf401f94129a50e50b69beeb09080a68a;p=thirdparty%2Fgcc.git rs6000: "e" is not a free constraint letter It is the prefix of the "es" and "eI" constraints. 2021-08-03 Segher Boessenkool * config/rs6000/constraints.md: Remove "e" from the list of available constraint characters. --- diff --git a/gcc/config/rs6000/constraints.md b/gcc/config/rs6000/constraints.md index 561ce9797af5..c8cff1a3038f 100644 --- a/gcc/config/rs6000/constraints.md +++ b/gcc/config/rs6000/constraints.md @@ -17,7 +17,7 @@ ;; along with GCC; see the file COPYING3. If not see ;; . -;; Available constraint letters: e k q t u A B C D S T +;; Available constraint letters: k q t u A B C D S T ;; Register constraints