repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
PR target/80969 - Fix ICE with -mabi=ms -mavx512f, reduce wasted space when realignin...
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.target
/
i386
/
chkp-builtins-4.c
blob
d408a490b13085e99e0e83dd2e57505f218badda
1
/* { dg-do compile { target { ! x32 } } } */
2
/* { dg-options "-fcheck-pointer-bounds -mmpx -fdump-tree-chkp" } */
3
/* { dg-final { scan-tree-dump-not "bnd_null_ptr_bounds" "chkp" } } */
4
5
void
*
6
chkp_test
(
void
*
p
)
7
{
8
return
__builtin___bnd_null_ptr_bounds
(
p
);
9
}