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
[C++ PATCH] Deprecate -ffriend-injection
[official-gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
pr79769.C
blob
c3186877f60ef40ee5fbf017c2a1154227c1f1ca
1
/* { dg-do compile { target { { i?86-*-* x86_64-*-* } && { ! x32 } } } } */
2
/* { dg-options "-fcheck-pointer-bounds -mmpx -mabi=ms" } */
3
4
void a (_Complex) { a (3); }