OSDN Git Service

* g++.dg/template/nested1.C: New test.
[pf3gnuchains/gcc-fork.git] / gcc / langhooks.h
index 0518afe..32782c1 100644 (file)
@@ -48,8 +48,9 @@ struct lang_hooks_for_tree_inlining
                                                          union tree_node *,
                                                          union tree_node *,
                                                          void *, int *,
-                                                         void *));
+                                                         tree));
   int (*anon_aggr_type_p) PARAMS ((union tree_node *));
+  bool (*var_mod_type_p) PARAMS ((union tree_node *));
   int (*start_inlining) PARAMS ((union tree_node *));
   void (*end_inlining) PARAMS ((union tree_node *));
   union tree_node *(*convert_parm_for_inlining) PARAMS ((union tree_node *,