This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH, PR 57195] Allow mode iterators inside angle brackets


Michael Collison <michael.collison@linaro.org> writes:
> Here is a modified patch that takes your comments into account. Breaking 
> on depth == 0 with '>' does not work due to the code looking for whitespace.

What goes wrong?  Just to make sure we're talking about the same thing,
I meant that in:

   (match_operand:FOO> ...

the name should be "FOO" and you should get an error on ">" when parsing
the text after the name, just like you would for:

   (match_operand:FOO] ...

It's not a big deal though, so...

> 2015-08-25  Michael Collison  <michael.collison@linaro.org>
>
>      PR other/57195
>      * read-md.c (read_name): Allow mode iterators inside angle
>      brackets in rtl expressions.

OK, thanks.

Richard


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]