> On Aug 14, 2018, at 11:25 PM, Jeff Law <l...@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.z...@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.z...@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