+1998-08-14 Jason Merrill <jason@yorick.cygnus.com>
+
+ * rtti.c (get_tinfo_fn): Don't mess with the context for now.
+
1998-08-13 Mumit Khan <khan@xraylith.wisc.edu>
* decl2.c (import_export_class): Don't use dllexport
DECL_MUTABLE_P (d) = 1;
TREE_TYPE (name) = copy_to_permanent (type);
- /* We set DECL_CONTEXT for the benefit of backend stuff that wants to
- know what type this artificial function is associated with. dllexport
- handling, for instance. This is a kludge, and the DECL_NO_STATIC_CHAIN
- bit is necessary to keep local classes from breaking. */
- if (IS_AGGR_TYPE (type))
- {
- DECL_CONTEXT (d) = type;
- DECL_NO_STATIC_CHAIN (d) = 1;
- }
-
pushdecl_top_level (d);
make_function_rtl (d);
assemble_external (d);