1 /* PR inline-asm/39059 */
2 /* { dg-do compile { target {! fixed_point} } } */
3 /* { dg-options "-std=gnu99" } */
8 asm ("" : : "r" (0r
)); /* { dg-error "not supported" "reject fixed-point" } */
11 __typeof (0r
) /* { dg-error "not supported" "reject fixed-point" } */
12 b2 (void) /* { dg-bogus "defaults to" } */
14 return 0r
; /* { dg-error "not supported" "reject fixed-point" } */
17 _Accum
/* { dg-error "not supported" "reject fixed-point" } */
20 return 0k
; /* { dg-error "not supported" "reject fixed-point" } */
24 /* { dg-error "not supported" "reject fixed-point" { target *-*-* } .-1 } */
25 /* { dg-error "is used without" "" { target *-*-* } .-2 } */
28 return 0k
; /* { dg-error "not supported" "reject fixed-point" } */