[PATCH] Vartracking: Remove assertion in vt_add_function_parameters

Andreas Krebbel krebbel@linux.vnet.ibm.com
Fri Oct 17 16:12:00 GMT 2008


> +      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-



More information about the Gcc-patches mailing list