Re: Ping: [PATCH] non-GNU C++ compilers

2011-10-21 Thread DJ Delorie
Committed. Thanks!

Ping: [PATCH] non-GNU C++ compilers

2011-10-21 Thread Marc Glisse
Hello, anyone willing to commit this? On Sat, 24 Sep 2011, Marc Glisse wrote: On Sat, 17 Sep 2011, Joseph S. Myers wrote: These are OK (with ChangeLog entries properly omitting the "include/", since they go in include/ChangeLog) in the absence of libiberty maintainer objections within 72 ho

Re: [PATCH] non-GNU C++ compilers

2011-09-24 Thread Marc Glisse
On Sat, 17 Sep 2011, Joseph S. Myers wrote: These are OK (with ChangeLog entries properly omitting the "include/", since they go in include/ChangeLog) in the absence of libiberty maintainer objections within 72 hours. Thanks. Is someone willing to commit them now they have been accepted? I am

Re: [PATCH] non-GNU C++ compilers

2011-09-17 Thread Joseph S. Myers
On Sat, 17 Sep 2011, Marc Glisse wrote: > Is someone willing to review (and possibly commit) these 2 patches? > > Changelog for include/obstack.h in glibc (guess it should be copied almost as > is?): > > 2011-09-11 Ulrich Drepper > * obstack.h [!GNUC] (obstack_free): Avoid cast to int.

Re: [PATCH] non-GNU C++ compilers

2011-09-17 Thread Marc Glisse
(the original discussion started here: http://gcc.gnu.org/ml/gcc-patches/2011-08/msg00758.html ) On Mon, 8 Aug 2011, Joseph S. Myers wrote: On Mon, 8 Aug 2011, Marc Glisse wrote: * include/obstack.h (obstack_free): Cast to char* instead of int This header comes from glibc/gnulib. A

Re: [PATCH] non-GNU C++ compilers

2011-08-20 Thread Marc Glisse
On Mon, 8 Aug 2011, Joseph S. Myers wrote: On Mon, 8 Aug 2011, Marc Glisse wrote: * include/obstack.h (obstack_free): Cast to char* instead of int This header comes from glibc/gnulib. Although some local changes have been made to it in the past, sending any fixes to upstream glibc i

Re: [PATCH] non-GNU C++ compilers

2011-08-08 Thread Marc Glisse
On Mon, 8 Aug 2011, Joseph S. Myers wrote: On Mon, 8 Aug 2011, Marc Glisse wrote: * include/obstack.h (obstack_free): Cast to char* instead of int This header comes from glibc/gnulib. Although some local changes have been made to it in the past, sending any fixes to upstream glibc i

Re: [PATCH] non-GNU C++ compilers

2011-08-08 Thread Joseph S. Myers
On Mon, 8 Aug 2011, Marc Glisse wrote: > * include/obstack.h (obstack_free): Cast to char* instead of int This header comes from glibc/gnulib. Although some local changes have been made to it in the past, sending any fixes to upstream glibc is still a good idea. (ansidecl.h *claims* to

[PATCH] non-GNU C++ compilers

2011-08-08 Thread Marc Glisse
Hello, this helps C++ compilers that do not define __GNUC__ compile gcc. Bootstrapped: 1) CC=gcc with --disable-build-poststage1-with-cxx 2) CC=suncc The second one required a fix for PR49907. I didn't build with sunCC simply because it requires several more patches. Issues were discussed th