------- Additional Comments From dir at lanl dot gov  2005-04-15 15:12 -------
This error is killing "-fdefault-integer-8" - I hit it in almost every program I
try to compile. Here is another example -

[dranta:~/tests] dir% gfortran -fdefault-integer-8 -c d8test3.f
d8test3.f: In function 'MAIN__':
d8test3.f:5: internal compiler error: in gfc_add_modify_expr, at 
fortran/trans.c:152
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
[dranta:~/tests] dir% cat d8test3.f
      program driver
      common /iodatac/ cmmnd(26)
      character*16 cmmnd
      character*80 hed
      write (hed,370) (cmmnd(i),i=1,8)
      stop
  370 format (8a8)
      end


-- 


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

Reply via email to