gcc-5-20160802 is now available

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

Re: Help with lra

2016-08-02 Thread Vladimir Makarov
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 with a hard code rclass of NO_REGS. It then queues a move instruction of the type set TYPE:

Help with lra

2016-08-02 Thread shmeel gutl
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 with a hard code rclass of NO_REGS. It then queues a move instruction of the type set TYPE:new_reg TYPE:old_reg But the NO_REGS rclas

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

2016-08-02 Thread Richard Biener
On Mon, Aug 1, 2016 at 4:52 PM, Prasad Ghangal wrote: > Hi, > > I am trying to replace c_parser_paren_condition (parser) in > c_parser_gimple_if_stmt by c_parser_gimple_paren_condition (parser) as > described in the patch > > I am trying test case > void __GIMPLE () foo () > { > int a; > bb_2: >