Re: Complete 'ChangeLog' files state (was: GCC 10.2 Release Candidate available from gcc.gnu.org)

2020-07-17 Thread Richard Biener
On Fri, 17 Jul 2020, Thomas Schwinge wrote: > Hi! > > On 2020-07-15T13:50:35+0200, Richard Biener wrote: > > The first release candidate for GCC 10.2 is available from > > > > https://gcc.gnu.org/pub/gcc/snapshots/10.2.0-RC-20200715/ > > ftp://gcc.gnu.org/pub/gcc/snapshots/10.2.0-RC-20200715/

Re: GCC 10.2 Release Candidate available from gcc.gnu.org

2020-07-17 Thread Romain Naour
Hello, Le 15/07/2020 à 13:50, Richard Biener a écrit : > > The first release candidate for GCC 10.2 is available from > > https://gcc.gnu.org/pub/gcc/snapshots/10.2.0-RC-20200715/ > ftp://gcc.gnu.org/pub/gcc/snapshots/10.2.0-RC-20200715/ > > and shortly its mirrors. It has been generated fro

Re: GCC 10.2 Release Candidate available from gcc.gnu.org

2020-07-17 Thread Matthias Klose
On 7/17/20 9:19 AM, Romain Naour wrote: > Hello, > > Le 15/07/2020 à 13:50, Richard Biener a écrit : >> >> The first release candidate for GCC 10.2 is available from >> >> https://gcc.gnu.org/pub/gcc/snapshots/10.2.0-RC-20200715/ >> ftp://gcc.gnu.org/pub/gcc/snapshots/10.2.0-RC-20200715/ >> >> a

Re: Complete 'ChangeLog' files state (was: GCC 10.2 Release Candidate available from gcc.gnu.org)

2020-07-17 Thread Jakub Jelinek via Gcc
On Fri, Jul 17, 2020 at 09:10:45AM +0200, Richard Biener wrote: > On Fri, 17 Jul 2020, Thomas Schwinge wrote: > > > Hi! > > > > On 2020-07-15T13:50:35+0200, Richard Biener wrote: > > > The first release candidate for GCC 10.2 is available from > > > > > > https://gcc.gnu.org/pub/gcc/snapshots/1

Re: GCC 10.2 Release Candidate available from gcc.gnu.org

2020-07-17 Thread Richard Biener
On Fri, 17 Jul 2020, Romain Naour wrote: > Hello, > > Le 15/07/2020 à 13:50, Richard Biener a écrit : > > > > The first release candidate for GCC 10.2 is available from > > > > https://gcc.gnu.org/pub/gcc/snapshots/10.2.0-RC-20200715/ > > ftp://gcc.gnu.org/pub/gcc/snapshots/10.2.0-RC-20200715

New GCC plugin in 3rd party project (FRRouting): extended printf warnings

2020-07-17 Thread David Lamparter
. The plugin is directly derived from GCC's own gcc/c-family/c-format.c. You can find it at: https://github.com/FRRouting/frr/tree/master/tools/gcc-plugins Feature-wise, it provides these things: [or, you could look at:] https://github.com/opensourcerouting/frr/blob/build-assorted-20200717/tool

Re: New GCC plugin in 3rd party project (FRRouting): extended printf warnings

2020-07-17 Thread David Lamparter
P.S.: here's the output you get from the included format-test.c: $ gcc -Wall -Wextra -Wno-unused -fplugin=./frr-format.so -fno-diagnostics-show-caret -c -o format-test.o format-test.c format-test.c: In function ‘test’: format-test.c:38:12: warning: format ‘%zu’ expects argument of type ‘size_t’,

Separate commit mailing lists for trunk/branches possible?

2020-07-17 Thread Maciej W. Rozycki
Hi, As you have probably been well-aware the amount of traffic sent to the mailing list has grown dramatically since the switch to GIT. Last month alone I received over 13000 messages, which accounted for ~18.5% of all my incoming traffic. And right now another mailbomb has been in progres

Re: Separate commit mailing lists for trunk/branches possible?

2020-07-17 Thread Frank Ch. Eigler via Gcc
Hi - > Would it be reasonable to have the mailing list split into more than > one, that is at least the original covering the trunk, and then one > or more for branches? [...] (This matter is for the gcc community to decide. Overseers do not control git/mailing list traffic policy.) - FChE

Re: Separate commit mailing lists for trunk/branches possible?

2020-07-17 Thread Carlos O'Donell via Gcc
On 7/17/20 2:11 PM, Frank Ch. Eigler via Overseers wrote: > Hi - > >> Would it be reasonable to have the mailing list split into more than >> one, that is at least the original covering the trunk, and then one >> or more for branches? [...] > > (This matter is for the gcc community to decide. O

Re: List user branches on git web

2020-07-17 Thread Frank Ch. Eigler via Gcc
Hi - > > https://gcc.gnu.org/git/gitweb.cgi?p=gcc.git;a=heads;h=refs/users/marxin/heads > > Apparently such page does not list user branches. I believe this is because of unusual gcc git conventions, where the refs/heads/ and refs/users/heads/ directories are distinct. I believe have gitweb exp

Re: Separate commit mailing lists for trunk/branches possible?

2020-07-17 Thread Florian Weimer
* Carlos O'Donell via Gcc: > FYI, for glibc we use the AdaCore git commit hooks (like gdb). > > There we use this configuration: > > # Only send emails for master and release branches. > no-emails = refs/heads/(?!master|release.*) > > This way you don't get vendor branch commit ema

Re: Separate commit mailing lists for trunk/branches possible?

2020-07-17 Thread Christopher Faylor
On Fri, Jul 17, 2020 at 07:05:48PM +0100, Maciej W. Rozycki wrote: > As you have probably been well-aware the amount of traffic sent to the > mailing list has grown dramatically since the switch >to GIT. Last month alone I received over 13000 messages, which accounted >for ~18.5% of all my inco

Re: Separate commit mailing lists for trunk/branches possible?

2020-07-17 Thread Joseph Myers
On Fri, 17 Jul 2020, Maciej W. Rozycki wrote: > Would it be reasonable to have the mailing list split into more than one, > that is at least the original covering the trunk, and then one or more for > branches? https://github.com/AdaCore/git-hooks/issues/10 is the issue for that feature - imp

Re: Separate commit mailing lists for trunk/branches possible?

2020-07-17 Thread Carlos O'Donell via Gcc
On 7/17/20 3:41 PM, Florian Weimer wrote: > * Carlos O'Donell via Gcc: > >> FYI, for glibc we use the AdaCore git commit hooks (like gdb). >> >> There we use this configuration: >> >> # Only send emails for master and release branches. >> no-emails = refs/heads/(?!master|release.*)

Re: Separate commit mailing lists for trunk/branches possible?

2020-07-17 Thread Joseph Myers
On Fri, 17 Jul 2020, Carlos O'Donell via Gcc wrote: > The IRC irker has a clear filter: refs/heads/master|refs/heads/release/*, > but the irker doesn't seem to be working either. I think irker is broken for a different reason (freenode not allowing #glibc access from accounts not authenticated w

Re: Separate commit mailing lists for trunk/branches possible?

2020-07-17 Thread Frank Ch. Eigler via Gcc
Hi - > I think irker is broken for a different reason (freenode not allowing > #glibc access from accounts not authenticated with NickServ; not sure if > that's global configuration or specific to #glibc). That's probably the +r mode flag on the channel. Nuke that. - FChE

Offshore Energy Technology professionals

2020-07-17 Thread Brittnay Wall
Hi, Would you like to check out the contacts of Offshore Energy Technology professionals? Few Key contacts: C-suite leaders, Scientists and Engineers, Technical Specialists, Industry Leaders. Sectors: Engineering/Construction, Operating Company, Equipment/Supplies, Financial, Consulting Co

gcc-9-20200717 is now available

2020-07-17 Thread GCC Administrator via Gcc
Snapshot gcc-9-20200717 is now available on https://gcc.gnu.org/pub/gcc/snapshots/9-20200717/ and on various mirrors, see http://gcc.gnu.org/mirrors.html for details. This snapshot has been generated from the GCC 9 git branch with the following options: git://gcc.gnu.org/git/gcc.git branch