https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90883

Martin Sebor <msebor at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |msebor at gcc dot gnu.org

--- Comment #21 from Martin Sebor <msebor at gcc dot gnu.org> ---
I just noticed the test fail in my test run with -m32 on x86_64:

FAIL: g++.dg/tree-ssa/pr90883.C   scan-tree-dump dse1 "Deleted redundant store:
.*.a = {}"

With -m32 the pattern is dse2 dump but the target matches the dse1 directive:

// { dg-final { scan-tree-dump "Deleted redundant store: .*\.a = {}" "dse1" {
target { ! i?86-*-* } } } }

Reply via email to