Re: [Java] Tidy bultins and add __bultin_unreachable

2012-10-16 Thread Andrew Haley
On 10/16/2012 08:17 AM, Jan Hubicka wrote: > * builtins.c (define_builtin): Accept ECF flags and > use set_call_expr_flags. > (initialize_builtins): Update; add BULIT_IN_UNREACHALE. > > * calls.c (set_call_expr_flags): New. > * tree.h (set_call_expr_flags): Declare.

Re: [Java] Tidy bultins and add __bultin_unreachable

2012-10-16 Thread Jan Hubicka
> > "Jan" == Jan Hubicka writes: > > Jan> this patch udpates Java frontend to declare __bulitin_unreachable > Jan> and also fixes flags of synchronize bulitins to match ones from C > Jan> FE. > > Jan> Regtested x86_64-linux, OK? > > The java bits are ok. > > Jan> + /* Looping const or pur

Re: [Java] Tidy bultins and add __bultin_unreachable

2012-10-16 Thread Tom Tromey
> "Jan" == Jan Hubicka writes: Jan> this patch udpates Java frontend to declare __bulitin_unreachable Jan> and also fixes flags of synchronize bulitins to match ones from C Jan> FE. Jan> Regtested x86_64-linux, OK? The java bits are ok. Jan> + /* Looping const or pure is imlpies by noretu

[Java] Tidy bultins and add __bultin_unreachable

2012-10-16 Thread Jan Hubicka
Hi, this patch udpates Java frontend to declare __bulitin_unreachable and also fixes flags of synchronize bulitins to match ones from C FE. Regtested x86_64-linux, OK? Honza * builtins.c (define_builtin): Accept ECF flags and use set_call_expr_flags. (initialize_builtins)