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]

Re: g77 (0.5.25) select-case bug


Billinghurst, David (CRTS) wrote:
> 
> I can reproduce this problem on irix6.5 with g77 version 2.95.1 19990816
> (release)
> The problem does not occur with the latest snapshot gcc version 2.96
> 20000313 (experimental)

On i686-pc-linux-gnu:

When compiling the example *with* CASE DEFAULT using:

GNU F77 version 2.95.3 19991030 (prerelease) (i686-pc-linux-gnu)
compiled by GNU C version 2.95.3 19991030 (prerelease).
GNU Fortran Front End version 0.5.25 19991030 (prerelease)

I get a:

	g77: Internal compiler error: program f771 got fatal signal 11

When using:

GNU F77 version 2.96 20000315 (experimental) (i686-pc-linux-gnu)
compiled by GNU C version 2.96 20000315 (experimental).
GNU Fortran Front End version 0.5.25 20000315 (experimental)

it compiles just fine, so it seems the bug has been fixed.

-- 
Toon Moene (toon@moene.indiv.nluug.nl)
Saturnushof 14, 3738 XG  Maartensdijk, The Netherlands
Phone: +31 346 214290; Fax: +31 346 214286
GNU Fortran: http://gcc.gnu.org/onlinedocs/g77_news.html

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