aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran
AgeCommit message (Expand)AuthorFilesLines
2005-12-02trans.h (build1_v): Use build1, not build to build the void typed tree.Richard Guenther2-1/+6
2005-12-02decl.c (gfc_match_old_kind_spec): Improve handling of old style COMPLEX*NErik Schnetter2-8/+20
2005-12-01re PR fortran/24789 ([gfortran] ICE when assigning to array of strings)Paul Thomas2-16/+22
2005-11-30re PR fortran/21302 (Max line length in free form mode)Bernhard Fischer6-18/+92
2005-11-30[multiple changes]Paul Thomas4-25/+55
2005-11-29io.c (gfc_resolve_open): RESOLVE_TAG access field as well.Jakub Jelinek2-0/+5
2005-11-27gfortran.h: remove superfluous whitespace and use GNU comment-style for the d...Bernhard Fischer2-11/+16
2005-11-27re PR fortran/24917 (Handling of hexadecimal constants in gfortran)Steven G. Kargl2-34/+58
2005-11-27re PR fortran/23912 (MOD function requires same kind arguments)Francois-Xavier Coudert4-20/+87
2005-11-21re PR fortran/14943 (read/write code generation is not thread safe)Jakub Jelinek7-482/+788
2005-11-21re PR fortran/24223 (Gfortran crashes in two places)Paul Thomas3-1/+26
2005-11-20invoke.texi: Remove superfluous @item.Toon Moene2-1/+4
2005-11-19fortran ChangeLog:Janne Blomqvist2-8/+38
2005-11-17re PR fortran/20811 (gfortran include problem (regression from g77))Francois-Xavier Coudert5-8/+43
2005-11-16re PR fortran/24096 (huge() returns infinity for long doubles)Alan Modra2-0/+15
2005-11-13fget.c: New file.Francois-Xavier Coudert8-3/+705
2005-11-11re PR fortran/15976 (ICE: assertion failure in trans-array.c)Paul Thomas2-1/+23
2005-11-10re PR fortran/24655 (ICE with statement function)Paul Thomas3-4/+28
2005-11-10re PR fortran/24643 (Unclassifiable statement on implicitly typed character s...Tobias Schlüter2-0/+15
2005-11-09Fix typo in comment.Steven G. Kargl2-1/+5
2005-11-09re PR fortran/22607 (Elemental character functions don't work)Erik Edelmann2-1/+8
2005-11-08dump-parse-tree.c: Fix comment typo, add a few blank lines.Tobias Schlüter2-3/+11
2005-11-07* Update ChangeLog with the missing entry from my previous commit.Steven G. Kargl1-0/+5
2005-11-07error.c: Use flag_fatal_error.Steven G. Kargl2-2/+7
2005-11-06re PR fortran/24534 (PUBLIC derived types with private components)Paul Thomas8-19/+90
2005-11-06gfortran ChangeLogJanne Blomqvist2-2/+16
2005-11-06intrinsic.c (add_functions): Add ctime and fdate intrinsics.Francois-Xavier Coudert10-2/+353
2005-11-05decl.c, [...]: Fix comment typos.Kazu Hirata4-4/+9
2005-11-05intrinsic.c (add_functions): Add function version of TTYNAM.Francois-Xavier Coudert9-0/+111
2005-11-04re PR fortran/24636 (gfortran: STOP without stop-code too noisy, regression w...Steven G. Kargl2-1/+6
2005-11-04re PR fortran/18452 (Fortran options induces warning for fortran that needs p...Francois-Xavier Coudert2-2/+7
2005-11-02re PR fortran/18157 (ice-on-valid code, pointer to user-defined type, fold-st...Andrew Pinski3-3/+16
2005-11-02decl.c (gfc_match_entry): Function entries don't need an argument list if the...Tobias Schlüter2-2/+26
2005-11-01re PR fortran/24008 (gfortran too permissive about ENTRY syntax)Tobias Schlüter2-1/+6
2005-11-01re PR fortran/24245 (-fdump-parse-tree gives ICE for CONTAINED functions)Erik Edelmann3-24/+34
2005-11-01re PR fortran/24404 (Poor Error Description, bad error order)Tobias Schlüter2-10/+16
2005-11-01dump-parse-tree.c (show_symtree): Revert change unintentionally committed in ...Tobias Schlüter2-3/+6
2005-11-01re PR fortran/21565 (namelist in block data is illegal)Paul Thomas10-1/+111
2005-10-30Make-lang.in (GFORTRAN_TARGET_INSTALL_NAME): Define.Andreas Schwab2-10/+13
2005-10-30gfortran.texi: Update contributors.Erik Edelmann2-0/+5
2005-10-30re PR fortran/18883 (ICE in gfc_finish_var_decl)Erik Edelmann3-3/+19
2005-10-30gfortran.texi: Remove reservations about I/O usability.Thomas Koenig2-22/+8
2005-10-30Remove .cvsignoreTobias Schlüter1-1/+0
2005-10-30gfortran.texi: Move license stuff to back.Tobias Schlüter3-32/+60
2005-10-30arith.c (gfc_enum_initializer): New function.Tobias Schlüter9-4/+434
2005-10-30check.c (gfc_check_malloc, [...]): New functions.Francois-Xavier Coudert8-2/+189
2005-10-30* gfortran.texi: Update contributors.Steven Bosscher2-3/+13
2005-10-29interface.c: Fix previous checkin (an incomplete patch was commited for me).Steven Bosscher2-1/+6
2005-10-29* intrinsic.texi: Remove empty @cindex line.Joseph Myers2-1/+4
2005-10-28check.c (gfc_check_alarm_sub, [...]): New functions.Francois-Xavier Coudert8-3/+331