aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/module.c
AgeCommit message (Expand)AuthorFilesLines
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
2005-09-17re PR fortran/15586 (gfortran should support i18n in its compiler messages)Francois-Xavier Coudert1-15/+13
2005-09-09re PR fortran/18878 ([4.0 only] erronous error message on vaild USE statement)Paul Thomas1-42/+193
2005-08-19re PR fortran/23065 (MAXPATHLEN usage in fortran/{scanner,module}.c)Steven G. Kargl1-6/+16
2005-06-25Update FSF address.Kelley Cook1-2/+2
2005-06-21namelist_use_1.msgTobias Schlüter1-0/+50
2005-04-01decl.c, [...]: Fix comment typos.Kazu Hirata1-2/+2
2005-02-24Unrevert previously reversed patch, adding this patch:Tobias Schlüter1-23/+53
2005-02-24Revert yesterday's patch:Tobias Schlüter1-50/+23
2005-02-23gfortran.h (gfc_component, [...]): Make 'name' a 'const char *'.Tobias Schlüter1-23/+50
2005-02-23gfortran.h (gfc_expr): Move 'operator'...Tobias Schlüter1-5/+6
2005-02-23gfortran.h (gfc_get_namespace): Add second argument to prototype.Tobias Schlüter1-2/+2
2005-02-08expr.c (gfc_copy_expr): Don't copy 'op1' and 'op2' for EXPR_SUBSTRING.Tobias Schlüter1-2/+1
2005-01-22gfortran.h (gfc_check_access): Add prototype.Paul Brook1-20/+14