Re: Missing git tags for released GCC

2016-08-10 Thread Martin Liška
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

Re: Help with lra

2016-08-10 Thread Vladimir N Makarov
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

Re: [gimplefe] "Unknown tree: c_maybe_const_expr" error while parsing conditional expression

2016-08-10 Thread Prasad Ghangal
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