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
* auto-profile.c (afdo_annotate_cfg): Use update_max_bb_count.
[official-gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
abi
/
mangle7.C
blob
14c65a24da866c8a619ef587fa71c30a4e183619
1
/* { dg-do compile } */
2
3
typedef void *const t1[2];
4
float const f1(t1 (&)[79], ...) { return 0.0f; }
5
6
/* { dg-final { scan-assembler _Z2f1RA79_A2_KPvz } } */