------- Comment #3 from tobi at gcc dot gnu dot org  2006-10-06 20:36 -------
Slightly reduced testcase, gives the same ice:
 implicit character*32 (a-z)                                                    
  CHARACTER(len=255), DIMENSION(1,2)  :: a                                      
  a = reshape((/ "x", to_string(1.0) /), (/ 1, 2 /))                            
END PROGRAM                                                                     



-- 


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

Reply via email to