Talk About Network

Google


Register and Login
Nick
Password
Register create new account Sign up is FREE and you can post replies, new topics, bookmark posts and more!
Recover lost password


Programming > Fortran > Re: Syntax chec...
Latest [ Topics | Posts ] Archive Post A New Topic Post a Reply
<< Topic < Post Post 8 of 14 Topic 8187 of 8775
Post > Topic >>

Re: Syntax check for IMPLICIT statement

by "James Van Buskirk" <not_valid@[EMAIL PROTECTED] > Apr 28, 2008 at 01:10 AM

"James Van Buskirk" <not_valid@[EMAIL PROTECTED]
> wrote in message 
news:w8GdnfQgK-Ic8ojVnZ2dnUVZ_qCunZ2d@[EMAIL PROTECTED]
> Still haven't made it to the mythic ICE but I have another stumbling
> block:

At last I have attained that bug which so many of its brethren have
sacrificed their lives to conceal:

C:\gfortran\clf\startest>type bug4a.f90
module mykinds
   implicit none
   integer, parameter :: ck1 = kind('x')
end module mykinds

module mergetest_c1
   use mykinds
   implicit character(len=*,kind=ck1) (Q)
   private
   public mergetest
   interface mergetest
      module procedure mergetest_template
   end interface mergetest
   contains
      subroutine mergetest_template(Qtsource, Qfsource)
         write(*,'(a,1x,a)') Qtsource, Qfsource
      end subroutine mergetest_template
end module mergetest_c1

program bug4
   use mykinds
   use mergetest_c1
   implicit none

   call mergetest(ck1_'Hello', ck1_'world')
end program bug4

C:\gfortran\clf\startest>gfortran bug4a.f90 -obug4a
bug4a.f90:12: internal compiler error: in create_function_arglist, at 
fortran/tr
ans-decl.c:1488
Please submit a full bug re****t,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html>
for instructions.

GAME OVER (for now...)

-- 
write(*,*) transfer((/17.392111325966148d0,6.5794487871554595D-85, &
6.0134700243160014d-154/),(/'x'/)); end
 




 14 Posts in Topic:
Syntax check for IMPLICIT statement
"James Van Buskirk&q  2008-04-27 17:22:05 
Re: Syntax check for IMPLICIT statement
glen herrmannsfeldt <g  2008-04-27 15:46:23 
Re: Syntax check for IMPLICIT statement
"Michael Metcalf&quo  2008-04-27 23:42:29 
Re: Syntax check for IMPLICIT statement
glen herrmannsfeldt <g  2008-04-27 17:45:16 
Re: Syntax check for IMPLICIT statement
"James Van Buskirk&q  2008-04-27 21:15:11 
Re: Syntax check for IMPLICIT statement
"James Van Buskirk&q  2008-04-27 23:11:09 
Re: Syntax check for IMPLICIT statement
"James Van Buskirk&q  2008-04-28 00:32:40 
Re: Syntax check for IMPLICIT statement
"James Van Buskirk&q  2008-04-28 01:10:52 
Re: Syntax check for IMPLICIT statement
Herman D. Knoble <Skip  2008-04-28 07:55:29 
Re: Syntax check for IMPLICIT statement
Janne Blomqvist <foo@[  2008-04-28 10:28:49 
Re: Syntax check for IMPLICIT statement
Herman D. Knoble <Skip  2008-04-28 07:52:59 
Re: Syntax check for IMPLICIT statement
Herman D. Knoble <Skip  2008-04-28 07:57:06 
Re: Syntax check for IMPLICIT statement
Herman D. Knoble <Skip  2008-04-28 07:44:21 
Re: Syntax check for IMPLICIT statement
Steve Lionel <Steve.Li  2008-04-28 12:01:13 

Post A Reply:
  Go here to Signup

AddThis Feed Button


About - Advertising - Contact - Frequently Asked Questions - Privacy Policy - Terms of Use - Signup

Contact
tan12V112 Mon Oct 13 8:40:31 CDT 2008.