Commit a71c8ddc by Richard Kenner Committed by Richard Kenner

* varasm.c (copy_constant, case VIEW_CONVERT_EXPR): New case.

From-SVN: r66692
parent 58b5b894
2003-05-11 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
* varasm.c (copy_constant, case VIEW_CONVERT_EXPR): New case.
2003-05-11 Bruno Haible <bruno@clisp.org>
* cppfiles.c (find_or_create_entry): Preserve errno.
......
......@@ -2470,6 +2470,7 @@ copy_constant (exp)
case NOP_EXPR:
case CONVERT_EXPR:
case NON_LVALUE_EXPR:
case VIEW_CONVERT_EXPR:
return build1 (TREE_CODE (exp), TREE_TYPE (exp),
copy_constant (TREE_OPERAND (exp, 0)));
......
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