From: hjl Date: Sat, 2 Apr 2016 00:24:44 +0000 (+0000) Subject: Add missing ChangeLog entry for PR target/70439 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2c4e1ebf9e928dd52ec78193c7e3786844200b38;p=thirdparty%2Fgcc.git Add missing ChangeLog entry for PR target/70439 git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@234693 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 0d32ed68ef2f..da8c06d8a382 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -177,6 +177,12 @@ * config/arm/arm.c (arm_reload_out_hi): Add code to handle the case where we are already provided with an SImode SUBREG. +2016-03-30 H.J. Lu + + PR target/70439 + * config/i386/i386.c (ix86_expand_epilogue): Properly check + conflict between DRAP register and __builtin_eh_return. + 2016-03-30 Michael Matz Richard Biener