------- Additional Comments From fxcoudert at gcc dot gnu dot org  2005-04-14 
07:50 -------
Same thing happens with read:
      integer i
      character*4 c(1)
      read (c,fmt='(A4)') i
      end

Program received signal SIGSEGV, Segmentation fault.
0x080a760b in gfc_conv_scalarized_array_ref (se=0xbffff740, ar=0x87b48bc)
    at ../../../gcc/gcc/fortran/trans-array.c:1578
1576      info = &se->ss->data.info;
1577      if (ar)
1578        n = se->loop->order[0];
1579      else
1580        n = 0;

Seeing the number of duplicates for this one, I'm sure we want to get it on our
Ten Most Wanted list.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |fxcoudert at gcc dot gnu dot
                   |                            |org
   Last reconfirmed|2005-03-17 02:16:37         |2005-04-14 07:50:57
               date|                            |


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

Reply via email to