aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran
AgeCommit message (Expand)AuthorFilesLines
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
2004-12-14gfortran.h (gfc_expr.function.name): Make const.Richard Henderson7-112/+51
2004-12-12iresolve.c (gfc_resolve_all, [...]): Use PREFIX.Richard Henderson2-100/+34
2004-12-12re PR fortran/18869 (multiple common blocks in a single line rejected)Tobias Schlüter2-0/+7
2004-12-12re PR fortran/16581 (gfortran F90 bit intrinsics don't work with integer*{1,2...Steven G. Kargl4-26/+88
2004-12-12re PR fortran/16222 (non-integral DO loop variables are unsupported.)Steven G. Kargl5-49/+103
2004-12-12Fix trivial comment typo.Paul Brook1-1/+1
2004-12-12Fix date on ChangeLog, fix typo in function nameTobias Schlüter1-2/+2
2004-12-11re PR fortran/17175 (set_exponent breaks with integer*8 exponent)Tobias Schlüter2-6/+37
2004-12-08intrinsic.c (gfc_convert_type_warn): Propagate the input shape to the output ...Richard Henderson3-2/+26