代码搜索:LABEL
找到约 10,000 项符合「LABEL」的源代码
代码结果 10,000
www.eeworm.com/read/366702/2877648
f90 label_3.f90
! { dg-do compile }
! PR fortran/25756.
! This used to ICE due to the space after the label.
1 ! { dg-warning "Ignoring statement label in empty statement" }
end
www.eeworm.com/read/366702/2877708
f90 label_4.f90
! { dg-do compile }
! { dg-options "-Wunused-label" }
! PR 26277
! We used to give an incorect warning about label 99 not being referenced
open(unit=12,err=99)
99 print *,"could not open file ..."
9
www.eeworm.com/read/366702/2877775
f90 label_1.f90
! { dg-do compile }
! Test the fix for PR 25106 and 25055.
program a
0056780 continue ! { dg-error "Too many digits" }
0 continue ! { dg-error "Zero is not a valid statement label" }
st
www.eeworm.com/read/366702/2880390
c label-decl-4.c
/* Test diagnostics for duplicate label declarations. */
/* Origin: Joseph Myers */
/* { dg-do compile } */
/* { dg-options "" } */
void
f (void)
{
__label__ a, b, a; /*
www.eeworm.com/read/366702/2880391
c label-decl-3.c
/* Test diagnostics for label declarations. Test with
-pedantic-errors. */
/* Origin: Joseph Myers */
/* { dg-do compile } */
/* { dg-options "-pedantic-errors" } */
ty
www.eeworm.com/read/366702/2881408
c wtr-label-1.c
/* Test for -Wtraditional warnings on label conflicts with identifiers.
Note, gcc should omit these warnings in system header files.
Origin: Kaveh R. Ghazi 8/24/2000. *
www.eeworm.com/read/366702/2881541
c label-lineno-1.c
/* Ensure that diagnostics for labels appear on the correct lineno.
by Kaveh R. Ghazi 8/23/2000. */
void
foo(int i)
{
my_label: /* { dg-error "previous definition" "prev
www.eeworm.com/read/366702/2882220
c label-decl-1.c
/* Test diagnostics for label declarations. Test with no special
options. */
/* Origin: Joseph Myers */
/* { dg-do compile } */
/* { dg-options "" } */
typedef int b;
www.eeworm.com/read/366702/2882716
c label-decl-2.c
/* Test diagnostics for label declarations. Test with -pedantic. */
/* Origin: Joseph Myers */
/* { dg-do compile } */
/* { dg-options "-pedantic" } */
typedef int b;
voi
www.eeworm.com/read/366513/2888515
svn-base label.js.svn-base
/*
* Ext JS Library 2.1
* Copyright(c) 2006-2008, Ext JS, LLC.
* licensing@extjs.com
*
* http://extjs.com/license
*/
/**
* @class Ext.form.Label
* @extends Ext.BoxComponent
* Basic