Commit fe01b88e by Toon Moene Committed by Mark Mitchell

com.c (duplicate_decls): Fix thinko in lazy DECL_RTL patch of 2001-03-04.

	* com.c (duplicate_decls): Fix thinko in lazy DECL_RTL patch
	of 2001-03-04.

From-SVN: r41037
parent 2a3e8203
Mon Apr 2 22:38:09 2001 Toon Moene <toon@moene.indiv.nluug.nl>
* com.c (duplicate_decls): Fix thinko in lazy DECL_RTL patch
of 2001-03-04.
Tue Mar 27 17:40:08 2001 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* Make-lang.in: Depend on $(SYSTEM_H), not system.h.
......
......@@ -13629,7 +13629,7 @@ duplicate_decls (tree newdecl, tree olddecl)
}
/* Keep the old rtl since we can safely use it. */
COPY_DECL_RTL (newdecl, olddecl);
COPY_DECL_RTL (olddecl, newdecl);
/* Merge the type qualifiers. */
if (DECL_BUILT_IN_NONANSI (olddecl) && TREE_THIS_VOLATILE (olddecl)
......
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