aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/module.c
AgeCommit message (Expand)AuthorFilesLines
2008-11-25module.c (gfc_dump_module): Report error on unlink only if errno != ENOENT.H.J. Lu1-1/+1
2008-11-25re PR fortran/38248 (Ignored temporary module files manipulation errors)Jan Kratochvil1-3/+11
2008-11-19re PR fortran/38119 (character ICE in gfc_trans_create_temp_array)Paul Thomas1-2/+4
2008-10-11re PR fortran/37794 (Fortran module overloading regression)Paul Thomas1-7/+0
2008-10-05re PR fortran/37706 (ICE with use only and equivalent)Paul Thomas1-2/+5
2008-09-17re PR fortran/37274 ([Regression on 4.3?] error: type name is ambiguous.)Paul Thomas1-1/+51
2008-09-01re PR fortran/37193 ("USE mod, ONLY: i, i=>j" does not import "i")Daniel Kraft1-2/+7
2008-08-31gfortran.h (enum gfc_statement): New entry `ST_GENERIC'.Daniel Kraft1-1/+43
2008-08-29gfortran.h (gfc_use_list): Add where field.Jakub Jelinek1-0/+5
2008-08-29re PR fortran/29635 (debug info of modules)Jakub Jelinek1-14/+28
2008-08-28gfortran.h (enum expr_t): New value `EXPR_COMPCALL'.Daniel Kraft1-0/+88
2008-08-28re PR fortran/37253 (Segmentation fault with procedure pointer)Janus Weil1-1/+13
2008-08-23gfortran.h (gfc_component): Add field "symbol_attribute attr"...Janus Weil1-4/+2
2008-08-08gfortran.h (gfc_finalizer): Replaced member `procedure' by two new members `p...Daniel Kraft1-0/+75
2008-07-29trans-expr.c (conv_parent_component_references): New function to build missin...Paul Thomas1-1/+8
2008-07-21fmt_g0_3.f08: Fix typo in expected error message.Ralf Wildenhues1-4/+4
2008-07-19gfortran.h (new): Remove macro.Kaveh R. Ghazi1-17/+17
2008-07-19gfortran.h (operator): Remove macro.Kaveh R. Ghazi1-26/+26
2008-07-19gfortran.h (protected): Remove macro.Kaveh R. Ghazi1-2/+2
2008-06-20arith.c (hollerith2representation): Fix for -Wc++-compat.Kaveh R. Ghazi1-13/+13
2008-05-15Add new parameter to NAMED_INTCST and new field standard to struct intmod_sym.Sa Liu1-3/+4
2008-05-10re PR fortran/36197 ([4.4 Regressio]: gfortran.dg/initialization_12.f90)Francois-Xavier Coudert1-1/+1
2008-05-09re PR fortran/36162 (Non-ASCII character in module string gives ICE)Francois-Xavier Coudert1-9/+132
2008-05-06arith.c: (gfc_arith_concat...Francois-Xavier Coudert1-4/+9
2008-04-30re PR fortran/35997 (Used function interface bug)Paul Thomas1-4/+11
2008-03-09re PR fortran/35474 (Reading module file with COMMON and EQUIVALENCE)Paul Thomas1-0/+6
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