gcc-6-20171108 is now available

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

Re: Question about generated type for common block in fortran

2017-11-08 Thread Richard Biener
On Wed, Nov 8, 2017 at 3:45 PM, Michael Matz wrote: > Hi, > > On Wed, 8 Nov 2017, Richard Biener wrote: > >> Not sure how - the issue is the FIELD_DECLs overlap which rules out a >> RECORD_TYPE and leaves us with a UNION_TYPE. > > No, as the initial mail already mentioned, for the example in > que

Re: Question about generated type for common block in fortran

2017-11-08 Thread Michael Matz
Hi, On Wed, 8 Nov 2017, Richard Biener wrote: > Not sure how - the issue is the FIELD_DECLs overlap which rules out a > RECORD_TYPE and leaves us with a UNION_TYPE. No, as the initial mail already mentioned, for the example in question the overlapping fields can be put into a union which itsel

Re: GCC Compilers info for the OpenMP Compilers page

2017-11-08 Thread Yun He
Thank you very much for the confirmation, Jakub! Helen On Wed, Nov 8, 2017 at 4:38 AM, Jakub Jelinek wrote: > On Wed, Nov 08, 2017 at 04:28:18AM -0800, Yun He wrote: > > Jakub, Ed, and/or GCC support, > > > > Appreciate if we could get an update for GCC. SC17 is just around the > > corner. > >

Re: GCC Compilers info for the OpenMP Compilers page

2017-11-08 Thread Jakub Jelinek
On Wed, Nov 08, 2017 at 04:28:18AM -0800, Yun He wrote: > Jakub, Ed, and/or GCC support, > > Appreciate if we could get an update for GCC. SC17 is just around the > corner. > > Below is what we have for now. > > Open Source GCC Free and open source – Linux, Solaris, AIX, MacOSX, > Windows, Free

Re: GCC Compilers info for the OpenMP Compilers page

2017-11-08 Thread Yun He
Jakub, Ed, and/or GCC support, Appreciate if we could get an update for GCC. SC17 is just around the corner. Below is what we have for now. Open Source GCC Free and open source – Linux, Solaris, AIX, MacOSX, Windows, FreeBSD, NetBSD, OpenBSD, DragonFly BSD, HPUX, RTEMS From GCC 4.2.0, OpenMP 2.

Re: Question about generated type for common block in fortran

2017-11-08 Thread Richard Biener
On Tue, Nov 7, 2017 at 4:55 PM, Michael Matz wrote: > Hi, > > On Thu, 26 Oct 2017, Richard Biener wrote: > >> >Hi, >> >I am looking into DSE transformation of some fortran codes. Given >> >below fortran declarations: >> > >> > real*8 a(len) , b(len) , c(len) , d(len) >> > common /ar