* auto-profile.c (afdo_annotate_cfg): Use update_max_bb_count.
[official-gcc.git] / gcc / testsuite / g++.dg / abi / mangle-arm-crypto.C
blobf3fb1a96601b2e35d7c6ac439061336f1fe691e1
1 // Test that ARM NEON types used by the Cryptograpy Extensions
2 // have their names mangled correctly.
4 // { dg-do compile }
5 // { dg-require-effective-target arm_crypto_ok }
6 // { dg-add-options arm_crypto }
8 #include <arm_neon.h>
10 void f0 (poly64_t a) {}
11 void f1 (poly128_t a) {}
12 void f2 (poly64x2_t a) {}
14 // { dg-final { scan-assembler "_Z2f0y:" } }
15 // { dg-final { scan-assembler "_Z2f1o:" } }
16 // { dg-final { scan-assembler "_Z2f2Dv2_y:" } }