代码搜索:Because
找到约 10,000 项符合「Because」的源代码
代码结果 10,000
www.eeworm.com/read/366702/2877838
c dg-output-exp-p.c
/* Test the tester; previously gcc.misc-tests/dg-5.c. */
/* { dg-prms-id 42 } */
/* { dg-do run } */
/* The \n is left out of the pattern because tcl's exec will remove it. */
/* { dg-output {Hello
www.eeworm.com/read/366702/2878432
c 20020213-1.c
/* PR c/5681
This testcase failed on IA-32 at -O0, because safe_from_p
incorrectly assumed it is safe to first write into a.a2 b-1
and then read the original value from it. */
int bar (floa
www.eeworm.com/read/366702/2878673
c 20030828-2.c
struct rtx_def
{
int code;
};
main()
{
int tmp[2];
struct rtx_def *r, s;
int *p, *q;
/* The alias analyzer was creating the same memory tag for r, p and q
because 'struct rtx_def *' i
www.eeworm.com/read/366702/2879716
c 20020309-2.c
/* This testcase ICEd on IA-32 at -O2, because loop was calling convert_modes
between a MODE_FLOAT and MODE_INT class modes. */
typedef union
{
double d;
long long ll;
} A;
void
foo (A x, A
www.eeworm.com/read/366702/2880354
c 20020411-1.c
/* PR c/6223
This testcase ICEd in internal check because a constant was not truncated
for its mode. */
/* { dg-do compile } */
/* { dg-options "-O2" } */
/* { dg-options "-O2 -march=i686" { ta
www.eeworm.com/read/366702/2880603
c vect-outer-4b.c
/* { dg-do compile } */
#define N 40
#define M 128
signed short in[N+M];
signed short coeff[M];
int out[N];
/* Outer-loop vectorization.
Currently not vectorized because of multiple-data-types in
www.eeworm.com/read/366702/2880786
c vect-outer-4a.c
/* { dg-do compile } */
#define N 40
#define M 128
signed short in[N+M];
signed short coeff[M];
signed short out[N];
/* Outer-loop vectorization.
Currently not vectorized because of multiple-data
www.eeworm.com/read/366702/2884380
c 20020116-1.c
/* This testcase ICEd on Alpha because ldq_u argument was not subject to
small_symbolic_mem_operand splitting. */
/* { dg-do compile } */
/* { dg-options "-O2" } */
/* { dg-options "-O2 -fpic -mex
www.eeworm.com/read/357083/3030605
h msgbuf.h
#ifndef _ASM_IA64_MSGBUF_H
#define _ASM_IA64_MSGBUF_H
/*
* The msqid64_ds structure for IA-64 architecture.
* Note extra padding because this structure is passed back and forth
* between kernel an
www.eeworm.com/read/357083/3030610
h sembuf.h
#ifndef _ASM_IA64_SEMBUF_H
#define _ASM_IA64_SEMBUF_H
/*
* The semid64_ds structure for IA-64 architecture.
* Note extra padding because this structure is passed back and forth
* between kernel an