mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-02-28 20:46:08 +08:00
analyzer: remove xfail [PR98223]
The bogus leak message went away after
fcae512115
(aka "Hybrid EVRP and
testcases") due to that patch improving a phi node in the gimple input
to the analyzer.
gcc/testsuite/ChangeLog:
PR analyzer/98223
* gcc.dg/analyzer/pr94851-1.c: Remove xfail.
This commit is contained in:
parent
651b8a50a6
commit
df1eba3cea
@ -40,8 +40,7 @@ int pamark(void) {
|
||||
last->m_next = p;
|
||||
}
|
||||
|
||||
p->m_name = (char)c; /* { dg-bogus "leak of 'p'" "bogus leak" { xfail *-*-* } } */
|
||||
// TODO(xfail): related to PR analyzer/97072 and PR analyzer/97074
|
||||
p->m_name = (char)c; /* { dg-bogus "leak of 'p'" "bogus leak" } */
|
||||
|
||||
return 1;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user