gcc-8-20180629 is now available

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

Re: [PATCH] Add new tests for --completion option.

2018-06-29 Thread David Malcolm
On Fri, 2018-06-29 at 13:19 -0400, Eric Gallager wrote: > On 6/29/18, Martin Liška wrote: > > Hi. > > > > I would like to add some DejaGNU tests for completion option. > > > > Ready for trunk? > > Martin Presumably the point of the DejaGnu tests is: (a) to give us some integration testing, to c

Re: [PATCH] Add new tests for --completion option.

2018-06-29 Thread Eric Gallager
On 6/29/18, Martin Liška wrote: > Hi. > > I would like to add some DejaGNU tests for completion option. > > Ready for trunk? > Martin > So, correct me if I'm wrong, but these tests would need to be updated every time a new option starting like one of those is added, right? If so, can you think of

Re: [PATCH] Add new tests for --completion option.

2018-06-29 Thread Jeff Law
On 06/29/2018 03:20 AM, Martin Liška wrote: > Hi. > > I would like to add some DejaGNU tests for completion option. > > Ready for trunk? > Martin > > > 0001-Add-new-tests-for-completion-option.patch > > > From a735068032aa9ce82e5f56172f1b99bc2c90ac0f Mon Sep 17 00:00:00 2001 > From: marxin >

[PATCH] Add new tests for --completion option.

2018-06-29 Thread Martin Liška
Hi. I would like to add some DejaGNU tests for completion option. Ready for trunk? Martin >From a735068032aa9ce82e5f56172f1b99bc2c90ac0f Mon Sep 17 00:00:00 2001 From: marxin Date: Fri, 29 Jun 2018 11:18:21 +0200 Subject: [PATCH] Add new tests for --completion option. gcc/testsuite/ChangeLog:

Re: [GSOC] LTO dump tool project

2018-06-29 Thread Martin Liška
On 06/27/2018 10:06 PM, Hrishikesh Kulkarni wrote: > Hi, > > I have added new command line options: > -no-demangle -> for the default non demangled output > -no-sort -> for the list of symbols in order of their occurrence > -alpha-sort -> for the list of symbols in their alphabetical order > -reve

Re: [GSOC] LTO dump tool project

2018-06-29 Thread Martin Liška
On 06/26/2018 09:45 PM, Hrishikesh Kulkarni wrote: > Hi, > > I have created another branch lto-dump-tool-improved as suggested. > I have applied the patch for separation to lto-dump binary, made a few > necessary changes in other files and it is running successfully. > I will keep on adding previo