__asm__ volatile ( CEGBRA(1,0,0,0) : : : "cc", "memory");
__asm__ volatile ( CEFBRA(3,0,0,0) : : : "cc", "memory");
__asm__ volatile ( CDGBRA(4,0,0,0) : : : "cc", "memory");
+
+ /* Note: an emulation warning is expected for the following
+ insn but none is given. The reason is that at most 3 warnings
+ of a given kind will be issued - and we already had three. */
__asm__ volatile ( CEFBRA(5,0,0,0) : : : "cc", "memory");
printf("after\n");
feature requires the floating point extension facility
which is not available on this host. Continuing using
the rounding mode from FPC. Results may differ!
- at 0x........: main (fpext_warn.c:10)
+ at 0x........: main (fpext_warn.c:11)
Emulation warning: unsupported action:
The specified rounding mode cannot be supported. That
feature requires the floating point extension facility
which is not available on this host. Continuing using
the rounding mode from FPC. Results may differ!
- at 0x........: main (fpext_warn.c:10)
+ at 0x........: main (fpext_warn.c:12)
Emulation warning: unsupported action:
The specified rounding mode cannot be supported. That
feature requires the floating point extension facility
which is not available on this host. Continuing using
the rounding mode from FPC. Results may differ!
- at 0x........: main (fpext_warn.c:10)
+ at 0x........: main (fpext_warn.c:13)