This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug fortran/21902] ICE in build_array_type, at tree.c:4581


------- Additional Comments From schnetter at aei dot mpg dot de  2005-06-05 19:29 -------
This segmentation fault seems to be caused by the combination of the 
declaration 
 
    character :: msg(100) 
 
and the statement 
 
          write (msg, '("Error in call to GESV, info=",i2)') info 
 
Note that the declaration declares an array of 100 strings, each one character 
long.  (This is not what I intended.) 
 

-- 


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]