GCC XML diagnostics

2015-11-04 Thread Mikhail Maltsev
Hi all! I'm pleased to say that two students of Lomonosov Moscow State University, Yuri Kemaev and Pavel Adamenko decided to work on a project related to GCC and hopefully will become new contributors. I'll be assisting them with this project. We have chosen to work on PR19165: https://gcc.gnu.or

gcc-4.9-20151104 is now available

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

Re: [RFC PR43721] Optimize a/b and a%b to single divmod call

2015-11-04 Thread Richard Biener
On Wed, 4 Nov 2015, Prathamesh Kulkarni wrote: > On 2 November 2015 at 18:31, Richard Biener wrote: > > On Mon, 2 Nov 2015, Prathamesh Kulkarni wrote: > > > >> On 2 November 2015 at 13:20, Prathamesh Kulkarni > >> wrote: > >> > On 30 October 2015 at 15:57, Richard Biener > >> > wrote: > >> >>

Re: abi_tag questions

2015-11-04 Thread Stephan Bergmann
On 11/04/2015 12:50 PM, Jonathan Wakely wrote: On 4 November 2015 at 17:18, Jonathan Wakely wrote: On 4 November 2015 at 14:37, Stephan Bergmann wrote: I have two questions regarding the abi_tag attribute (as documented at ): 1

Re: abi_tag questions

2015-11-04 Thread Jonathan Wakely
On 4 November 2015 at 17:18, Jonathan Wakely wrote: > On 4 November 2015 at 14:37, Stephan Bergmann wrote: >> I have two questions regarding the abi_tag attribute (as documented at >> ): >> >> >> 1 "The attribute can also be applied

Re: abi_tag questions

2015-11-04 Thread Jonathan Wakely
On 4 November 2015 at 14:37, Stephan Bergmann wrote: > I have two questions regarding the abi_tag attribute (as documented at > ): > > > 1 "The attribute can also be applied to an inline namespace, but does not > affect the mangled n

abi_tag questions

2015-11-04 Thread Stephan Bergmann
I have two questions regarding the abi_tag attribute (as documented at ): 1 "The attribute can also be applied to an inline namespace, but does not affect the mangled name of the namespace; in this case it is only used for -Wabi