Commit d2eb0876 by Jason Merrill

(declare_hidden_char_array): Mark decl artificial.

From-SVN: r9594
parent a4137a04
......@@ -87,6 +87,7 @@ declare_hidden_char_array (name, value)
TREE_READONLY (decl) = 1;
TREE_ASM_WRITTEN (decl) = 1;
DECL_SOURCE_LINE (decl) = 0;
DECL_ARTIFICIAL (decl) = 1;
DECL_IN_SYSTEM_HEADER (decl) = 1;
DECL_IGNORED_P (decl) = 1;
init = build_string (vlen, value);
......
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