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: diagnostics


Hmm, mistery deepens: compiling with 4.3.0 instead of 4.3.1 does NOT
give an error.....
will have to try with other compilers.... 



Il giorno mer, 27/08/2008 alle 14.10 +0200, Salvatore Filippone ha
scritto:
> Hi there, 
> I am encountering this problem with a code of mine, compiled with 4.3.1:
> ----------------------------------------
> smooth_mesh.f90:94.14:
> 
>   type(vector) :: new_pos  ! the new vertex position, after smoothing
>              1
> Error: Type name 'vector' at (1) is ambiguous
> --------------------------------------------
> Given that the type in question is defined only once in a well-defined
> place, I am wondering why the compiler is throwing this error at me. Any
> help ? 
> 
> Which compilation options (if any) can help me track down the problem to
> its source? 
> 
> Thanks
> Salvatore 


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