代码搜索:continue
找到约 10,000 项符合「continue」的源代码
代码结果 10,000
www.eeworm.com/read/162614/5526184
f90 eor_handling_3.f90
! { dg-do run }
! PR 19595: Handle end-of-record condition with pad=yes (default)
program main
integer i1, i2
open(77,status='scratch')
write (77,'(A)') '123','456'
rewind(77)
read(77,'(2I2
www.eeworm.com/read/162614/5526389
f90 assign_2.f90
! { dg-do run }
! Option passed to avoid excess errors from obsolete warning
! { dg-options "-w" }
! PR18827
integer i,j
common /foo/ i,j
assign 1000 to j
j = 5
goto j
1
www.eeworm.com/read/162614/5526535
f90 iomsg_1.f90
! { dg-do run }
! Test implementation of the iomsg tag.
program iomsg_test
character(len=70) ch
! Test that iomsg is left unchanged with no error
ch = 'asdf'
open(10, status='scratch', iomsg=
www.eeworm.com/read/162614/5527001
x 20030216-1.x
# This test requires constant propagation of loads and stores to be
# enabled. This is only guaranteed at -O2 and higher. Do not run
# at -O1.
set torture_eval_before_compile {
if {[string match
www.eeworm.com/read/162614/5536469
java output_javasrc.java
/* Copyright (C) 1999 Free Software Foundation
This file is part of libgcj.
This software is copyrighted work licensed under the terms of the
Libgcj License. Please consult the file "LIBGCJ_LIC
www.eeworm.com/read/162519/5540965
c ffi.c
/* -----------------------------------------------------------------------
ffi.c - Copyright (c) 2002, 2003, 2004, 2005 Kaz Kojima
SuperH Foreign Function Interface
Permission is hereby
www.eeworm.com/read/162519/5546001
java output_javasrc.java
/* Copyright (C) 1999 Free Software Foundation
This file is part of libgcj.
This software is copyrighted work licensed under the terms of the
Libgcj License. Please consult the file "LIBGCJ_LIC
www.eeworm.com/read/160303/5573119
c whack.c
/* command interface to Pluto
* Copyright (C) 1997 Angelos D. Keromytis.
* Copyright (C) 1998-2003 D. Hugh Redelmeier.
* Copyright (C) 2004 Michael Richardson
*
* Th
www.eeworm.com/read/158872/5592116
exp signals.exp
# Copyright 1997, 1998, 1999, 2003 Free Software Foundation, Inc.
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as pu
www.eeworm.com/read/158872/5592398
exp exception.exp
# Copyright (C) 1997, 1998 Free Software Foundation, Inc.
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by