This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH][Middle-end]patch for fixing PR 86519


> On Aug 14, 2018, at 11:25 PM, Jeff Law <law@redhat.com> wrote:
> 
> On 08/14/2018 08:57 AM, Qing Zhao wrote:
>> Hi,
>> 
>> PR 86519:New test case gcc.dg/strcmpopt_6.c fails with its introduction in r262636.
>> 
>> gcc/ChangeLog:
>> 
>> +2018-08-14  Qing Zhao  <qing.zhao@oracle.com>
>> +
>> +       PR testsuite/86519
>> +       * builtins.c (expand_builtin_memcmp): Do not expand the call
>> +       when overflow is detected.
>> +
>> gcc/testsuite/ChangeLog:
>> 
>> +2018-08-14  Qing Zhao <qing.zhao@oracle.com>
>> +
>> +       PR testsuite/86519
>> +       * gcc.dg/strcmpopt_6.c: Scan the assembly file instead of
>> +       the .expand file.
> OK.

thanks.

the change has been committed as:
https://gcc.gnu.org/viewcvs/gcc?view=revision&revision=263563 <https://gcc.gnu.org/viewcvs/gcc?view=revision&revision=263563>

Qing


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]