+2019-03-15 Robin Dapp <rdapp@linux.ibm.com>
+
+ * gcc.target/s390/target-attribute/tattr-1.c (htm0): -mhtm -> '-mhtm'.
+ * gcc.target/s390/target-attribute/tattr-2.c: Likewise.
+ * gcc.target/s390/target-attribute/tattr-3.c (vx0): -mvx -> '-mvx'.
+ * gcc.target/s390/target-attribute/tattr-4.c: Likewise.
+
2019-03-15 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
PR target/89719
__attribute__ ((target("arch=z10")))
void htm0(void)
{
- __builtin_tend(); /* { dg-error "is not supported without -mhtm" } */
+ __builtin_tend(); /* { dg-error "is not supported without '-mhtm'" } */
}
void htmd(void)
#ifdef __HTM__
#error __HTM__ is defined
#endif
- __builtin_tend (); /* { dg-error "is not supported without -mhtm" } */
+ __builtin_tend (); /* { dg-error "is not supported without '-mhtm'" } */
}
#pragma GCC reset_options
#ifdef __HTM__
#error __HTM__ is defined
#endif
- __builtin_tend (); /* { dg-error "is not supported without -mhtm" } */
+ __builtin_tend (); /* { dg-error "is not supported without '-mhtm'" } */
}
void htmd(void)
#ifdef __HTM__
#error __HTM__ is defined
#endif
- __builtin_tend (); /* { dg-error "is not supported without -mhtm" } */
+ __builtin_tend (); /* { dg-error "is not supported without '-mhtm'" } */
}
__attribute__ ((target("arch=z10")))
void vx0(void)
{
- __builtin_s390_vll ((unsigned int)0, (const void *)8); /* { dg-error "requires -mvx" } */
+ __builtin_s390_vll ((unsigned int)0, (const void *)8); /* { dg-error "requires '-mvx'" } */
}
void vxd(void)
#ifdef __VEC__
#error __VEC__ is defined
#endif
- __builtin_s390_vll ((unsigned int)0, (const void *)8); /* { dg-error "requires -mvx" } */
+ __builtin_s390_vll ((unsigned int)0, (const void *)8); /* { dg-error "requires '-mvx'" } */
}
void d(void)
#ifdef __VEC__
#error __VEC__ is defined
#endif
- __builtin_s390_vll ((unsigned int)0, (const void *)8); /* { dg-error "requires -mvx" } */
+ __builtin_s390_vll ((unsigned int)0, (const void *)8); /* { dg-error "requires '-mvx'" } */
}