This is the mail archive of the gcc-cvs@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]

r121011 - in /trunk/gcc/fortran: ChangeLog modu...


Author: sayle
Date: Sat Jan 20 20:19:30 2007
New Revision: 121011

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=121011
Log:

	* module.c (mio_array_ref): The dimen_type fields of an array ref
	are an enumerated type and can't be read/written directly with a
	call to mio_integer.  Instead loop over and cast each element.


Modified:
    trunk/gcc/fortran/ChangeLog
    trunk/gcc/fortran/module.c


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