GNU MPFR 4.0.2 Release Candidate 2

2019-01-27 Thread Vincent Lefevre
The release of GNU MPFR 4.0.2 ("dinde aux marrons", patch level 2) is imminent. Please help to make this release as good as possible by downloading and testing this release candidate: https://www.mpfr.org/mpfr-4.0.2/mpfr-4.0.2-rc2.tar.xz https://www.mpfr.org/mpfr-4.0.2/mpfr-4.0.2-rc2.tar.bz2 https

gcc-9-20190127 is now available

2019-01-27 Thread gccadmin
Snapshot gcc-9-20190127 is now available on ftp://gcc.gnu.org/pub/gcc/snapshots/9-20190127/ and on various mirrors, see http://gcc.gnu.org/mirrors.html for details. This snapshot has been generated from the GCC 9 SVN branch with the following options: svn://gcc.gnu.org/svn/gcc/trunk revision

Re: [RFC] -Weverything

2019-01-27 Thread Steve Kargl
On Sun, Jan 27, 2019 at 01:19:08PM -0800, Andrew Pinski wrote: > On Sun, Jan 27, 2019 at 1:02 PM Thomas König wrote: > > > > Am 27.01.19 um 21:52 schrieb Steve Kargl: > > > > > In fact, I would be in favor of removing -Wall, as it is misnamed, > > > in favor of -Wlevel=0,1,2,3... -Wlevel=0 defaul

Re: [RFC] -Weverything

2019-01-27 Thread Andrew Pinski
On Sun, Jan 27, 2019 at 1:02 PM Thomas König wrote: > > Am 27.01.19 um 21:52 schrieb Steve Kargl: > > > In fact, I would be in favor of removing -Wall, as it is misnamed, > > in favor of -Wlevel=0,1,2,3... -Wlevel=0 default warnings. > > -Wlevel=1 is equivalent to -Wall. -Wlevel=2 is -Wall -Wext

Re: [RFC] -Weverything

2019-01-27 Thread Thomas König
Am 27.01.19 um 21:52 schrieb Steve Kargl: In fact, I would be in favor of removing -Wall, as it is misnamed, in favor of -Wlevel=0,1,2,3... -Wlevel=0 default warnings. -Wlevel=1 is equivalent to -Wall. -Wlevel=2 is -Wall -Wextra (and maybe -Wsurprising). ... and -Wlevel=3 could then be -Wkit

Re: [RFC] -Weverything

2019-01-27 Thread Steve Kargl
On Sun, Jan 27, 2019 at 08:34:57PM +, Jonathan Wakely wrote: > On Sun, 27 Jan 2019 at 13:56, N.M. Maclaren wrote: > > > > So I think that there is a strong argument for such an option in gfortran, > > irrespective of whether there is for gcc and g++. > > Then -Wall should enable them for Fort

Re: [RFC] -Weverything

2019-01-27 Thread Jonathan Wakely
On Sun, 27 Jan 2019 at 13:56, N.M. Maclaren wrote: > > On Jan 23 2019, Thomas König wrote: > > > >> Am 23.01.2019 um 12:36 schrieb Jonathan Wakely : > >> > >> When there are new warnings that aren't enabled by -Wall -Wextra, > >> there's probably a reason they aren't enabled by default. > >are a h

why do many gcc mirrors not provide gunpg signatures?

2019-01-27 Thread alexo...@gmail.com
Hello gnu :) On https://gcc.gnu.org/mirrors.html it says "The archives there will be signed by one of the following GnuPG keys", but most mirror ftp servers do not provide any signatures to use those keys with. It seems that some mirros provide the signatures (like https://mirror.csclub.uwaterloo

Re: [RFC] -Weverything

2019-01-27 Thread N.M. Maclaren
On Jan 23 2019, Thomas König wrote: Am 23.01.2019 um 12:36 schrieb Jonathan Wakely : When there are new warnings that aren't enabled by -Wall -Wextra, there's probably a reason they aren't enabled by default. are a higher form of life than mere Fortran -Wconversion-extra is an example of suc