This is the mail archive of the gcc-bugs@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]
Other format: [Raw text]

[Bug fortran/32289] mips version of gfortran produces internal compiler error



------- Comment #1 from kargl at gcc dot gnu dot org  2007-06-11 18:16 -------
(In reply to comment #0)
> When I compile the following function using the mips version of gfortran I get
> the message:
> 
> q.f90: In function 'set_numeric_values':
> q.f90:3: internal compiler error: in gfc_conv_variable, at
> fortran/trans-expr.c:381
> Please submit a full bug report,
> with preprocessed source if appropriate.
> See <URL:http://gcc.gnu.org/bugs.html> for instructions.
> For Debian GNU/Linux specific bug reporting instructions,
> see <URL:file:///usr/share/doc/gcc-4.1/README.Bugs>.
> 
> FUNCTION i()
> CONTAINS
>   SUBROUTINE set_numeric_values
>     i = 0
>   END SUBROUTINE set_numeric_values
> END FUNCTION i
> 

Michael,

Can you upgrade to either gfortran 4.2 or gfortran 4.3 (aka trunk)?
The code compiles for me with both of these compilers.  As a side
note, I use gfortran 4.2 asmy everyday compiler, and I think you'll
be much happier with it.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32289


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