Panu-Kristian Poiksalo writes:
> Chapter 16.4, "RTL Template" in GCC Internals Manual, found at
> https://gcc.gnu.org/onlinedocs/gccint/RTL-Template.html#RTL-Template
> has this to say about match_scratch:
>
> "
> (match_scratch:m n constraint)
> This expression is also a placeholder for oper
Chapter 16.4, "RTL Template" in GCC Internals Manual, found at
https://gcc.gnu.org/onlinedocs/gccint/RTL-Template.html#RTL-Template
has this to say about match_scratch:
"
(match_scratch:m n constraint)
This expression is also a placeholder for operand number n and
indicates that operand must b
Hi,
I hope that this is the right mailing list to report this to. While reading
through the "GCC Internals Manual", I have found a mix-up in the chapter
"11.7 Constant expressions". The description of the expression
(const_vector:m [x0 x1 ...]) contains text belonging to the description of
the exp