Fortran ICE

Jakub Jelinek jakub@redhat.com
Mon Oct 29 03:23:00 GMT 2001


Hi!

      program tmp
      implicit none
      integer *8  zero
      parameter (zero = 0)
      call exit(%val(zero))
      end

crashes in any g77 I've tried with something like:
../../../gcc/f/com.c:3863: failed assertion "bad op" == NULL'
(FFEBLD_opPERCENT_VAL is not handled in the switch).
Can you please look at this (I don't even know what %val means)?
Thanks.

	Jakub



More information about the Gcc-bugs mailing list