diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2023-05-02 00:17:10 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2023-05-02 00:17:10 +0000 |
commit | 1fc8da95d93d1f1f151149178dc836d1ba09594e (patch) | |
tree | 5a2a154d7901516ad8f1a842a45407f3dc3f0c98 /gcc/cp | |
parent | 8d2793ef6b15dbdd347c854f663eb145af5ee593 (diff) | |
download | gcc-1fc8da95d93d1f1f151149178dc836d1ba09594e.zip gcc-1fc8da95d93d1f1f151149178dc836d1ba09594e.tar.gz gcc-1fc8da95d93d1f1f151149178dc836d1ba09594e.tar.bz2 |
Daily bump.
Diffstat (limited to 'gcc/cp')
-rw-r--r-- | gcc/cp/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index 5ff1acc..e07918a 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,3 +1,12 @@ +2023-05-01 Jason Merrill <jason@redhat.com> + + PR c++/109666 + * name-lookup.cc (maybe_push_to_top_level) + (maybe_pop_from_top_level): Split out... + * pt.cc (instantiate_body): ...from here. + * init.cc (maybe_instantiate_nsdmi_init): Use them. + * name-lookup.h: Declare them.. + 2023-04-28 Eugene Rozenfeld <erozen@microsoft.com> * Make-lang.in: Merge perf data collected when compiling cc1plus and runtime libraries |