On Wed, Feb 1, 2012 at 18:44, Lawrence Crowl <cr...@google.com> wrote:

> @@ -1393,7 +1393,12 @@ dump_function_decl (tree t, int flags)
>     }
>
>   fntype = TREE_TYPE (t);
> -  parmtypes = FUNCTION_FIRST_USER_PARMTYPE (t);
> +  gcc_assert (fntype)

You forgot a semi-colon :)  Fixed.


Diego.

Reply via email to