Commit 53d51ddb by Nick Clifton Committed by Nick Clifton

* config/frv/frv.c (frv_in_small_data_p): Remove redundant assert.

From-SVN: r212017
parent ae28b939
2014-06-26 Nick Clifton <nickc@redhat.com>
* config/frv/frv.c (frv_in_small_data_p): Remove redundant assert.
* doc/extend.texi (Function Attributes): Fix typo in description
of RX vector attribute.
......
......@@ -9488,7 +9488,6 @@ frv_in_small_data_p (const_tree decl)
section_name = DECL_SECTION_NAME (decl);
if (section_name)
{
gcc_assert (TREE_CODE (section_name) == STRING_CST);
if (frv_string_begins_with (section_name, ".sdata"))
return true;
if (frv_string_begins_with (section_name, ".sbss"))
......
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