]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/fortran/ChangeLog
trans-array.c (gfc_conv_descriptor_data_get): Rename from gfc_conv_descriptor_data.
[thirdparty/gcc.git] / gcc / fortran / ChangeLog
2005-06-13  Richard Hendersontrans-array.c (gfc_conv_descriptor_data_get): Rename...
2005-06-12  Tobias Schlütertrans-expr.c (gfc_conv_variable): POINTER results don...
2005-06-11  Steven G. Karglre PR fortran/17792 ([4.0 only] deallocate does not...
2005-06-07  Jerry DeLisleChangeLog: Fix date on last commit.
2005-06-07  Jerry DeLisleintrinsic.texi: Add documentation for dcmplx...
2005-06-05  Tobias Schlüterre PR fortran/21912 (Wrong implied do-loop)
2005-06-05  Tobias Schlüterinvoke.texi: Fix description of flags required for...
2005-06-04  Tobias SchlüterAdd PR to ChangeLog
2005-06-04  Tobias Schlüterre PR fortran/19195 (gfortran: ICE in final_scan_insn...
2005-06-04  Tobias Schlütermatch.c (match_forall_iterator): Don't immediately...
2005-06-04  Tobias Schlüterarray.c (gfc_match_array_constructor): Disallow empty...
2005-06-04  Jerry DeLisleintrinsic.texi: Add documentation for command_argument_...
2005-06-01  Roger Sayleintrinsic.c (add_conv): No longer take a "simplify...
2005-06-01  Paul ThomasChangelog: Entry for this morning's patch.
2005-06-01  Jakub Jelinekre PR fortran/21729 (ICE in gfc_typenode_for_spec)
2005-06-01  Feng Wangre PR fortran/20883 (unassigned integer used as format)
2005-06-01  Kaveh R. Ghazibasic-block.h, [...]: Don't include errors.h and includ...
2005-05-31  Paul Thomasre PR fortran/18109 (ICE with explicit array of strings)
2005-05-30  Roger Saylegfortran.h (GFC_STD_LEGACY): New "standard" macro.
2005-05-30  Paul Thomasre PR fortran/16939 (Pointers not passed as subroutine...
2005-05-30  Kazu Hirata* trans-expr.c: Fix comment typos.
2005-05-30  Kazu Hirata* trans-expr.c: Remove trailing ^M.
2005-05-30  Janne BlomqvistCredit Janne for the issue patch.
2005-05-30  Janne Blomqvistre PR fortran/20846 (inquire(FILE=..., UNIT=...) not...
2005-05-29  Francois-Xavier... re PR libfortran/20006 ($ format extension doesn't...
2005-05-28  Steven G. Karglarith.c (gfc_arith_init_1): Fix off by one problem;
2005-05-28  Jerry DeLisleintrinsic.texi: added documentation for BIT_SIZE, BTEST...
2005-05-27  Steven G. Kargltrans-array.c (gfc_trans_deferred_array): Use build_int...
2005-05-26  Kazu Hiratadata.c, [...]: Fix comment typos.
2005-05-23  Roger Sayle* gfortran.texi: Document some more GNU extensions.
2005-05-22  Francois-Xavier... * error.c (gfc_warning): Fix typo in comment.
2005-05-18  Thomas Koenigre PR libfortran/21127 (reshape of complex broken)
2005-05-18  Erik Edelmannarray.c (gfc_match_array_constructor): Support [ ...
2005-05-18  Tobias Schlüterf95-lang.c (gfc_init_builtin_functions): Define BUILT_I...
2005-05-18  Feng Wangre PR fortran/20954 (gfortran - internal compiler error...
2005-05-17  Zdenek Dvoraktrans-types.c (gfc_array_range_type): New variable.
2005-05-17  Jakub Jelinekre PR fortran/15080 (Forall bounds not calculated corre...
2005-05-15  Feng Wang[multiple changes]
2005-05-13  Paul Brooktrans-stmt.c (gfc_trans_forall_1): Fix comment typo.
2005-05-12  Tobias Schlüter* trans-types.c (gfc_is_nodesc_array): Remove redundant...
2005-05-11  Tobias Schlüterre PR fortran/21260 (Conflict between comment and H...
2005-05-11  Tobias SchlüterFix incomplete ChagneLog from previous checkin.
2005-05-11  Tobias Schlüterresolve.c (resolve_symbol): Copy 'pointer' and 'dimensi...
2005-05-10  Tobias Schlüterre PR fortran/20178 (COMPLEX function returns incompati...
2005-05-09  Tobias Schlütermatch.c (gfc_match_return): Only require space after...
2005-05-08  Kazu Hirata* intrinsic.texi: Fix typos.
2005-05-07  Steven G. Karglintrinsic.texi: Document ASSOCIATED and ATAN2.
2005-05-03  Kazu HirataMake-lang.in, [...]: Update copyright.
2005-04-29  Tom Tromeytree.c (build_block): Removed unused 'tags' argument.
2005-04-29  Jakub Jelinek[multiple changes]
2005-04-29  Francois-Xavier... gfortran.h (gfc_namespace): Add seen_implicit_none...
2005-04-29  Paul Brooktrans-expr.c (gfc_conv_expr_present): Fix broken assert.
2005-04-29  Tobias Schlütergfortran.h (gfc_namespace): Add seen_implicit_none...
2005-04-28  Tobias Schlütergfortran.h (gfc_gsymbol): Make name a const char *.
2005-04-28  Francois-Xavier... re PR fortran/20865 (statement function shall not be...
2005-04-27  François-Xavier... re PR fortran/21177 (wrong code with NULL())
2005-04-25  Paul Brookre PR fortran/20879 (argument to ICHAR must have length...
2005-04-24  Tobias Schlüterre PR fortran/20059 (internal compiler error: Segmentat...
2005-04-23  DJ Deloriediagnostic.c (warning): Accept parameter to classify...
2005-04-23  Tobias SchlüterFix comment typo in previous checkin.
2005-04-23  Tobias Schlütertrans-const.c (gfc_conv_mpfr_to_tree): Use hexadecimal...
2005-04-22  Steven G. Kargltrans-const.c (gfc_conv_mpfr_to_tree): Remove unneeded...
2005-04-20  Steven G. Kargltrans-const.c (gfc_conv_mpz_to_tree): Fix comment.
2005-04-19  Arnaud Desitterinvoke.texi: Update -Waliasing description.
2005-04-19  Francois-Xavier... re PR fortran/16861 ([4.0 only] segfault with doubly...
2005-04-18  Tobias SchlüterRewrap ChangeLog. I'm listing the affected PRs so...
2005-04-17  Paul Thomasre PR fortran/17472 ([4.0 only] namelist does not handl...
2005-04-17  Richard Guentherscanner.c (gfc_next_char_literal): Reset truncation...
2005-04-15  Richard Guentherre PR fortran/14569 ([4.0 only] should not warn about...
2005-04-14  Steven G. Karglgfortran.h (gfc_real_info): Add subnormal struct member.
2005-04-14  François-Xavier... ChangeLog: Added comment on gfc_match_if for the 2005...
2005-04-12  Kazu Hirata* simplify.c: Fix a comment typo.
2005-04-12  Richard Sandifordlang.opt: Refer to the GCC internals documentation...
2005-04-11  Tobias Schlütersimplify.c (gfc_simplify_nearest): Overhaul.
2005-04-10  Kazu Hirata* interface.c: Fix a comment typo.
2005-04-10  Francois-Xavier... match.c (match_arithmetic_if): Arithmetic IF is obsolet...
2005-04-09  Steven G. Karglsimplify.c (gfc_simplify_anint): Use mpfr_round()
2005-04-09  Andrew Pinskire PR fortran/13257 ([4.0 only] Error instead of warnin...
2005-04-09  Francois-Xavier... match.c (match_arithmetic_if): Remove gfc_ prefix and...
2005-04-08  Diego Novillo* match.c (gfc_match_arithmetic_if): Declare static.
2005-04-08  Francois-Xavier... re PR fortran/17229 (parser confused by arithmetic...
2005-04-07  Steven G. Karglsimplify.c (gfc_simplify_exponent): Fix exponent(tiny(x))
2005-04-06  Steven G. KarglRemove documentation of the nonexistent -std=f90 option.
2005-04-06  Tobias Schlüterexpr.c (gfc_check_assign): Don't allow NULL as rhs...
2005-04-06  Feng WangAdd ChangeLog.
2005-04-04  Francois-Xavier... * intrinsic.texi: BES?? functions are not in the f95...
2005-04-03  Francois-Xavier... * intrinsic.texi: Document COS, EXP, LOG, LOG10, SIN...
2005-04-03  Francois-Xavier... intrinsic.texi: Document BESJ0, BESJ1, BESJN, BESY0...
2005-04-03  Steven G. KarglDocument ALLOCATED, ANINT, ANY, ASIN; Fix typos.
2005-04-01  Kazu Hiratadecl.c, [...]: Fix comment typos.
2005-03-30  Steven G. Karglgfortran.h (option_t): Change d8, i8, r8 to flag_defaul...
2005-03-29  Dorit Nuzmantree-ssanames.c (duplicate_ssa_name_ptr_info): New...
2005-03-28  Steven G. KarglDocument AIMAG, AINT, ALL
2005-03-26  Steven G. KarglFix illogical logic.
2005-03-26  Canqun Yangtrans-common.c (create_common): Build RECORD_NODE for...
2005-03-25  Steven G. KarglFix "make dvi"
2005-03-24  Steven G. Karglintrinsic.texi: New file.
2005-03-23  Joseph Myerslanghooks.h (truthvalue_conversion): Remove.
2005-03-23  Steven Bosscherconvert.c (convert): Replace fold (buildN (...)) with...
2005-03-22  François-Xavier... Makefile.am: Added new files.
next