Daily bump.

This commit is contained in:
GCC Administrator 2020-06-07 00:16:19 +00:00
parent eca7a60bd2
commit 8f94b078cc
4 changed files with 21 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2020-06-06 Max Filippov <jcmvbkbc@gmail.com>
* MAINTAINERS: Add myself as xtensa port maintainer.
2020-05-28 Nicolas Bértolo <nicolasbertolo@gmail.com>
* configure.ac: Don't require --enable-host-shared when building

View File

@ -1,3 +1,15 @@
2020-06-06 Jan Hubicka <hubicka@ucw.cz>
PR lto/95548
* ipa-devirt.c (struct odr_enum_val): Turn values to wide_int.
(ipa_odr_summary_write): Update streaming.
(ipa_odr_read_section): Update streaming.
2020-06-06 Alexandre Oliva <oliva@adacore.com>
PR driver/95456
* gcc.c (do_spec_1): Don't call memcpy (_, NULL, 0).
2020-06-05 Thomas Schwinge <thomas@codesourcery.com>
Julian Brown <julian@codesourcery.com>

View File

@ -1 +1 @@
20200606
20200607

View File

@ -1,3 +1,7 @@
2020-06-06 Jan Hubicka <hubicka@ucw.cz>
* g++.dg/torture/pr95548.C: New test.
2020-06-05 Martin Sebor <msebor@redhat.com>
* g++.dg/warn/Wnonnull5.C: Temporarily remove.