aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran
AgeCommit message (Expand)AuthorFilesLines
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
2004-05-22check.c (gfc_check_system_clock): New function.Steven G. Kargl5-2/+120
2004-05-22invoke.texi: Document -Wunderflow and spell check.Steven G. Kargl7-32/+162
2004-05-21io.c (check_format): As a GNU extension...Roger Sayle2-1/+41
2004-05-21io.c (check_format): Use gfc_notify_std to determine whether to issue an erro...Roger Sayle2-5/+11
2004-05-20io.c (format_item): Allow the number before the X format to be optional when ...Roger Sayle2-1/+9
2004-05-19Credit Feng Wang <fengwang@nudt.edu.cn> in ChangeLog.Feng Wang1-1/+2
2004-05-19f95-lang.c (gfc_init_builtin_functions): Use vold_list_node.Feng Wang6-188/+284
2004-05-19* trans.c, trans-decl.c: Fix comment typos.Tobias Schlüter3-8/+12
2004-05-18* trans-const.c (gfc_conv_mpf_to_tree): Fix typo.Tobias Schlüter2-2/+6