Re: [fortran] add __builtin_unreachable

2012-10-17 Thread Tobias Burnus
Jan Hubicka wrote: this patch add __buliltin_unreachable to Fortran FE and also cleans up the code a bit Bootstrapped/regtested x86_64-linux, OK? The Fortran part looks okay. * f95-lang.c (gfc_define_builtin): Use set_call_expr_flags. (ATTR_NOTHROW_LEAF_MALLOC_LIST,

Re: [fortran] add __builtin_unreachable

2012-10-16 Thread Bernhard Reutner-Fischer
Hi, s/imlpies/implied/ Sent with AquaMail for Android http://www.aqua-mail.com

[fortran] add __builtin_unreachable

2012-10-16 Thread Jan Hubicka
Hi, this patch add __buliltin_unreachable to Fortran FE and also cleans up the code a bit Bootstrapped/regtested x86_64-linux, OK? Honza * f95-lang.c (gfc_define_builtin): Use set_call_expr_flags. (ATTR_NOTHROW_LEAF_MALLOC_LIST, ATTR_CONST_NORETURN_NOTHROW_LEAF_LIST): New