代码搜索:cannot
找到约 7,468 项符合「cannot」的源代码
代码结果 7,468
www.eeworm.com/read/366702/2869162
c catch8.c
// { dg-do run }
// { dg-options "-w" }
// Copyright (C) 1999, 2000 Free Software Foundation, Inc.
// Contributed by Nathan Sidwell 6 Jun 1999
// We cannot catch an ambiguous base c
www.eeworm.com/read/366702/2870676
c parsing8.c
// { dg-do assemble }
// GROUPS passed parsing
// parsing folder
// From: nag@soft.flab.fujitsu.co.jp
// Date: Thu, 08 Jul 1993 10:54:59 +0900
// Subject: g++ cannot understand `void (**f)()'
//
www.eeworm.com/read/366702/2876140
f90 equiv_constraint_3.f90
! { dg-do compile }
! PR20900 - USE associated variables cannot be equivalenced.
! Contributed by Joost VandeVondele
MODULE TEST
INTEGER :: I
END MODULE
! note 11.7
USE TEST, ONLY :
www.eeworm.com/read/366702/2876660
f90 data_initialized.f90
! { dg-do compile }
! { dg-options "-std=f95" }
! Tests fix for PR17737 - already initialized variable cannot appear
! in data statement
integer :: i, j = 1
data i/0/
data i/0/ ! {
www.eeworm.com/read/366702/2880560
c vect-align-1.c
/* { dg-require-effective-target vect_int } */
#include
#include
#include "tree-vect.h"
/* Compile time known misalignment. Cannot use loop peeling to align
the store. */
www.eeworm.com/read/364500/2903492
h data.h
void Write_To_File(char flag,char *file,int *word)
{
const char *xy;
int i=0;
FILE *stream;
if ((stream = fopen(file, "w+b")) == NULL)
{
fprintf(stderr, "Cannot open output file.\n");
www.eeworm.com/read/360971/2955096
cpp fig17_06.cpp
// Fig. 17.6: fig17_06.cpp
// Non-friend/non-member functions cannot access
// private data of a class.
#include
using std::cout;
using std::endl;
// Modified Count class
class
www.eeworm.com/read/360437/2961458
proto chk.proto
#!/bin/sh -
#
# $Id: chk.proto,v 1.8 2002/03/27 04:32:59 bostic Exp $
#
# Check to make sure that prototypes are actually needed.
d=../..
[ -f $d/LICENSE ] || {
echo 'FAIL: cannot find source distr
www.eeworm.com/read/351043/3110822
h data.h
void Write_To_File(char flag,char *file,int *word)
{
const char *xy;
int i=0;
FILE *stream;
if ((stream = fopen(file, "w+b")) == NULL)
{
fprintf(stderr, "Cannot open output file.\n");