This is the mail archive of the fortran@gcc.gnu.org mailing list for the GNU Fortran project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: BLOCK DATA ?


Il lun, 2004-08-30 alle 12:39, Tobias Schlüter ha scritto:
> 
> Arg, patch retracted.
> 
> Tobias Schlüter wrote:
> >>+       static int serial = 0;
> >>+       char name[GFC_MAX_SYMBOL_LEN+1];
> >>
> >>+       snprintf (name, GFC_MAX_SYMBOL_LEN, "_BLOCK_DATA_%d", serial++);
> 
> This will of course break when there are BLOCK DATAs in different files, it's
> still an enhancement over the current situation, but I don't think it's worth it.
> 
> - Tobi

BLOCK DATA in different files is actually what I had in the application
I extracted my test case from.... 
Looking forward to seeing this solved..
Regards
-- 
Salvatore Filippone
Centro di Calcolo, Universita' di Roma "Tor Vergata", 
Via Orazio Raimondo 18, 00173,  Roma, Italy               
tel: +39-0672593108   fax: +39-0672592125
Cell.: 329 2608061    e-mail:  salvatore.filippone@uniroma2.it 
homepage: http://www.ce.uniroma2.it/people/filippone.html

"..ma misi me per l'alto mare aperto..." Dante


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