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: [PATCH] Vartracking: Remove assertion in vt_add_function_parameters


> +      if (decl == parm)
> +	continue;
> 
> has to be "if (decl != parm)".

Ooops.  Fortunately the change I've tested was the correct one.
Although it is most likely not a correct solution it at least fixes
the testcase.

-Andreas-


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