aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/module.c
AgeCommit message (Expand)AuthorFilesLines
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
2005-01-18arith.c, [...]: Update copyright.Kazu Hirata1-1/+1
2005-01-03arith.c: Add system.h; remove string.hSteven G. Kargl1-6/+1
2004-12-14gfortran.h (gfc_expr.function.name): Make const.Richard Henderson1-8/+13
2004-11-08arith.c, [...]: Fix comment formatting.Kazu Hirata1-2/+2
2004-11-03re PR fortran/17535 (gfortran with module procedures)Tobias Schlüter1-0/+5
2004-10-10* module.c: Fix formatting issues.Tobias Schlüter1-6/+5
2004-10-09module.c (mio_interface_rest): Set where member of interface while loading.Tobias Schlüter1-0/+1
2004-09-16array.c, [...]: Fix comment typos.Kazu Hirata1-2/+2
2004-09-15re PR fortran/16485 (Private subroutines from different modules collide durin...Tobias Schlüter1-3/+2
2004-08-25config-lang.in: Remove dead commented line.Paul Brook1-1/+1
2004-08-17re PR fortran/13082 (Function entries and entries with alternate returns not ...Paul Brook1-10/+11
2004-08-06arith.c: Add #define for model numbers.Steven G. Kargl1-5/+8
2004-07-11re PR fortran/16455 (print the location of a missing module fatal error)Tobias Schlüter1-2/+2
2004-07-11re PR fortran/16336 (ICE with common block in module)Tobias Schlüter1-1/+1
2004-07-10re PR fortran/14077 (Data statement within a module that doesn't initialize a...Tobias Schlüter1-1/+3
2004-07-09re PR fortran/15481 ([meta-bugs] frontend adds superfluous symbols to namespa...Tobias Schlüter1-13/+0
2004-06-29Andrew Vaught <andyv@firstinter.net>Tobias Schlüter1-20/+69
2004-06-29module.c (mio_gmp_real): Correct writing of negative numbers.Tobias Schlüter1-0/+9
2004-06-09re PR fortran/13372 (ICE in trans-types.c (gfc_typenode_for_spec), see #13201)Tobias Schlüter1-0/+13
2004-05-27gfortran.h (gfc_current_locus, [...]): Remove.Tobias Schlüter1-4/+4
2004-05-15re PR fortran/13702 (When preprocessing Fortran files (.F, .F90 and .F95) cpp...Tobias Schlüter1-7/+2
2004-05-14Make-lang.in, [...]: Update copyright years and boilerplate.Tobias Schlüter1-12/+12
2004-05-13Merge tree-ssa-20020619-branch into mainline.Diego Novillo1-0/+3459