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

--- Comment #3 from David Malcolm <dmalcolm at gcc dot gnu.org> ---
(In reply to sandra from comment #1)
[...]
> Also observed on nios2-elf:
> 
> FAIL: gcc.dg/analyzer/pattern-test-2.c <unknown> == 0 (test for warnings,
> line 21)
> FAIL: gcc.dg/analyzer/pattern-test-2.c <unknown> != 0 (test for warnings,
> line 21)
> FAIL: gcc.dg/analyzer/pattern-test-2.c (test for excess errors)
> Excess errors:
> /path/to/gcc/testsuite/gcc.dg/analyzer/pattern-test-2.c:21:6: warning:
> pattern match on 'p == 0'
> /path/to/gcc/testsuite/gcc.dg/analyzer/pattern-test-2.c:21:17: warning:
> pattern match on 'q == 0'

Thanks; these pattern-test-2.c ones sound like a dup of PR 93291.

Reply via email to