aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran
AgeCommit message (Expand)AuthorFilesLines
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
2004-06-12Make-lang.in (F95_OBJS, [...]): Alpabetize.Tobias Schlüter3-18/+18
2004-06-12check.c (gfc_check_second_sub, [...]): New functions.Steven G. Kargl7-2/+256
2004-06-12re PR fortran/14957 (testsuite issues)Tobias Schlüter2-1/+12
2004-06-12re PR fortran/12841 (passing null to a subroutine)Tobias Schlüter3-3/+13
2004-06-09trans-expr.c (gfc_conv_cst_int_power): Compute x**(-n) by converting it to (1...Toon Moene2-3/+10
2004-06-09re PR fortran/13372 (ICE in trans-types.c (gfc_typenode_for_spec), see #13201)Tobias Schlüter3-0/+27
2004-06-09re PR fortran/13201 (PARAMETER variables of nonconstant shape are accepted)Tobias Schlüter2-5/+20
2004-06-05re PR fortran/15478 (gfortran manual problems)Tobias Schlüter2-2/+8
2004-06-05re PR fortran/15478 (gfortran manual problems)Tobias Schlüter1-59/+0
2004-06-05intrinsic.c (sort_actual): Keep track of type of missing arguments.Tobias Schlüter2-1/+12
2004-06-04gfortran.h (gfc_actual_arglist): New field missing_arg_type.Tobias Schlüter4-4/+24
2004-06-04One more comment updateTobias Schlüter1-2/+2
2004-06-03trans.c (gfc_finish_block, [...]): Build statement lists instead of compound ...Paul Brook2-4/+30
2004-06-03* trans-array.c: Fix spelling in comments.Tobias Schlüter2-16/+20
2004-06-02re PR fortran/15557 (Not Implemented: Substring reference in DATA statement)Tobias Schlüter2-5/+100
2004-06-01re PR fortran/15477 (gfortran should not have own version number)Tobias Schlüter3-4/+9
2004-05-31* trans-types.c: Fix spelling & layout in comments.Tobias Schlüter2-10/+28
2004-05-30re PR fortran/14067 (no warning when character data statement overflows decla...Tobias Schlüter2-3/+11
2004-05-30re PR fortran/15620 (Statement functions and optimization cause IC)Paul Brook5-62/+136
2004-05-30iresolve.c (gfc_resolve_random_number): Clean up conditional.Steven G. Kargl2-3/+10
2004-05-29* simplify.c (gfc_simplify_log): Remove useless line of code.Steven G. Kargl2-1/+4
2004-05-29Typo in last patch.Paul Brook1-1/+1
2004-05-29trans-common.c (find_equivalence): Find multiple rules.Paul Brook2-4/+12
2004-05-27gfortran.h (gfc_current_locus, [...]): Remove.Tobias Schlüter16-246/+275
2004-05-26io.c (format_asterisk): Silence compiler warnings by correcting the number of...Roger Sayle2-1/+6
2004-05-26re PR fortran/13912 (Does not accept consecutive arithmetic operators (*-))Roger Sayle2-14/+129
2004-05-23expr.c (check_inquiry): Remove bogus tests.Paul Brook2-9/+4
2004-05-23re PR fortran/13773 (Incorrect diagnosis of restricted function)Paul Brook2-89/+14
2004-05-23gfortran.h (struct gfc_symbol): Add equiv_built.Paul Brook3-141/+248
2004-05-23* check.c (gfc_check_random_seed): Issue for too many arguments.Steven G. Kargl2-0/+16
2004-05-22* intrinsic.c (add_subroutines): Use add_sym_3s for random_seed.Paul Brook2-2/+6
2004-05-22dump-parse-tree.c (gfc_show_equiv): New function.Paul Brook2-0/+26
2004-05-22re PR fortran/13249 (Error when using COMMON)Victor Leikehman2-1/+11
2004-05-22trans-decl.c (gfc_get_extern_function_decl): Set DECL_IS_PURE only for functi...Tobias Schlüter2-4/+18