Commit 8baa713c by Bruno Haible Committed by Jason Merrill

pt.c (do_poplevel): Don't prohibit jumps into this contour.

Mon Nov 17 23:42:03 1997  Bruno Haible <haible@ilog.fr>

	* pt.c (do_poplevel): Don't prohibit jumps into this contour.

From-SVN: r16558
parent d5b79362
Mon Nov 17 23:42:03 1997 Bruno Haible <haible@ilog.fr>
* pt.c (do_poplevel): Don't prohibit jumps into this contour.
Mon Nov 17 02:01:28 1997 Jason Merrill <jason@yorick.cygnus.com>
* friend.c (do_friend): Warn about non-template friends in templates.
......
......@@ -2855,7 +2855,7 @@ do_poplevel ()
saved_warn_unused = warn_unused;
warn_unused = 0;
}
expand_end_bindings (getdecls (), kept_level_p (), 1);
expand_end_bindings (getdecls (), kept_level_p (), 0);
if (processing_template_decl)
warn_unused = saved_warn_unused;
t = poplevel (kept_level_p (), 1, 0);
......
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