comparison gcc/testsuite/gcc.dg/analyzer/data-model-2.c @ 145:1830386684a0

gcc-9.2.0
author anatofuz
date Thu, 13 Feb 2020 11:34:05 +0900
parents
children
comparison
equal deleted inserted replaced
131:84e7813d76e9 145:1830386684a0
1 /* { dg-additional-options "-O2" } */
2 /* TODO:is there a way to automatically run the tests on various
3 optimizations levels, and with/without debuginfo, rather than
4 hardcoding options? Adapt from torture .exp, presumably. */
5
6
7 #include <stdlib.h>
8 #include <string.h>
9
10 int test_1 (void)
11 {
12 return 0;
13 }