gcc-9-20210715 is now available

2021-07-15 Thread GCC Administrator via Gcc
Snapshot gcc-9-20210715 is now available on https://gcc.gnu.org/pub/gcc/snapshots/9-20210715/ and on various mirrors, see http://gcc.gnu.org/mirrors.html for details. This snapshot has been generated from the GCC 9 git branch with the following options: git://gcc.gnu.org/git/gcc.git branch

RE: IBM SPSS Statistics Users Info

2021-07-15 Thread Jenson Gilbertdata via Gcc
Hello, I was wondering to follow up with you on my previous email. Did you get a chance to review the email that I shared? Looking forward to your response. Regards, Jenson From: Jenson Gilbertdata Sent: Tuesday, July 13, 2021 3:33 PM To: 'gcc@gcc.gnu.org' Subject: IBM SPSS Statistics Users I

Re: GCC 11.1.1 Status Report (2021-07-06)

2021-07-15 Thread Richard Biener
On Thu, 15 Jul 2021, H.J. Lu wrote: > On Tue, Jul 6, 2021 at 12:00 AM Richard Biener wrote: > > > > > > Status > > == > > > > The GCC 11 branch is open for regression and documentation fixes. > > It's time for a GCC 11.2 release and we are aiming for a release > > candidate in about two weeks

Re: GCC 11.1.1 Status Report (2021-07-06)

2021-07-15 Thread H.J. Lu via Gcc
On Tue, Jul 6, 2021 at 12:00 AM Richard Biener wrote: > > > Status > == > > The GCC 11 branch is open for regression and documentation fixes. > It's time for a GCC 11.2 release and we are aiming for a release > candidate in about two weeks which would result in the GCC 11.2 > release about thr

Re: Nvidia GPU Volta+ (sm_70+) Independent Thread Scheduling

2021-07-15 Thread Thomas Schwinge
Hi! On 2021-07-13T17:59:43+0200, Jakub Jelinek wrote: > On Tue, Jul 13, 2021 at 05:48:51PM +0200, Thomas Schwinge wrote: >> Starting with the Volta family (sm_70+), Nvidia GPUs introduced >> Independent Thread Scheduling for the 32 threads ("32 SIMD lanes") that >> constitute a warp, which means

Re: tree that is both SSA_VAR_P and DECL_P?

2021-07-15 Thread Erick Ochoa via Gcc
Thanks! I'll have to see what conditions led to everything working before and change them to meet reality. On Thu, 15 Jul 2021 at 10:35, Richard Biener wrote: > > On Thu, Jul 15, 2021 at 10:22 AM Erick Ochoa via Gcc wrote: > > > > Hi, > > > > I was sorting SSA trees and DECL_P trees into differe

Re: tree that is both SSA_VAR_P and DECL_P?

2021-07-15 Thread Richard Biener via Gcc
On Thu, Jul 15, 2021 at 10:22 AM Erick Ochoa via Gcc wrote: > > Hi, > > I was sorting SSA trees and DECL_P trees into different buckets. I > used DECL_P as a proxy for it being a local/global variable/function > (essentially a declaration). It seems that "probabilistically", I'm > kinda right. Nor

tree that is both SSA_VAR_P and DECL_P?

2021-07-15 Thread Erick Ochoa via Gcc
Hi, I was sorting SSA trees and DECL_P trees into different buckets. I used DECL_P as a proxy for it being a local/global variable/function (essentially a declaration). It seems that "probabilistically", I'm kinda right. Normally there is no tree that is both an SSA_VAR_P and a DECL_P at the same

Re: tree decl stored during LGEN does not map to a symtab_node during WPA

2021-07-15 Thread Richard Biener via Gcc
On Wed, Jul 14, 2021 at 3:56 PM Erick Ochoa wrote: > > > I guess the way to encode SSA trees would be to use sth like a > > , SSA-version tuple much like PTA internally > > uses the varinfo array index as identifier for the variables in the > > constraints. For local decls (as opposed to SSA name