代码搜索:implicit
找到约 5,250 项符合「implicit」的源代码
代码结果 5,250
www.eeworm.com/read/366702/2877763
f90 bounds_check_10.f90
! { dg-do run }
! { dg-options "-fbounds-check" }
! { dg-shouldfail "Different CHARACTER lengths" }
! PR fortran/33254: No bounds checking for array constructors
program array_char
implicit none
chara
www.eeworm.com/read/366702/2877764
f90 missing_parens_2.f90
! { dg-do run }
! PR34325 Wrong error message for syntax error
program aa
implicit none
real(kind=8)::r1=0
character(25) :: a
a = 'I am not a )))))'')''.'
if ((((((a /= "I am not a )))))')'.")))))) ca
www.eeworm.com/read/366702/2877770
f90 streamio_12.f90
! { dg-do run }
! PR33985 Stream IO test with empty write, array writes, and reads.
program streamtest
implicit none
character(1) :: lf = char(10)
character(1) :: tchar
integer :: i
www.eeworm.com/read/366702/2877785
f03 value_7.f03
! { dg-do run }
! Test passing character strings by-value.
! PR fortran/32732
program test
implicit none
character(len=13) :: chr
chr = 'Fortran '
call sub1(chr)
if(chr /= 'Fortran
www.eeworm.com/read/366702/2877810
f90 random_7.f90
! { dg-do run }
! { dg-options "-fdefault-integer-8" }
!
program trs
implicit none
integer :: size, ierr
integer, allocatable, dimension(:) :: seed, check
call test_random_seed(size)
allocat
www.eeworm.com/read/366702/2881038
c pr35899.c
/* PR tree-optimization/35899 */
/* { dg-do compile } */
/* { dg-options "-O2" } */
int
foo (void)
{
int a = bar (); /* { dg-warning "previous implicit declaration" } */
return a;
}
void
bar (vo
www.eeworm.com/read/366702/2881873
c wsign-conversion.c
/* Test for diagnostics for implicit conversions between signed and
unsigned integer types.
These tests come from gcc/testsuite/gcc.dg/overflow-warn-2.c */
/* { dg-do compile } */
/* { dg-opti
www.eeworm.com/read/366702/2882755
c 20041213-1.c
/* { dg-do compile } */
/* { dg-options "" } */
/* test redeclarations with void and implicit int */
extern foo1(); /* { dg-error "previous declaration" } */
extern void foo1(); /* { dg-error "conflic
www.eeworm.com/read/366702/2883911
c assign-warn-2.c
/* Test diagnostics for bad implicit type conversions.
-pedantic-errors test. */
/* Origin: Joseph Myers */
/* { dg-do compile } */
/* { dg-options "-pedantic-errors" } */
www.eeworm.com/read/162614/5530244
c 20041213-1.c
/* { dg-do compile } */
/* test redeclarations with void and implicit int */
extern foo1(); /* { dg-error "error: previous declaration" } */
extern void foo1(); /* { dg-error "error: conflicting types