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

📄 20020531-1.c

📁 this is a gcc file, you can download it and learn its usetility, for further detail please look at t
💻 C
字号:
/* PR optimization/6842   This testcase caused ICE when trying to optimize V8QI subreg of VOIDmode   CONST_DOUBLE.  *//* { dg-do compile { target i?86-*-* } } *//* { dg-options "-O2 -mmmx" } */typedef int __v8qi __attribute__ ((__mode__ (__V8QI__)));extern void abort (void);extern void exit (int);void foo (void){  unsigned long long a = 0x0102030405060708LL;  unsigned long long b = 0x1020304050607080LL;  unsigned long long c;  c = (unsigned long long) __builtin_ia32_paddusb ((__v8qi) a, (__v8qi) b);  __builtin_ia32_emms ();  if (c != 0x1122334455667788LL)    abort ();}

⌨️ 快捷键说明

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