GCC Compiler shown on OpenMP Compilers web site

2015-11-03 Thread Yun He
Dear GCC development team, Richard and I working on updating the OpenMP Compilers Support page at http://openmp.org/wp/openmp-compilers. Our goal is to have the updated information from vendors published on the web site by SC15 (Nov 15) and to also update regularly in the future. Currently, it

GCC Compiler shown on OpenMP Compilers web site

2015-11-03 Thread Yun He
#mail -s "GCC Compiler shown on OpenMP Compilers web site" gcc@gcc.gnu.org -r y...@lbl.gov -c rc...@rchrd.com -c y...@lbl.gov < message Dear GCC development team, Richard and I working on updating the OpenMP Compilers Support page at http://openmp.org/wp/openmp-compilers. Our goal is to have

Re: GCC Compiler shown on OpenMP Compilers web site

2015-11-03 Thread Jakub Jelinek
On Tue, Nov 03, 2015 at 12:31:34PM -0800, Yun He wrote: > Dear GCC development team, > > Richard and I working on updating the OpenMP Compilers Support page at > http://openmp.org/wp/openmp-compilers. Our goal is to have the updated > information from vendors published on the web site by SC15 (N

gcc-5-20151103 is now available

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

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

2015-11-03 Thread Prathamesh Kulkarni
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: >> >> On Fri, Oct 30, 2015 at 8:39 AM, Prathamesh Kulkarni >> >> wrot