openbsd-ports/lang/egcs/stable/patches/patch-gcc_attribs_c

12 lines
359 B
Plaintext

$OpenBSD: patch-gcc_attribs_c,v 1.1 2002/05/27 16:58:29 espie Exp $
--- gcc/attribs.c.orig Mon Feb 25 23:38:52 2002
+++ gcc/attribs.c Mon May 27 15:48:28 2002
@@ -1050,7 +1050,6 @@ handle_alias_attribute (node, name, args
DECL_INITIAL (decl) = error_mark_node;
else
DECL_EXTERNAL (decl) = 0;
- assemble_alias (decl, id);
}
else
{