aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran
AgeCommit message (Expand)AuthorFilesLines
2004-07-11langhooks.h (estimate_num_insns, [...]): Remove hooks.Joseph Myers2-38/+25
2004-07-11trans-decl.c (gfc_create_module_variable): Nothing to do if symbol is in comm...Tobias Schlüter2-2/+12
2004-07-10trans-array.c (gfc_build_null_descriptor): New function.Paul Brook4-31/+48
2004-07-11re PR fortran/16336 (ICE with common block in module)Tobias Schlüter8-43/+83
2004-07-11re PR fortran/15481 ([meta-bugs] frontend adds superfluous symbols to namespa...Tobias Schlüter2-11/+3
2004-07-10* parse.c (decode_statement): Fix matching of BLOCK DATA.Tobias Schlüter2-1/+3
2004-07-10re PR fortran/15969 (ICE and assertion failure in trans-expr.c)Tobias Schlüter2-7/+28
2004-07-10re PR fortran/16336 (ICE with common block in module)Tobias Schlüter2-1/+4
2004-07-10expr.c (gfc_check_pointer_assign): Verify that rank of the LHS and RHS match.Tobias Schlüter2-28/+36
2004-07-10trans-common.c: Fix whitespace issues, make variable names more readable.Tobias Schlüter2-113/+120
2004-07-10re PR fortran/13415 (Internal error with pointer array in common)Tobias Schlüter3-57/+56
2004-07-10re PR fortran/14077 (Data statement within a module that doesn't initialize a...Tobias Schlüter2-1/+9
2004-07-09re PR fortran/13201 (PARAMETER variables of nonconstant shape are accepted)Tobias Schlüter4-5/+35
2004-07-09re PR fortran/15481 ([meta-bugs] frontend adds superfluous symbols to namespa...Tobias Schlüter1-0/+15
2004-07-09re PR fortran/15481 ([meta-bugs] frontend adds superfluous symbols to namespa...Tobias Schlüter4-43/+36
2004-07-08intrinsic.c (add_sym_4s): New function.Paul Brook2-18/+51
2004-07-04re PR libfortran/15280 (Fortran9x commandline not accessable)Janne Blomqvist8-2/+130
2004-07-04Make-lang.in: Generate and install gfortran man page.Matthias Klose3-8/+28
2004-07-04rtl.def (ADDRESSOF): Remove.Richard Henderson2-1/+4
2004-07-03decl.c (gfc_match_implicit_range): Don't use typespec.Paul Brook5-81/+86
2004-07-01* match.c (var_element): Remove unused variable.Richard Henderson2-1/+2
2004-06-30function.h (struct function): Remove x_whole_function_mode_p.Richard Henderson2-5/+6
2004-06-30tree.h (immediate_size_expand): Delete.Richard Henderson2-3/+6
2004-06-30re PR fortran/16161 ([gfortran] IMPLICIT CHARACTER not implemented)Tobias Schlüter4-209/+238
2004-06-30decl.c, [...]: Add 2004 to copyright years.Tobias Schlüter5-5/+11
2004-06-29Make sure types in assignments are compatible.Steven Bosscher9-176/+264
2004-06-29Fix ChangeLog entryTobias Schlüter1-2/+2
2004-06-29Revert previous accidental commit.Tobias Schlüter3-218/+209
2004-06-29dump-parse-tree.c (show_common): New function.Tobias Schlüter5-209/+246
2004-06-29Andrew Vaught <andyv@firstinter.net>Tobias Schlüter11-165/+298
2004-06-29* io.c: Add 2004 to copyright years.Tobias Schlüter2-1/+6
2004-06-29Andrew Vaught <andyv@firstinter.net>Tobias Schlüter4-0/+219
2004-06-29module.c (mio_gmp_real): Correct writing of negative numbers.Tobias Schlüter2-1/+14
2004-06-29re PR fortran/15963 (Error when comparing characters in restricted expression)Tobias Schlüter2-4/+19
2004-06-26Andrew Vaught <andyv@firstinter.net>Tobias Schlüter2-14/+42
2004-06-26Andrew Vaught <andyv@firstinter.net>Tobias Schlüter4-5/+31
2004-06-21alias.c (adjust_offset_for_component_ref): Use component_ref_field_offset.Richard Kenner8-33/+69
2004-06-22re PR fortran/15750 (IOLENGTH form of INQUIRE statement not implemented)Janne Blomqvist4-16/+101
2004-06-22re PR fortran/15511 (Warning about truncated lines does not follow the standa...Tobias Schlüter2-11/+35
2004-06-21resolve.c (resolve_symbol): Add comment in function body.Tobias Schlüter2-6/+15
2004-06-21array.c (gfc_insert_constructor): Avoid redundant call to mpz_comp.Tobias Schlüter2-3/+10
2004-06-21tree-alias-common.h (struct tree_alias_ops): Change ip and ip_partial to unsi...Joseph Myers2-1/+5
2004-06-20arith.c (gfc_range_check): correct complex underflow.Steven G. Kargl2-2/+6
2004-06-15re PR fortran/15962 (constant expression not recognized as such)Tobias Schlüter3-11/+13
2004-06-14Fix ChangeLog, fix parentheses from previous patch to trans-intrinsic.cTobias Schlüter2-3/+4
2004-06-14re PR fortran/15211 (ICE with LEN intrinsic)Tobias Schlüter2-1/+11
2004-06-14re PR fortran/15510 (Should not warn about unused variables from used modules)Tobias Schlüter2-4/+11
2004-06-14re PR fortran/14928 (minloc intrinsic does not understand mask)Tobias Schlüter5-51/+85
2004-06-13* intrinsic.c (add_sym_2s): Use correct function types.Paul Brook2-4/+8
2004-06-12Fix changelog typo.Paul Brook1-1/+1