⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 20020108-1.c

📁 linux下编程用 编译软件
💻 C
字号:
/* This testcase failed on i686 because (const_int -1) was changed into   (const_int 0xffff) when storing it into SImode pseudo, but was not   converted back to (const_int -1) when returning from store_expr,   eventhough target was (subreg:HI (reg/v:SI indx)).  But (const_int 0xffff)   is not valid general_operand in HImode.  *//* { dg-do compile } *//* { dg-options "-O2" } *//* { dg-options "-O2 -mtune=i686" { target { { i?86-*-* x86_64-*-* } && ilp32 } } } */voidfoo (unsigned short *cp){  unsigned short indx;  *cp = indx = 0xFFFF;}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -