Commit 128e5769 by Michael Meissner

Correct SELECT_SECTION.

From-SVN: r9339
parent 3b9835d7
......@@ -1956,7 +1956,7 @@ toc_section () \
{ \
if ((TREE_CODE (EXP) == STRING_CST \
&& !flag_writable_strings) \
|| (TREE_CODE_CLASS (EXP) == 'd' \
|| (TREE_CODE_CLASS (TREE_CODE (EXP)) == 'd' \
&& TREE_READONLY (EXP) && ! TREE_THIS_VOLATILE (EXP) \
&& DECL_INITIAL (EXP) \
&& (DECL_INITIAL (EXP) == error_mark_node \
......
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