aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran
AgeCommit message (Expand)AuthorFilesLines
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
2004-05-18arith.c (gfc_int2complex): Fix incorrect range checking.Steve Kargl2-1/+5
2004-05-18re PR fortran/13930 (derived type with intent(in) attribute not accepted)Paul Brook5-62/+109
2004-05-18arith.c (gfc_arith_power): Complex number raised to 0 power is 1.Steve Kargl2-1/+5
2004-05-18arith.c (gfc_real2complex): Range checking wrong part of complex number.Steve Kargl2-1/+6
2004-05-16* options.c (gfc_handle_module_path_options): Fix buffer overrun.Paul Brook2-1/+5
2004-05-16* arith.c (gfc_range_check): Fix logic error.Paul Brook2-1/+5
2004-05-16* arith.c: Fix comment typos.Steve Kargl2-4/+8
2004-05-15re PR fortran/13742 (Not Implemented: initial values for COMMON or EQUIVALENCE)Tobias Schlüter3-3/+48
2004-05-15Make-lang.in (f95.generated-manpages): Remove.Joseph Myers2-29/+22
2004-05-15* decl.c (add_init_expr_to_sym): Check for variable size arrays.Victor Leikehman2-1/+19
2004-05-15re PR fortran/13826 (Derived types in DATA statements not PARAMETERs)Tobias Schlüter2-3/+11
2004-05-15re PR fortran/13826 (Derived types in DATA statements not PARAMETERs)Tobias Schlüter4-5/+18
2004-05-15re PR fortran/13702 (When preprocessing Fortran files (.F, .F90 and .F95) cpp...Tobias Schlüter11-347/+451
2004-05-15Make-lang.in (trans-common.o): Remove redundant dependency.Tobias Schlüter2-2/+8
2004-05-15dump-parse-tree.c (gfc_show_array_ref): Print colon only for ranges when dump...Tobias Schlüter2-7/+22
2004-05-14decl.c (variable_decl): Always apply default initializer.Victor Leikehman2-4/+9
2004-05-14re PR fortran/15206 (RRSPACING intrinsics returns wrong result for 0.0)Tobias Schlüter2-11/+26
2004-05-14* match.c (gfc_match): Eliminate dead code.Tobias Schlüter2-9/+4
2004-05-14parse.c (gfc_statement_next_fixed): (Change from Andy's tree) Detect bad cont...Tobias Schlüter2-2/+16
2004-05-14re PR fortran/15205 (NEAREST intrinsic returns wrong value in DOUBLE PRECISION)Tobias Schlüter4-1/+20
2004-05-14re PR fortran/14066 (Infinite DO loops not recognized.)Tobias Schlüter2-10/+16
2004-05-14re PR fortran/15051 (Incorrect error for empty interface block)Tobias Schlüter2-13/+27
2004-05-14Make-lang.in, [...]: Update copyright years and boilerplate.Tobias Schlüter51-603/+612
2004-05-14re PR fortran/14568 (should not warn about unused variables in common blocks)Tobias Schlüter2-1/+9
2004-05-13tree-gimple.c: Rename from tree-simple.c.Diego Novillo10-12/+18
2004-05-13re PR fortran/15314 (ICE caused by array initializer in derived type definition)Paul Brook1-1/+1
2004-05-13re PR fortran/15314 (ICE caused by array initializer in derived type definition)Paul Brook2-10/+10