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:
David Malcolm 2020-01-30 14:57:34 -05:00
parent e978955dd7
commit e34ad101a4
2 changed files with 8 additions and 4 deletions

View File

@ -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

View File

@ -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