aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/module.c
AgeCommit message (Expand)AuthorFilesLines
2008-02-24arith.c: Update copyright years.Tobias Schlüter1-1/+1
2008-01-30re PR fortran/34975 (Bogus error with USEing modules)Paul Thomas1-9/+15
2008-01-22re PR fortran/34896 (libgomp.fortran/reduction5.f90)Paul Thomas1-0/+3
2008-01-20re PR fortran/34861 (ICE in function with entry (and result?))Paul Thomas1-1/+1
2008-01-07re PR fortran/34672 (.mod file misses renamed, USEd symbol)Paul Thomas1-20/+15
2008-01-06re PR fortran/34545 (ICE when compiling Fortran 95 code)Paul Thomas1-0/+6
2007-12-21re PR fortran/34438 (gfortran not compliant w.r.t default initialization of d...Paul Thomas1-0/+1
2007-12-14re PR fortran/34324 (Module files on CRLF systems)Daniel Franke1-1/+1
2007-12-06re PR target/34435 (SSE2 intrinsics - emmintrin with optimisations off and ty...Paul Thomas1-1/+2
2007-12-04re PR fortran/34318 (Modules: Infinity/NaN parameters read as 0.0)Tobias Burnus1-0/+8
2007-11-27re PR fortran/33541 (gfortran wrongly imports renamed-use-associated symbol u...Paul Thomas1-6/+16
2007-11-24re PR fortran/33541 (gfortran wrongly imports renamed-use-associated symbol u...Paul Thomas1-40/+128
2007-11-24re PR fortran/34187 (BIND(C): Public generic with private bind(c) specific do...Tobias Burnus1-0/+1
2007-11-17re PR fortran/30285 (gfortran excessive memory usage with COMMON blocks in mo...Francois-Xavier Coudert1-24/+92
2007-10-31[multiple changes]Tobias Burnus1-6/+6
2007-10-28re PR fortran/32147 (Module file change due to order of writting out changes)Tobias Schlüter1-23/+29
2007-09-28module.c (mio_expr): Avoid -Wcast-qual warning.Kaveh R. Ghazi1-2/+2
2007-09-20re PR fortran/33221 (Cannot declare variables of TYPE without components)Francois-Xavier Coudert1-1/+7
2007-08-26re PR fortran/31298 ([F03] use mod, operator(+) => operator(.userOp.) not sup...Tobias Burnus1-13/+37
2007-08-19[multiple changes]Tobias Burnus1-1/+3
2007-08-18[multiple changes]Tobias Burnus1-1/+8
2007-08-16re PR fortran/33072 ("use mod, only: operator(.sub.)" matches any procedure "...Tobias Burnus1-16/+23
2007-08-12re PR fortran/31629 (option to make module entities PRIVATE by default)Francois-Xavier Coudert1-1/+4
2007-08-04re PR fortran/31214 (User-defined operator using entry leads to ICE)Paul Thomas1-17/+3
2007-08-01arith.c: Change copyright header to refer to version 3 of the GNU General Pub...Nick Clifton1-4/+3
2007-07-28re PR fortran/31818 (Wrongly accepts namelists with assumed-shape arrays)Daniel Franke1-2/+14
2007-07-12re PR fortran/32634 (renamed, use associated generic interface rejected)Paul Thomas1-1/+18
2007-07-12re PR fortran/32634 (renamed, use associated generic interface rejected)Daniel Franke1-17/+1
2007-07-10re PR fortran/32157 (intrinsic function name conflicts with subroutine if pre...Paul Thomas1-1/+17
2007-07-08re PR fortran/29876 (ICE on bad operator in ONLY clause of USE statement)Daniel Franke1-4/+0
2007-07-08re PR fortran/17711 (Wrong operator name in error message)Daniel Franke1-6/+18
2007-07-07decl.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2007-07-06re PR fortran/32633 (bogus error)Daniel Franke1-7/+3
2007-07-02[multiple changes]Christopher D. Rickett1-25/+285
2007-06-24re PR fortran/32460 (structure constructor not allowed if a USEd type has pri...Tobias Burnus1-0/+1
2007-06-07decl.c: Miscellaneous whitespace fixes.Steven G. Kargl1-27/+26
2007-05-31re PR fortran/32103 (Module with equivalence draws "unsatisfied reference")Paul Thomas1-7/+23
2007-04-25module.c (module_char): Replace fgetc() with getc().Janne Blomqvist1-2/+2
2007-04-24re PR fortran/31587 (Module files shouldn't be updated if their content doesn...Francois-Xavier Coudert1-7/+92
2007-03-14module.c (mio_typespec): Don't look at ts->cl if not BT_CHARACTER.Jakub Jelinek1-1/+8
2007-03-08[multiple changes]Tobias Burnus1-8/+17
2007-03-08re PR fortran/30973 ([4.1, 4.2 only] undetected name conflict: variables may ...Tobias Burnus1-0/+11
2007-02-12[multiple changes]Paul Thomas1-1/+11
2007-02-11re PR fortran/30554 ([4.1 only] ICE in mio_pointer_ref at module.c:1945)Paul Thomas1-1/+35
2007-01-29re PR fortran/30554 ([4.1 only] ICE in mio_pointer_ref at module.c:1945)Paul Thomas1-3/+10
2007-01-20openmp.c, [...]: Next installment in the massive whitespace patch.Steven G. Kargl1-254/+225
2007-01-20module.c (mio_array_ref): The dimen_type fields of an array ref are an enumer...Roger Sayle1-2/+19
2007-01-17re PR fortran/30476 ([Regression 4.2, 4.3] Via other module imported generic ...Paul Thomas1-2/+7
2006-12-27re PR fortran/20896 (ambiguous interface not detected)Paul Thomas1-0/+10
2006-12-22re PR fortran/25818 ([4.1 only] Problem with handling optional and entry mast...Paul Thomas1-19/+45