aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran
AgeCommit message (Expand)AuthorFilesLines
2005-06-27ChangeLog: Cleaned up changelog from 2005-06-24.Jerry DeLisle1-10/+10
2005-06-26trans-stmt.c (gfc_trans_forall_1): Prefer to use smaller logical type than bo...Jakub Jelinek2-3/+14
2005-06-25Move misplaced ChangeLog entry.Jakub Jelinek1-0/+10
2005-06-25Update FSF address.Kelley Cook54-108/+112
2005-06-24re PR fortran/21915 ([4.0 only] Would like atanh etc. as intrinsics)Jerry DeLisle7-3/+141
2005-06-24simplify.c (gfc_simplify_modulo): Don't clear before get result.Feng Wang2-3/+6
2005-06-22re PR fortran/21034 ([4.0 only] internal compiler error: in gfc_trans_auto_ar...Paul Brook2-1/+28
2005-06-21namelist_use_1.msgTobias Schlüter2-0/+60
2005-06-20gfortran.h: Add flag_backslash compile-time option.François-Xavier Coudert7-6/+31
2005-06-20re PR fortran/21257 ([4.0 only] Duplicate use of construct name)Steven G. Kargl2-13/+16
2005-06-20intrinsic.c (check_intrinsic_standard): Fix spelling error in a warning message.Erik Edelmann2-1/+6
2005-06-18re PR fortran/19926 ([4.0 only] Incorrect rank with PARAMETER and array eleme...Erik Edelmann2-2/+13
2005-06-18intrinsic.c (gfc_intrinsic_func_interface): Enable errors for generic functio...Steven G. Kargl2-5/+7
2005-06-14Index: ChangeLogGeoffrey Keating2-3/+8
2005-06-13re PR fortran/22038 (Forall with mask broken)Tobias Schlüter2-3/+10
2005-06-13trans-expr.c (gfc_conv_function_call): Return int instead of void.Jakub Jelinek3-14/+22
2005-06-12trans-array.c (gfc_conv_descriptor_data_get): Rename from gfc_conv_descriptor...Richard Henderson6-120/+164
2005-06-12trans-expr.c (gfc_conv_variable): POINTER results don't need f2c calling conv...Tobias Schlüter3-17/+13
2005-06-11re PR fortran/17792 ([4.0 only] deallocate does not return stat)Steven G. Kargl5-16/+83
2005-06-07ChangeLog: Fix date on last commit.Jerry DeLisle1-1/+1
2005-06-07intrinsic.texi: Add documentation for dcmplx...Jerry DeLisle2-31/+373
2005-06-05re PR fortran/21912 (Wrong implied do-loop)Tobias Schlüter2-13/+29
2005-06-05invoke.texi: Fix description of flags required for compatibility with g77.Tobias Schlüter2-3/+8
2005-06-05Add PR to ChangeLogTobias Schlüter1-0/+1
2005-06-05re PR fortran/19195 (gfortran: ICE in final_scan_insn, at final.c:1843)Tobias Schlüter2-2/+8
2005-06-04match.c (match_forall_iterator): Don't immediately give error if '=' is not f...Tobias Schlüter2-4/+7
2005-06-04array.c (gfc_match_array_constructor): Disallow empty array constructor.Tobias Schlüter2-2/+10
2005-06-04intrinsic.texi: Add documentation for command_argument_count...Jerry DeLisle2-38/+399
2005-06-01intrinsic.c (add_conv): No longer take a "simplify" argument as its always gf...Roger Sayle6-18/+101
2005-06-01Changelog: Entry for this morning's patch.Paul Thomas1-0/+7
2005-06-01re PR fortran/21729 (ICE in gfc_typenode_for_spec)Jakub Jelinek2-6/+68
2005-06-01trans-expr.c (gfc_conv_variable): Clean up bracketting.Paul Thomas1-13/+14
2005-06-01re PR fortran/20883 (unassigned integer used as format)Feng Wang2-2/+8
2005-06-01basic-block.h, [...]: Don't include errors.h and include toplev.h if necessary.Kaveh R. Ghazi3-2/+6
2005-05-31re PR fortran/18109 (ICE with explicit array of strings)Paul Thomas3-5/+41
2005-05-30gfortran.h (GFC_STD_LEGACY): New "standard" macro.Roger Sayle6-12/+51
2005-05-30re PR fortran/16939 (Pointers not passed as subroutine arguments)Paul Thomas1-0/+17
2005-05-30* trans-expr.c: Fix comment typos.Kazu Hirata2-2/+4
2005-05-30* trans-expr.c: Remove trailing ^M.Kazu Hirata2-51/+55
2005-05-30Credit Janne for the issue patch.Janne Blomqvist1-1/+2
2005-05-30re PR fortran/20846 (inquire(FILE=..., UNIT=...) not flagged as error)Janne Blomqvist2-0/+22
2005-05-29re PR fortran/16939 (Pointers not passed as subroutine arguments)Paul Thomas2-39/+108
2005-05-29re PR libfortran/20006 ($ format extension doesn't work)Francois-Xavier Coudert2-1/+11
2005-05-28arith.c (gfc_arith_init_1): Fix off by one problem;Steven G. Kargl2-3/+41
2005-05-28intrinsic.texi: added documentation for BIT_SIZE, BTEST, CHAR, CEILING and CMPLXJerry DeLisle2-107/+328
2005-05-27trans-array.c (gfc_trans_deferred_array): Use build_int_cst to force like typ...Steven G. Kargl2-1/+7
2005-05-26data.c, [...]: Fix comment typos.Kazu Hirata10-11/+17
2005-05-23* gfortran.texi: Document some more GNU extensions.Roger Sayle2-0/+70
2005-05-22* error.c (gfc_warning): Fix typo in comment.Francois-Xavier Coudert2-1/+5
2005-05-18re PR libfortran/21127 (reshape of complex broken)Thomas Koenig2-2/+15