代码搜索:cannot

找到约 7,468 项符合「cannot」的源代码

代码结果 7,468
www.eeworm.com/read/162614/5526195

f90 shape_1.f90

! { dg-do compile } ! PR 13201 we used to not give an error in those cases subroutine foo(n) integer, parameter :: a(n) = 1 ! { dg-error "cannot be automatic" "automatic shape" } integer, paramet
www.eeworm.com/read/162614/5526417

f namelist_blockdata.f

! { dg-do compile } ! Tests fix for PR21565 - object cannot be in namelist and block data. block data common /foo/ a namelist /foo_n/ a ! { dg-error "not allowed in BLOCK DATA" }
www.eeworm.com/read/162614/5526455

f90 enum_4.f90

! { dg-do compile } ! Program to test ENUM parsing errors program main implicit none enum, bind (c) ! { dg-warning "New in Fortran 2003" } enumerator :: red, black = 2 enumerator
www.eeworm.com/read/162614/5530351

c recip-4.c

/* { dg-do compile } */ /* { dg-options "-O1 -fno-trapping-math -funsafe-math-optimizations -fdump-tree-recip" } */ /* based on the test case in pr23109 */ double F[2] = { 0., 0. }, e = 0.; /* Nope
www.eeworm.com/read/162614/5530849

c transparent-union-3.c

/* Test for ICEs on invalid transparent unions (empty or no named members). Bug 21213. */ /* Origin: Joseph Myers */ /* { dg-do compile } */ /* { dg-options "" } */ enu
www.eeworm.com/read/292919/8324875

1 fig3.1

#include "apue.h" int main(void) { if (lseek(STDIN_FILENO, 0, SEEK_CUR) == -1) printf("cannot seek\n"); else printf("seek OK\n"); exit(0); }
www.eeworm.com/read/292919/8324989

c seek.c

#include "apue.h" int main(void) { if (lseek(STDIN_FILENO, 0, SEEK_CUR) == -1) printf("cannot seek\n"); else printf("seek OK\n"); exit(0); }
www.eeworm.com/read/392544/8336415

1 fig3.1

#include "apue.h" int main(void) { if (lseek(STDIN_FILENO, 0, SEEK_CUR) == -1) printf("cannot seek\n"); else printf("seek OK\n"); exit(0); }
www.eeworm.com/read/392544/8336585

c seek.c

#include "apue.h" int main(void) { if (lseek(STDIN_FILENO, 0, SEEK_CUR) == -1) printf("cannot seek\n"); else printf("seek OK\n"); exit(0); }
www.eeworm.com/read/367135/9780588

cpp talkrecorddetaildlg.cpp

// talkrecorddetailDlg.cpp : implementation file // #include "stdafx.h" #include "fee.h" #include "talkrecorddetailDlg.h" #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_FILE static char T