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
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
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
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
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
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
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
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
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