[Bug fortran/20925] "Possible frontend bug: array constructor not expanded"

pinskia at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Sat Apr 9 22:29:00 GMT 2005


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-04-09 22:29 -------
Hmm,
              /* Problems occur when we get something like
                 integer :: a(lots) = (/(i, i=1,lots)/)  */
              /* TODO: Unexpanded array initializers.  */
              internal_error
                ("Possible frontend bug: array constructor not expanded");

Shouldn't we just create a loop at this point?

-- 


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



More information about the Gcc-bugs mailing list