OSDN Git Service

PR c/22013
[pf3gnuchains/gcc-fork.git] / gcc / langhooks.c
index e2939f0..5f3fb4b 100644 (file)
@@ -543,3 +543,10 @@ lhd_to_target_charset (HOST_WIDE_INT c)
 {
   return c;
 }
+
+tree
+lhd_expr_to_decl (tree expr, bool *tc ATTRIBUTE_UNUSED,
+                 bool *ti ATTRIBUTE_UNUSED, bool *se ATTRIBUTE_UNUSED)
+{
+  return expr;
+}