aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran
AgeCommit message (Expand)AuthorFilesLines
2005-02-09builtins.c (DEF_BUILTIN): Add COND argument.Richard Henderson2-48/+20
2005-02-08expr.c (gfc_copy_expr): Don't copy 'op1' and 'op2' for EXPR_SUBSTRING.Tobias Schlüter3-13/+19
2005-02-07gfortran.h (gfc_add_dimension, [...]): Add argument.Tobias Schlüter10-164/+233
2005-02-06cpp.texi: Include gcc-common.texi.Joseph Myers2-6/+5
2005-01-30* options.c (gfc_init_options): Zero flag_errno_math.Richard Henderson2-1/+5
2005-01-29re PR fortran/18565 (gfortran: CONJG: false error message about standard viol...Paul Brook4-16/+79
2005-01-29re PR fortran/19589 (Regression: Error on Data assignment with LOGICAL*1)Steven G. Kargl2-0/+8
2005-01-27trans-decl.c (gfc_build_label_decl): Set DECL_ARTIFICAL and TREE_USED for all...Steven Bosscher4-23/+21
2005-01-23re PR fortran/17941 (gfortran: parser chokes on complex literal constant)Paul Brook3-173/+64
2005-01-23re PR fortran/19294 (intrinsic_transpose.f90 runtime crash)James A. Morrison2-20/+27
2005-01-23data.c, [...]: Fix comment typos.Kazu Hirata13-30/+37
2005-01-23re PR libfortran/19313 (inquire(pad=) not implemented)Bud Davis2-0/+10
2005-01-22intrinsic.c (make_alias): Add standard argument.Steven G. Kargl2-10/+20
2005-01-22* trans-expr.c (gfc_conv_function_call): Remove bogus TODO.Paul Brook2-1/+5
2005-01-22gfortran.h (gfc_check_access): Add prototype.Paul Brook5-25/+46
2005-01-22primary.c (gfc_match_rvalue): Only apply implicit type if variable does not h...Paul Brook3-27/+31
2005-01-22re PR fortran/19194 (Missing RECL parameter in OPEN statement)Tobias Schlüter2-3/+9
2005-01-22re PR middle-end/19543 ([4.1 only] fortran LOGICAL*8 not consistently disting...Tobias Schlüter2-1/+8
2005-01-18arith.c, [...]: Update copyright.Kazu Hirata26-25/+35
2005-01-17fix ChangeLogsSteven Bosscher1-0/+4
2005-01-17f95-lang.c (gfc_init_builtin_functions): Call targetm.init_builtins.Ira Rosen1-0/+2
2005-01-16Update copyright dates.Paul Brook3-3/+3
2005-01-16re PR fortran/19182 (Error messages seem to be printed slower)Tobias Schlüter2-1/+19
2005-01-16* trans-intrinsic.c, trans-types.c: Update copyright years.Tobias Schlüter3-2/+4
2005-01-16trans-intrinsic.c (gfc_conv_intrinsic_index, [...]): Remove 'gfc'-prefix from...Tobias Schlüter2-13/+18
2005-01-16trans-intrinsic.c (build_fixbound_expr, [...]): Use 'build_int_cst' instead o...Tobias Schlüter2-19/+29
2005-01-16trans-types.c (gfc_get_character_type_len): : Use gfc_charlen_type_node as ba...Tobias Schlüter2-1/+4
2005-01-16trans-intrinsic.c (gfc_conv_intrinsic_ishft): Fix signed / unsigned issue.Tobias Schlüter2-14/+17
2005-01-16re PR fortran/19168 (Mismatched KINDs in SELECT CASE constucts is not handled...Steven G. Kargl2-11/+58
2005-01-16re PR fortran/17675 ([Regression w.r.t. g77] Alignment constraints not honore...Paul Brook2-7/+13
2005-01-15primary.c (check_digit): Call 'ISXDIGIT' instead of assuming ASCII-like chara...Tobias Schlüter2-2/+8
2005-01-14resolve.c (compare_case): Cleanup.Steven G. Kargl2-65/+36
2005-01-14resolve.c (compare_case): Give arguments correct type.Steven G. Kargl2-5/+5
2005-01-13iresolve.c, [...]: Fix comment typos.Kazu Hirata4-3/+8
2005-01-09re PR fortran/17675 ([Regression w.r.t. g77] Alignment constraints not honore...Paul Brook2-51/+159
2005-01-09Fix typoTobias Schlüter1-1/+1
2005-01-08arith.c (arctangent2, [...]): Fix whitespace issues.Tobias Schlüter3-135/+82
2005-01-08trans-intrinsic.c (gfc_get_intrinsic_lib_fndecl, [...]): Remove trailing whit...Tobias Schlüter2-29/+38
2005-01-08* trans-const.c: Don't include unused math.h.Tobias Schlüter2-2/+5
2005-01-08gfortran.h: Remove outdated comment.Tobias Schlüter2-5/+5
2005-01-06gcc.c (process_command): Change year in 'gcc --version' to 2005.Tobias Schlüter2-3/+8
2005-01-03arith.c: Add system.h; remove string.hSteven G. Kargl29-82/+51
2004-12-29gfortran.h (gfc_case): fix typo in comment.Steven G. Kargl2-2/+6
2004-12-27re PR libfortran/19032 (modulo generates wrong result for divisor 1 and -1)Tobias Schlüter2-26/+20
2004-12-27trans-expr.c (gfc_conv_cst_int_power): Only check for flag_unsafe_math_optimi...Andrew Pinski2-1/+7
2004-12-27trans-intrinsic.c (gfc_conv_intrinsic_ishft): Change to logicalshift.Tobias Schlüter2-29/+73
2004-12-23gfortran.texi: Fix typo.Steven G. Kargl2-1/+5
2004-12-16trans-intrinsic.c (build_fixbound_expr): Clarify comment, fix comment typo.Tobias Schlüter2-3/+8
2004-12-15scanner.c (skip_fixed_comments): Fix typo in comment preceding function.Tobias Schlüter2-1/+4
2004-12-15re PR fortran/18993 (incorrect parsing in fixed-form)Tobias Schlüter2-2/+9