On 07/30/2016 11:09 PM, Kai Noda wrote:
> Hi, could anybody please...?
>
> I think this is the release:
> https://gcc.gnu.org/git/?p=gcc.git;a=commit;h=9d0507742960aa9f2b99bc6e9584655ecc611792
>
> Thanks in advance,
> Kai
>
> 野田 開
>
>
> 2016-06-29 18:16 GMT+08:00 Martin Liška :
>> On 06/29/2
On 08/09/2016 12:33 AM, shmeel gutl wrote:
On 03-Aug-16 12:10 AM, Vladimir Makarov wrote:
On 08/02/2016 04:41 PM, shmeel gutl wrote:
I am trying to enable lra for a propriety backend. I ran into one
problem that I can't solve. In lra-constraints.c:split_reg
lra_create_new_reg can be called w
In this patch I am trying to parse gimple call. But I am getting weird
gimple dump for that.
for this testcase:
int __GIMPLE() bar()
{
int a;
a = a + 1;
return a;
}
void __GIMPLE() foo()
{
int b;
b = bar();
}
I am getting ssa dump as:
/* Function bar (bar, funcdef_no=0, decl