Commit 230cbd5f by Per Bothner Committed by Per Bothner

verify.c (merge_type_state): Stil may have to merge even if LABEL_VERIFIED (label).


	* verify.c (merge_type_state):  Stil may have to merge even if
	LABEL_VERIFIED (label).

From-SVN: r39170
parent e6b6db0d
2001-01-21 Per Bothner <per@bothner.com> 2001-01-21 Per Bothner <per@bothner.com>
* verify.c (merge_type_state): Stil may have to merge even if
LABEL_VERIFIED (label).
2001-01-21 Per Bothner <per@bothner.com>
* parse.y (method_header): Don't set the DECL_NAME of a FUNCTION_DECL * parse.y (method_header): Don't set the DECL_NAME of a FUNCTION_DECL
to a EXPR_WITH_FILE_LOCATION - that is just too fragile and wrong. to a EXPR_WITH_FILE_LOCATION - that is just too fragile and wrong.
......
...@@ -232,7 +232,7 @@ merge_type_state (label) ...@@ -232,7 +232,7 @@ merge_type_state (label)
int cur_length = stack_pointer + nlocals; int cur_length = stack_pointer + nlocals;
tree vec = LABEL_TYPE_STATE (label); tree vec = LABEL_TYPE_STATE (label);
tree return_map; tree return_map;
if (vec == NULL_TREE || !LABEL_VERIFIED (label)) if (vec == NULL_TREE)
{ {
if (!vec) if (!vec)
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment