mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-03 07:00:27 +08:00
analyzer: convert conditionals-2.c to a torture test
gcc/testsuite/ChangeLog: * gcc.dg/analyzer/conditionals-2.c: Move to... * gcc.dg/analyzer/torture/conditionals-2.c: ...here, converting to a torture test. Remove redundant include.
This commit is contained in:
parent
e978955dd7
commit
e34ad101a4
@ -1,3 +1,9 @@
|
||||
2020-01-30 David Malcolm <dmalcolm@redhat.com>
|
||||
|
||||
* gcc.dg/analyzer/conditionals-2.c: Move to...
|
||||
* gcc.dg/analyzer/torture/conditionals-2.c: ...here, converting
|
||||
to a torture test. Remove redundant include.
|
||||
|
||||
2020-01-30 David Malcolm <dmalcolm@redhat.com>
|
||||
|
||||
PR analyzer/93356
|
||||
|
@ -1,8 +1,6 @@
|
||||
// TODO: run this test case at every optimization level
|
||||
/* { dg-additional-options "-O2" } */
|
||||
/* { dg-skip-if "" { *-*-* } { "-fno-fat-lto-objects" } { "" } } */
|
||||
|
||||
#include <stddef.h>
|
||||
#include "analyzer-decls.h"
|
||||
#include "../analyzer-decls.h"
|
||||
|
||||
#define Z_NULL 0
|
||||
|
Loading…
x
Reference in New Issue
Block a user