代码搜索:checking
找到约 6,492 项符合「checking」的源代码
代码结果 6,492
www.eeworm.com/read/366702/2867414
c pr20931.c
// PR middle-end
// This testcase ICEd because fold checking saw a type change which
// is allowed as TYPE_CONTAINS_PLACEHOLDER_INTERNAL could change.
// { dg-do compile }
// { dg-options "-O2" }
i
www.eeworm.com/read/366702/2876607
f90 bounds_check_11.f90
! { dg-do run }
! { dg-options "-fbounds-check" }
! { dg-shouldfail "Array bound checking" }
! PR fortran/33745
!
! Don't check upper bound of assumed-size array
!
program test
implicit none
intege
www.eeworm.com/read/366702/2878213
c pr24141.c
// reduced testcase, compile with -O2. Also, with --disable-checking
// gcc produces wrong code.
void abort (void);
int i;
void g (void)
{
i = 1;
}
void f (int a, int b)
{
int c = 0;
if (a ==
www.eeworm.com/read/366702/2881152
c pr33726.c
/* { dg-do compile } */
/* We used to ICE here with type-checking enabled. */
typedef unsigned int U032;
typedef volatile struct X {
U032 Monochrome[1];
struct {
U032 WidthHeigh
www.eeworm.com/read/366702/2884454
c branch-1.c
/* Test for format checking of conditional expressions. */
/* Origin: Joseph Myers */
/* { dg-do compile } */
/* { dg-options "-std=gnu99 -Wformat" } */
#include "format.h"
void
f
www.eeworm.com/read/361550/2945248
cpp crc.cpp
/* crc.cpp
CRC error checking */
/*
* @(#) crc.cc 1.5, last edit: 6/15/94 16:55:30
* @(#) Copyright (C) 1993, 1994 Tobias Bading (bading@cs.tu-berlin.de)
* @(#) Berlin University o
www.eeworm.com/read/353649/3083082
cpp crc.cpp
/* crc.cpp
CRC error checking */
/*
* @(#) crc.cc 1.5, last edit: 6/15/94 16:55:30
* @(#) Copyright (C) 1993, 1994 Tobias Bading (bading@cs.tu-berlin.de)
* @(#) Berlin University o
www.eeworm.com/read/261682/4319970
c evboard.c
/*
V0.1 Initial Release 10/July/2006 RBR
V0.1.2.1
7/17/2006 Fixed problem with maximum length packet (0x7F)
reception in interrupt service function. Was checking for overflow,
w
www.eeworm.com/read/261682/4319971
c copy of evboard.c
/*
V0.1 Initial Release 10/July/2006 RBR
V0.1.2.1
7/17/2006 Fixed problem with maximum length packet (0x7F)
reception in interrupt service function. Was checking for overflow,
w
www.eeworm.com/read/252302/4410030
m4 aclocal.m4
AC_DEFUN(AC_COMPILER_LOCALHACK,
[
AC_MSG_CHECKING([if local/include already standard])
rm -f comp.out
echo 'int main() { int i = 1; if( *((unsigned char *) &i) == 0 ) printf( "BIGENDIAN"); retu