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

Re: Build failure on ppc64

2007-08-27 Thread Janis Johnson
On Mon, 2007-08-27 at 22:24 +0300, Revital1 Eres wrote: > Hello, > > I get the following error on ppc64 with trunk r127835: That failures is fixed in r127836. Janis

Re: Build failure on ppc64

2007-08-27 Thread Andrew Pinski
On 8/27/07, Revital1 Eres <[EMAIL PROTECTED]> wrote: > > Hello, > > I get the following error on ppc64 with trunk r127835: This should be fixed by revision 127836. -- Pinski

Build failure on ppc64

2007-08-27 Thread Revital1 Eres
Hello, I get the following error on ppc64 with trunk r127835: c/gcc/. -I../../gcc/gcc/../include -I../../gcc/gcc/../libcpp/include -I../../gcc/gcc/../libdecnumber -I../../gcc/gcc/../libdecnumber/dpd -I../libdecnumber../../gcc/gcc/regclass.c -o regclass.o ../../gcc/gcc/regclass.c: In function