Mercurial > hg > CbC > GCC_original
comparison gcc/testsuite/c-c++-common/pr27336.c @ 18:1830386684a0
gcc-9.2.0
author | anatofuz |
---|---|
date | Thu, 13 Feb 2020 11:34:05 +0900 |
parents | 04ced10e8804 |
children |
comparison
equal
deleted
inserted
replaced
17:84e7813d76e9 | 18:1830386684a0 |
---|---|
1 /* { dg-do compile } */ | 1 /* { dg-do compile } */ |
2 /* { dg-options "-O2 -fdelete-null-pointer-checks -fdump-tree-vrp1" } */ | 2 /* { dg-options "-O2 -fdelete-null-pointer-checks -fdump-tree-vrp1" } */ |
3 /* { dg-skip-if "" { keeps_null_pointer_checks } } */ | |
3 | 4 |
4 struct B { int x; }; | 5 struct B { int x; }; |
5 extern void g3(struct B *that) __attribute__((nonnull)); | 6 extern void g3(struct B *that) __attribute__((nonnull)); |
6 int f3(struct B *a) | 7 int f3(struct B *a) |
7 { | 8 { |