Re: Use macros to define built-in operator lists

2015-10-23 Thread Richard Biener
l? Ok. Thanks, Richard. > Thanks, > Richard > > > gcc/ > * match.pd: Use macros to define built-in operator lists. > > diff --git a/gcc/match.pd b/gcc/match.pd > index f7b7792..f7a1fee 100644 > --- a/gcc/match.pd > +++ b/gcc/match.pd > @@ -47,39 +47,4

Use macros to define built-in operator lists

2015-10-23 Thread Richard Sandiford
No functional change. This should be a slight readability improvement on its own, but becomes more important with the next patch. Tested on x86_64-linux-gnu, aarch64-linux-gnu and arm-linux-gnueabi. OK to install? Thanks, Richard gcc/ * match.pd: Use macros to define built-in operator