Re: Is there an error in GCC Internals Manual, chapter 16.4?

2014-10-19 Thread Andreas Schwab
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

Is there an error in GCC Internals Manual, chapter 16.4?

2014-10-19 Thread Panu-Kristian Poiksalo
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

error in GCC Internals Manual

2006-11-24 Thread Andrija Radicevic
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