blob: 954bf3ac8c360bf47cb3d2060ed429c888cea736 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
/* { dg-do compile { target { aarch64*-*-linux* && { ! aarch64_gas_has_build_attributes } } } } */
/* { dg-options "-mbranch-protection=gcs -dA" } */
int main()
{
return 0;
}
/* { dg-final { scan-assembler-not "\.aeabi_subsection" } } */
/* { dg-final { scan-assembler-not "\.aeabi_attribute" } } */
/* { dg-final { scan-assembler "\.section\t\.note\.gnu\.property" } } */
/* { dg-final { scan-assembler "\.word\t0x4\t\/\/ GNU_PROPERTY_AARCH64_FEATURE_1_AND \\(GCS\\)" } } */
|