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: Fwd: One ICE and one regression with latest 10/17 builds


François-Xavier Coudert wrote:

> Could someone look into it?


Alan Greynolds wrote:
> ~/gfc/geloe$ gfortran -c -g modules.f90
> modules.f90:379: internal compiler error: Bus error
>   
I cannot reproduce this one (not even using valgrind).
You are on which system ("Target:" in "gfortran -v")?

I tried
4.3.0 20071018 (experimental) [trunk revision 129431] (GCC)
4.3.0 20071016 (experimental) [trunk revision 129378] (SUSE Linux)
on x86_64-suse-linux.

> ~/gfc/geloe$ gfortran -c readlens.f90
> readlens.f90:407.103:
>
> 2','MODE SEQ','NAME '//trim(titles),'UNIT '//UpperCase(UNAME(kunit(0))(:2))
>
>    1
> Error: Variable 'str' is used at (1) before the ENTRY statement in
> which it is a parameter
>   

This is indeed a regression between 4.3 and 4.2 and now tracked as
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33818

Tobias


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