This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: G77 problem and help needed


Hello;

On Sun, 25 Feb 2001, Toon Moene wrote:

> Apparently, the BLOCK DATA file is generated automatically:
> 
> Would it be possible to have the program in_file2blkd generate an input
> file so that
> 
>       Parameter (LenWTMXSMP1=1739)
>       Character*2354 WTMXSMP1_LN(LenWTMXSMP1)
>       COMMON /WTMXSMP1 / WTMXSMP1_LN
>       READ(unit,'(A)') WTMXSMP1_LN
> 
> would be sufficient to initialise the array WTMXSMP1_LN ?

There was such an input file in the beginning. Because of some
technical production reasons, the issue is that the program is
supposed to run WITHOUT accessing an external data initialisation
file. Thus, a script was used which transforms the content of that
external data file into a BLOCKDATA routine, this way avoiding the
external file, and having all that is needed to run inside the
executable module.

So, my question: would it be possible to have this fixed soon, ie, for
GCC3.0? Or what is your timescale?


Best regards

Martin


--

Martin W. Gruenewald                   Humboldt University Berlin (HUB)
http://l3www.cern.ch/homepages/gruenew/welcome.html

CERN EP/L3 32-2C07                     e-mail: Martin.Grunewald@cern.ch
CH-1211 Geneva 23                      Phone:  ++41-22-76 79927, 79875, 74477
Switzerland                            Fax:    ++41-22-78 28923


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]