Commit a8d0a42e by Toon Moene Committed by Toon Moene

com.c (ffecom_stabilize_aggregate_) [case RTL_EXPR]: Abort.

2000-11-10  Toon Moene  <toon@moene.indiv.nluug.nl>

	* com.c (ffecom_stabilize_aggregate_) case RTL_EXPR:
	Abort.

From-SVN: r37376
parent 93ae2b3e
2000-11-10 Toon Moene <toon@moene.indiv.nluug.nl>
* com.c (ffecom_stabilize_aggregate_) case RTL_EXPR:
Abort.
2000-11-10 Zack Weinberg <zack@wolery.stanford.edu>
* Make-lang.in (f/fini.o, f/proj-h.o): Remove pointless sed
......
......@@ -1082,11 +1082,7 @@ ffecom_stabilize_aggregate_ (tree ref)
break;
case RTL_EXPR:
result = build1 (INDIRECT_REF, TREE_TYPE (ref),
save_expr (build1 (ADDR_EXPR,
build_pointer_type (TREE_TYPE (ref)),
ref)));
break;
abort ();
default:
......
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