tree.h patch for unsafe folding of vector floats

Richard Henderson rth@redhat.com
Fri Aug 13 04:26:00 GMT 2004


On Thu, Aug 12, 2004 at 08:03:15PM -0700, James E Wilson wrote:
> +       if (TREE_CODE (op0) == ERROR_MARK || TREE_CODE (op1) == ERROR_MARK)

Generally we test against error_mark_node directly as well.


r~



More information about the Gcc-patches mailing list