aboutsummaryrefslogtreecommitdiff
path: root/gcc/ChangeLog
diff options
context:
space:
mode:
authorJan Hubicka <hubicka@ucw.cz>2015-05-11 04:48:49 +0200
committerJan Hubicka <hubicka@gcc.gnu.org>2015-05-11 02:48:49 +0000
commitdafb7b56f1c4dd89194621bb76609e99deb0bc72 (patch)
treee55c02856cfaf41545f0cb0935e0cc9bc5a97811 /gcc/ChangeLog
parent37e5311a0a33fe241bdf4ed25c37fb83fd76d10a (diff)
downloadgcc-dafb7b56f1c4dd89194621bb76609e99deb0bc72.zip
gcc-dafb7b56f1c4dd89194621bb76609e99deb0bc72.tar.gz
gcc-dafb7b56f1c4dd89194621bb76609e99deb0bc72.tar.bz2
Patch by Richard Biener
Patch by Richard Biener * coverage.c (coverage_obj_init): Delay building of type variant until the type is finished. From-SVN: r222990
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r--gcc/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 73f6be6..d2db834 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,5 +1,11 @@
2015-05-09 Jan Hubicka <hubicka@ucw.cz>
+ Patch by Richard Biener
+ * coverage.c (coverage_obj_init): Delay building of type variant
+ until the type is finished.
+
+2015-05-09 Jan Hubicka <hubicka@ucw.cz>
+
* ipa-devirt.c (warn_types_mismatch): Do not ICE when warning about
mismatch between C and C++ type; compoare correctly ARG_TYPES
for non-prototypes and output correctly parameter index for METHOD_TYPE.