This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [pph] Minimal type merging. (issue5620047)


On Wed, Feb 1, 2012 at 18:44, Lawrence Crowl <crowl@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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]