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
testsuite: Add -Wno-psabi to pr104505.c
[official-gcc.git]
/
gcc
/
testsuite
/
c-c++-common
/
pr70144-2.c
blob
0973b792e95a8243eec2d53fceaea1ee3cd96c79
1
/* PR c++/70144 */
2
/* { dg-do run } */
3
/* { dg-options "-O2" } */
4
5
int
6
main
()
7
{
8
if
(
__builtin_constant_p
(
__builtin_memset
) !=
0
9
||
__builtin_classify_type
(
__builtin_memset
) !=
5
)
10
__builtin_abort
();
11
return
0
;
12
}