代码搜索:Because

找到约 10,000 项符合「Because」的源代码

代码结果 10,000
www.eeworm.com/read/240162/4578966

c crossjump1.c

// This testcase failed on s390, because cross-jumping merged 2 calls, // one with REG_EH_REGION note with no handlers (ie. termination) // and one without REG_EH_REGION note. // { dg-do run } // { dg
www.eeworm.com/read/240162/4588175

c shiftdi.c

/* Failed on sparc with -mv8plus because sparc.c:set_extends() thought erroneously that SImode ASHIFT chops the upper bits, it does not. */ typedef unsigned long long uint64; void g(uint64 x, in
www.eeworm.com/read/240162/4588265

c 20020412-1.c

/* PR c/3711 This testcase ICEd on IA-32 at -O0 and was miscompiled otherwise, because std_expand_builtin_va_arg didn't handle variable size types. */ #include extern void abort (v
www.eeworm.com/read/240162/4589083

c 20031220-2.c

/* PR target/12749 Orgin: Matt Thomas This used to cause GCC to write out an instruction for i386 when using a L64 host which gas could not handle because GCC would writ
www.eeworm.com/read/237551/4626482

s e_exp10.s

/* * Written by Ulrich Drepper . */ #include /* 10^x = 2^(x * log2(10)) */ ENTRY(__ieee754_exp10) fldl 4(%esp) /* I added the following ugly construct because
www.eeworm.com/read/233448/4670604

c sibcall-unwind-2.c

/* PR 18987. This caused an assembler error because we emitted ".restore sp" twice. */ /* { dg-do compile } */ /* { dg-options "-O2 -fno-omit-frame-pointer -w" } */ /* { dg-final { scan-assembler
www.eeworm.com/read/233448/4671021

c crossjump1.c

// This testcase failed on s390, because cross-jumping merged 2 calls, // one with REG_EH_REGION note with no handlers (ie. termination) // and one without REG_EH_REGION note. // { dg-do run } // { dg
www.eeworm.com/read/233448/4681734

c dg-dot-run-exp-u.c

/* Test the tester; previously gcc.misc-tests/dg-12.c. */ /* { dg-prms-id 42 } */ /* { dg-do run { target foo-bar-eh } } */ /* The \n is left out of the pattern because tcl's exec will remove it. */
www.eeworm.com/read/233448/4682095

c shiftdi.c

/* Failed on sparc with -mv8plus because sparc.c:set_extends() thought erroneously that SImode ASHIFT chops the upper bits, it does not. */ typedef unsigned long long uint64; void g(uint64 x, in
www.eeworm.com/read/233448/4682192

c 20020412-1.c

/* PR c/3711 This testcase ICEd on IA-32 at -O0 and was miscompiled otherwise, because std_expand_builtin_va_arg didn't handle variable size types. */ #include extern void abort (v