gcc-6-20160811 is now available

2016-08-11 Thread gccadmin
Snapshot gcc-6-20160811 is now available on ftp://gcc.gnu.org/pub/gcc/snapshots/6-20160811/ and on various mirrors, see http://gcc.gnu.org/mirrors.html for details. This snapshot has been generated from the GCC 6 SVN branch with the following options: svn://gcc.gnu.org/svn/gcc/branches/gcc-6

Re: Help with lra

2016-08-11 Thread shmeel gutl
On 10-Aug-16 08:41 PM, Vladimir N Makarov wrote: 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-constrain

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

2016-08-11 Thread Richard Biener
On Thu, Aug 11, 2016 at 7:47 AM, Prasad Ghangal wrote: > 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; >