Re: Ping^6: contribute Synopsys Designware ARC port

2013-10-01 Thread Jakub Jelinek
On Tue, Oct 01, 2013 at 04:22:38PM -0600, Jeff Law wrote: > >>- The Copyright years should be 2013 in every new file. Or has this > >>port been released before? > > > >The port has been available via git for quite a while: > >https://github.com/foss-for-synopsys-dwc-arc-processors/gcc > Right. Wa

Re: [PATCH] Reducing number of alias checks in vectorization.

2013-10-01 Thread Jakub Jelinek
On Tue, Oct 01, 2013 at 07:12:54PM -0700, Cong Hou wrote: > --- gcc/tree-vect-loop-manip.c (revision 202662) > +++ gcc/tree-vect-loop-manip.c (working copy) Your mailer ate all the tabs, so the formatting of the whole patch can't be checked. > @@ -19,6 +19,10 @@ You should have received a copy of

Re: [C++ PATCH] Splice when giving an error (PR c++/58510)

2013-10-01 Thread Marek Polacek
Ping. On Wed, Sep 25, 2013 at 01:08:38PM +0200, Marek Polacek wrote: > The following testcase ICEd because complete_ctor_at_level_p got > a union with two initializers - and didn't like that. I think we can > get away with splicing when sorting the initializers: we already gave > an error and the

<    1   2