代码搜索:Because
找到约 10,000 项符合「Because」的源代码
代码结果 10,000
www.eeworm.com/read/395229/2444575
c brk.c
/* brk on H8/300 by ysato */
#include
#include
#include
/* This must be initialized data because commons can't have aliases. */
void *__curbrk = 0;
int brk (
www.eeworm.com/read/395229/2445729
c stat.c
#include
#include
#include
void print_struct_stat(char *msg, struct stat *s)
{
printf("%s\n", msg);
/* The casts are because glibc thinks it's cool */
pri
www.eeworm.com/read/366702/2865059
c 20020523.c
/* PR target/6753
This testcase was miscompiled because sse_mov?fcc_const0*
patterns were missing earlyclobber. */
/* { dg-do run } */
/* { dg-options "-O2 -msse -mfpmath=sse -ffast-math" } */
www.eeworm.com/read/366702/2866151
c interface4.c
/* https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=227376 */
/* { dg-do compile } */
/* { dg-options "-g2" } */
/* We used to crash when emitting debug info for type N::A because its
context
www.eeworm.com/read/366702/2867283
c strength-reduce.c
// This testcase was miscompiled on s390x, because strength-reduction
// did not see biv in C::foo as used after loop, but it was used
// in a REG_EQUAL note.
// { dg-do run }
// { dg-options "-O2" }
www.eeworm.com/read/366702/2867399
c mmx1.c
// PR optimization/4994
// This testcase ICEd because movsi was not supporting direct
// mmx -> mmx register moves.
// { dg-do compile }
// { dg-options "-O2" }
// { dg-options "-fno-exceptions -O2 -m
www.eeworm.com/read/366702/2867436
c conj2.c
// PR target/6043
// This testcase ICEd on IA-64 because emit_group_store
// did not handle loading CONCAT from register group
// { dg-do compile }
struct C
{
C (double y, double z) { __real__ x =
www.eeworm.com/read/366702/2876160
f90 achar_4.f90
! { dg-do run }
! Tests the fix for PR31257, in which achar caused an ICE because it had no
! charlen.
!
! The code comes from http://www.star.le.ac.uk/~cgp/fortran.html (by Clive Page)
! Reported by
www.eeworm.com/read/366702/2876627
f03 binding_label_tests_11_main.f03
! { dg-do compile }
! This file must be compiled AFTER binding_label_tests_11.f03, which it
! should be because dejagnu will sort the files.
module binding_label_tests_11_main
use iso_c_binding, on
www.eeworm.com/read/366702/2877711
f03 binding_label_tests_10.f03
! { dg-do compile }
! This file must be compiled BEFORE binding_label_tests_10_main.f03, which it
! should be because dejagnu will sort the files.
module binding_label_tests_10
use iso_c_binding