comparison gcc/testsuite/gcc.target/aarch64/options_set_19.c @ 152:2b5abeee2509

update gcc11
author anatofuz
date Mon, 25 May 2020 07:50:57 +0900
parents
children
comparison
equal deleted inserted replaced
145:1830386684a0 152:2b5abeee2509
1 /* { dg-do compile } */
2 /* { dg-additional-options "-march=armv8.4-a+fp" } */
3
4 int main ()
5 {
6 return 0;
7 }
8
9 /* { dg-final { scan-assembler {\.arch armv8\.4-a\+crc} } } */
10
11 /* fp default, don't emit. */