Re: OpenRISC port accepted for inclusion in GCC

2018-08-30 Thread Stafford Horne
On Thu, Aug 30, 2018 at 02:17:58PM -0400, David Edelsohn wrote: > I am pleased to announce that the GCC Steering Committee has > accepted the OpenRISC port for inclusion in GCC and appointed > Stafford Horne as maintainer. > > The patches still require approval by a Global Reviewer, an

gcc-7-20180830 is now available

2018-08-30 Thread gccadmin
Snapshot gcc-7-20180830 is now available on ftp://gcc.gnu.org/pub/gcc/snapshots/7-20180830/ and on various mirrors, see http://gcc.gnu.org/mirrors.html for details. This snapshot has been generated from the GCC 7 SVN branch with the following options: svn://gcc.gnu.org/svn/gcc/branches/gcc-7

Re: Successful bootsrap of gcc 8.2.0 on x86_64-w64-mingw32

2018-08-30 Thread Rainer Emrich
Am 30.08.2018 um 14:38 schrieb Jonathan Wakely: > Thanks for these logs, they're very helpful. Trunk revision r263976 > fixes a number of the libstdc++ FAILs (compilation errors) and trunk > revision r263977 fixes a load more (linker errors). > > I'm about to fix one more FAIL, a recent regression

OpenRISC port accepted for inclusion in GCC

2018-08-30 Thread David Edelsohn
I am pleased to announce that the GCC Steering Committee has accepted the OpenRISC port for inclusion in GCC and appointed Stafford Horne as maintainer. The patches still require approval by a Global Reviewer, and the timing to possibly land the patches in GCC 9 needs to be coordin

Re: Implementing p0515 - spaceship operator

2018-08-30 Thread Marek Polacek
On Thu, Aug 30, 2018 at 08:07:05PM +0200, Jakub Jelinek wrote: > On Thu, Jan 11, 2018 at 02:06:06PM +, Joseph Myers wrote: > > On Thu, 11 Jan 2018, David Brown wrote: > > > > > Maybe it is easier to say "gcc supports <=> in C++2a, and as an > > > extension also supports it in C and C++ of any

Re: Implementing p0515 - spaceship operator

2018-08-30 Thread Jakub Jelinek
On Thu, Jan 11, 2018 at 02:06:06PM +, Joseph Myers wrote: > On Thu, 11 Jan 2018, David Brown wrote: > > > Maybe it is easier to say "gcc supports <=> in C++2a, and as an > > extension also supports it in C and C++ of any standard" ? I don't > > believe there is any way for it to conflict with

GNU Tools Cauldron arrangements

2018-08-30 Thread Jeremy Bennett
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi all, GNU Tools Cauldron starts in just over one week. Here is some information for attendees. If you haven't done so, it's still not too late to sign up: https://gcc.gnu.org/wiki/cauldron2018 We currently have 128 people signed up, with a full

Re: Successful bootsrap of gcc 8.2.0 on x86_64-w64-mingw32

2018-08-30 Thread Jonathan Wakely
On Wed, 22 Aug 2018 at 14:57, Rainer Emrich wrote: > Here are the test results for 9.0.0 20180504 (experimental) [trunk > revision 259948] > https://gcc.gnu.org/ml/gcc-testresults/2018-05/msg00644.html Thanks for these logs, they're very helpful. Trunk revision r263976 fixes a number of the libstd