Re: manywarnings.m4 optimization request

2016-11-02 Thread Tim Ruehsen
On Sunday, October 30, 2016 11:33:18 AM CET Paul Eggert wrote: > Tim Rühsen wrote: > > It would of great help though, if someone could lead me to the (.m4 ?) > > files to change and/or needed functionality. > > http://savannah.gnu.org/git/?group=gnulib > http://git.savannah.gnu.org/cgit/gnulib.git

Re: manywarnings.m4 optimization request

2016-10-30 Thread Paul Eggert
Tim Rühsen wrote: It would of great help though, if someone could lead me to the (.m4 ?) files to change and/or needed functionality. http://savannah.gnu.org/git/?group=gnulib http://git.savannah.gnu.org/cgit/gnulib.git/tree/m4/manywarnings.m4 http://git.savannah.gnu.org/cgit/gnulib.git/tree/do

Re: manywarnings.m4 optimization request

2016-10-30 Thread Tim Rühsen
On Samstag, 29. Oktober 2016 10:09:01 CET Jim Meyering wrote: > On Fri, Oct 28, 2016 at 7:05 AM, Tim Ruehsen wrote: > > Hi, > > > > during some GNU internal discussion I was asked to post my proposal / > > request here. > > > > "I use manywarnings.m4 in my projects which take ~9s here (~25% of t

Re: manywarnings.m4 optimization request

2016-10-29 Thread Jim Meyering
On Fri, Oct 28, 2016 at 7:05 AM, Tim Ruehsen wrote: > Hi, > > during some GNU internal discussion I was asked to post my proposal / request > here. > > "I use manywarnings.m4 in my projects which take ~9s here (~25% of the whole > ./configure run). > One gcc invocation per (possible) warning optio

manywarnings.m4 optimization request

2016-10-28 Thread Tim Ruehsen
Hi, during some GNU internal discussion I was asked to post my proposal / request here. "I use manywarnings.m4 in my projects which take ~9s here (~25% of the whole ./configure run). One gcc invocation per (possible) warning options sums up a lot. gcc -Q --help=warning|awk '{ if ($2 == "[dis