aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/module.c
AgeCommit message (Expand)AuthorFilesLines
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
2006-12-10re PR fortran/23994 (PROTECTED attribute (F2003) is not implemented)Tobias Burnus1-1/+7
2006-12-09re PR other/29975 ([meta-bugs] ICEs with CP2K)Paul Thomas1-0/+2
2006-12-09re PR fortran/29464 ([4.1 only] problem with duplicate USE, ONLY of procedure...Paul Thomas1-14/+30
2006-12-03re PR fortran/29642 (Fortran 2003: VALUE Attribute (call by value not call by...Paul Thomas1-5/+11
2006-11-19module.c (gfc_use_module): Uncomment the ISO_FORTRAN_ENV code.Francois-Xavier Coudert1-25/+164
2006-11-17gfortran.h (gfc_add_intrinsic_modules_path, [...]): New prototypes.Francois-Xavier Coudert1-2/+84
2006-11-15data.c: Remove trailing periods from error messages.Brooks Moses1-1/+1
2006-11-10lang.opt (-fmodule-private): Remove option.Brooks Moses1-7/+5
2006-11-07re PR fortran/29601 (VOLATILE attribute and statement)Tobias Burnus1-1/+7
2006-10-13re PR fortran/29373 (implicit type declaration and contained function clash)Paul Thomas1-3/+11
2006-10-08[multiple changes]Paul Thomas1-1/+8
2006-05-02re PR fortran/27269 (Segfault with EQUIVALENCEs in modules together with ONLY...Paul Thomas1-3/+39
2006-03-31re PR fortran/21130 (38822 lines of Fortran 90 takes more than 10 minutes to ...Paul Thomas1-6/+7
2006-02-23module.c (read_module): Remove redundant code lines.Erik Edelmann1-6/+0
2006-02-14re PR fortran/25162 (Issue with OpenMP COPYIN and gfortran)Jakub Jelinek1-4/+20
2006-02-10re PR fortran/14771 (frontend doesn't record parentheses)Tobias Schlüter1-0/+1
2006-02-10dump-parse-tree.c: Update copyright years.Tobias Schlüter1-2/+2
2006-02-10re PR fortran/14771 (frontend doesn't record parentheses)Tobias Schlüter1-0/+1
2005-11-17re PR fortran/20811 (gfortran include problem (regression from g77))Francois-Xavier Coudert1-1/+1
2005-11-10re PR fortran/24655 (ICE with statement function)Paul Thomas1-3/+11
2005-10-25trans.h (gfc_conv_cray_pointee): Remove.Jakub Jelinek1-1/+17
2005-09-23re PR fortran/16861 ([4.0 only] segfault with doubly used module)Paul Thomas1-12/+27
2005-09-18module.c (read_module): Add missed line from last patch.Andreas Jaeger1-0/+1
2005-09-18re PR fortran/16861 ([4.0 only] segfault with doubly used module)Paul Thomas1-6/+9