------- Comment #3 from fxcoudert at gcc dot gnu dot org  2006-07-18 08:44 
-------
Confirmed. Reduced testcase:

      subroutine bar(n)
      integer n, x(n)
      x(1) = 0
      end

$ gfortran a.f90 -fno-automatic -c
a.f90: In function ‘bar’:
a.f90:2: internal compiler error: in gfc_trans_auto_array_allocation, at
fortran/trans-array.c:3593

The ICE is due to an assert(!TREE_STATIC (decl)).


-- 

fxcoudert at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |fxcoudert at gcc dot gnu dot
                   |                            |org
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1
  GCC build triplet|i686-pc-linux-gnu           |
   GCC host triplet|i686-pc-linux-gnu           |
 GCC target triplet|i686-pc-linux-gnu           |
   Last reconfirmed|0000-00-00 00:00:00         |2006-07-18 08:44:59
               date|                            |


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

Reply via email to