* com.c (ffecom_lookup_label): Set DECL_CONTEXT for FORMAT
label to current_function_decl.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@39042
138bc75d-0d04-0410-961f-
82ee72b054a4
+2001-01-15 Mark Mitchell <mark@codesourcery.com>
+
+ * com.c (ffecom_lookup_label): Set DECL_CONTEXT for FORMAT
+ label to current_function_decl.
+
Fri Jan 12 17:21:33 2001 Joseph S. Myers <jsm28@cam.ac.uk>
* g77spec.c (lang_specific_driver): Update copyright year to 2001.
1, 0));
TREE_CONSTANT (glabel) = 1;
TREE_STATIC (glabel) = 1;
- DECL_CONTEXT (glabel) = 0;
+ DECL_CONTEXT (glabel) = current_function_decl;
DECL_INITIAL (glabel) = NULL;
make_decl_rtl (glabel, NULL);
expand_decl (glabel);