Commit 1600ec67 by Richard Stallman

(pushdecl): Always create a new (variant) ..._TYPE node

for each new TYPE_DECL node created.

From-SVN: r1451
parent 59482679
......@@ -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;
......
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