From: Richard Stallman Date: Sun, 5 Jul 1992 21:55:50 +0000 (+0000) Subject: (pushdecl): Always create a new (variant) ..._TYPE node X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=1600ec6700767b69c54c4071f6ea9f2392d13670;p=gcc.git (pushdecl): Always create a new (variant) ..._TYPE node for each new TYPE_DECL node created. From-SVN: r1451 --- diff --git a/gcc/c-decl.c b/gcc/c-decl.c index f5a996a3918..31fc6740d70 100644 --- a/gcc/c-decl.c +++ b/gcc/c-decl.c @@ -1670,7 +1670,7 @@ pushdecl (x) if (TREE_CODE (x) == TYPE_DECL) { - if (DECL_SOURCE_LINE (x) == 0 || !flag_gen_aux_info) + if (DECL_SOURCE_LINE (x) == 0) { if (TYPE_NAME (TREE_TYPE (x)) == 0) TYPE_NAME (TREE_TYPE (x)) = x;