OSDN Git Service

* config/i386/i386.md (UNSPEC_VSIBADDR): New.
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gfortran.dg / initialization_28.f90
1 ! { dg-do compile }
2 !
3 ! PR fortran/50163
4 !
5 ! Contributed by Philip Mason
6 !
7 character(len=2) :: xx ='aa'
8 integer :: iloc=index(xx,'bb') ! { dg-error "has not been declared or is a variable" }
9 end