Re: GCC wwwdocs move to git done

2019-10-24 Thread Jose E. Marchesi
Hi Joseph. I've done the move of GCC wwwdocs to git (using the previously posted and discussed scripts), including setting up the post-receive hook to do the same things previously covered by the old CVS hooks, and minimal updates to the web pages dealing with the CVS setup fo

GCC selftest improvements

2019-10-24 Thread Andrew Dean via gcc
TLDR: I'd like to propose adding a dependency on a modern unit testing framework to make it easier to write unit tests within GCC. Before I spend much more time on it, what sort of buy-in should I get? Are there any people in particular I should work more closely with as I make this change? Te

Re: GCC selftest improvements

2019-10-24 Thread Jonathan Wakely
On Thu, 24 Oct 2019 at 21:50, Andrew Dean via gcc wrote: > > TLDR: I'd like to propose adding a dependency on a modern unit testing > framework to make it easier to write unit tests within GCC. Before I spend > much more time on it, what sort of buy-in should I get? Are there any people > in pa

gcc-7-20191024 is now available

2019-10-24 Thread gccadmin
Snapshot gcc-7-20191024 is now available on ftp://gcc.gnu.org/pub/gcc/snapshots/7-20191024/ 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

Questions about points-to analysis in gcc

2019-10-24 Thread Gary Oblock
I'm wondering if the code in tree-ssa-structalias.c can be invoked in a whole program mode? There are some comments in there about it not playing well with WHOPR and WPA (not that I intend to use that way.) Ironically, in the literature on points-to analysis this algorithm was only originally inten

Re: GCC selftest improvements

2019-10-24 Thread David Malcolm
On Thu, 2019-10-24 at 20:50 +, Andrew Dean via gcc wrote: > TLDR: I'd like to propose adding a dependency on a modern unit > testing framework to make it easier to write unit tests within GCC. > Before I spend much more time on it, what sort of buy-in should I > get? Are there any people in par