On Tue, Apr 21, 2020 at 5:56 PM Giuliano Belinassi
wrote:
>
> Hi, Richi
>
> On 04/21, Richard Biener wrote:
> > On Mon, Apr 20, 2020 at 11:45 PM Giuliano Belinassi
> > wrote:
> > >
> > > Hi. Sorry for the late reply.
> > >
> > > On 03/02, Richard Biener wrote:
> > > > On Thu, Feb 27, 2020 at 6:56
Hi, Richi
On 04/21, Richard Biener wrote:
> On Mon, Apr 20, 2020 at 11:45 PM Giuliano Belinassi
> wrote:
> >
> > Hi. Sorry for the late reply.
> >
> > On 03/02, Richard Biener wrote:
> > > On Thu, Feb 27, 2020 at 6:56 PM Giuliano Belinassi
> > > wrote:
> > > >
> > > > Hi, all.
> > > >
> > > > I
On Mon, Apr 20, 2020 at 11:45 PM Giuliano Belinassi
wrote:
>
> Hi. Sorry for the late reply.
>
> On 03/02, Richard Biener wrote:
> > On Thu, Feb 27, 2020 at 6:56 PM Giuliano Belinassi
> > wrote:
> > >
> > > Hi, all.
> > >
> > > I am tying to fix an issue with a global variable in the parallel gcc
Hi. Sorry for the late reply.
On 03/02, Richard Biener wrote:
> On Thu, Feb 27, 2020 at 6:56 PM Giuliano Belinassi
> wrote:
> >
> > Hi, all.
> >
> > I am tying to fix an issue with a global variable in the parallel gcc
> > project. For this, I am trying to move some global variables from
> > tree
On Thu, Feb 27, 2020 at 6:56 PM Giuliano Belinassi
wrote:
>
> Hi, all.
>
> I am tying to fix an issue with a global variable in the parallel gcc
> project. For this, I am trying to move some global variables from
> tree-ssa-operands to struct function. One of this variable is a
> vec type, and gen
On 2/27/20 12:56 PM, Giuliano Belinassi wrote:
Hi, all.
I am tying to fix an issue with a global variable in the parallel gcc
project. For this, I am trying to move some global variables from
tree-ssa-operands to struct function. One of this variable is a
vec type, and gengtype doesn't look s
Hi, all.
I am tying to fix an issue with a global variable in the parallel gcc
project. For this, I am trying to move some global variables from
tree-ssa-operands to struct function. One of this variable is a
vec type, and gengtype doesn't look so happy with it.
In this context, I am trying to ad