libcpp, c, middle-end: Optimize initializers using #embed in C
[official-gcc.git] / gcc / testsuite / gcc.dg / torture / asm-subreg-1.c
blob4090249563b1b21dd21d368a9aa079591c0dc777
1 /* PR middle-end/20491 */
3 /* { dg-do compile } */
4 /* { dg-skip-if "" { hppa*64*-*-* || sparc-*-vxworks* } } */
6 /* Combine used to introduce invalid subregs for the asm input, and
7 we'd crash later on, when removing all subregs. */
9 volatile unsigned short _const_32 [4] = {1,2,3,4};
10 void
11 evas_common_convert_yuv_420p_601_rgba()
13 __asm__ __volatile__ ("" : : "X" (*_const_32));