Re: [PATCH PR31490] Re: another build failure on ppc64-linux

2007-09-05 Thread Richard Sandiford
Richard Sandiford <[EMAIL PROTECTED]> writes: > The SECTION_NAMED check is redundant; this function only deals with > named sections. FWIW, I think it would be cleaner to put: > > if (((sect->common.flags ^ flags) & SECTION_WRITE) != 0) > sect->common.flags |= SECTION_WRITE; > > befo

Re: [PATCH PR31490] Re: another build failure on ppc64-linux

2007-09-05 Thread Richard Sandiford
Thanks for looking at this. Segher Boessenkool <[EMAIL PROTECTED]> writes: > + /* Allow mixed writable and read-only objects in named > sections. */ > + if ((sect->common.flags & SECTION_NAMED) != 0 > + && ((sect->common.flags ^ flags) & ~SECTION_DECLARED) > +

Re: [PATCH PR31490] Re: another build failure on ppc64-linux

2007-09-04 Thread Richard Guenther
On 9/2/07, Segher Boessenkool <[EMAIL PROTECTED]> wrote: > > Bootstrap of current trunk on powerpc64-linux fails in libstdc++ > > building system_error.lo. The code that fails was added a few days > > ago, > > but the failure seems to be the same as the one reported in PR 31490. > > I > > verified

[PATCH PR31490] Re: another build failure on ppc64-linux

2007-09-02 Thread Segher Boessenkool
Bootstrap of current trunk on powerpc64-linux fails in libstdc++ building system_error.lo. The code that fails was added a few days ago, but the failure seems to be the same as the one reported in PR 31490. I verified that the patch from comment #10 of that PR allows bootstrap of c,c++,fortra

another build failure on ppc64-linux

2007-08-27 Thread Janis Johnson
Bootstrap of current trunk on powerpc64-linux fails in libstdc++ building system_error.lo. The code that fails was added a few days ago, but the failure seems to be the same as the one reported in PR 31490. I verified that the patch from comment #10 of that PR allows bootstrap of c,c++,fortran to