tree-ssa-reassoc.c (reassociate_expr): Allow scaler floating point types when flag_un...
[platform/upstream/gcc.git] / gcc / fortran /
2005-07-25 Jakub Jelinekre PR fortran/20063 (n*'xxxx' disables padding)
2005-07-22 Manfred Hollsteintree-ssa-structalias.c (merge_graph_nodes): Fix uniniti...
2005-07-20 Giovanni BajoMake CONSTRUCTOR use VEC to store initializers.
2005-07-19 Paul Thomasre PR fortran/16940 (Failure to perform host associatio...
2005-07-17 David Edelsohnre PR fortran/21730 ([4.0 only] Character length incorr...
2005-07-14 Steve Ellcey* trans-types.c (MAX_REAL_KINDS): Increase from 4 to 5.
2005-07-14 Jakub Jelinekgfortran.h (MAX_ERROR_MESSAGE): Remove.
2005-07-14 Jakub Jelinekre PR fortran/22417 (gfortran preprocessing regression...
2005-07-14 Feng Wang[multiple changes]
2005-07-13 Andreas SchwabMake-lang.in (fortran/dependency.o): Depend on $(GFORTR...
2005-07-11 Jakub Jelinektrans-stmt.c (gfc_trans_forall_loop): Clear maskindex...
2005-07-08 Daniel BerlinMakefile.in (TREE_H): Add treestruct.def.
2005-07-08 Jakub Jelinekprimary.c (gfc_match_rvalue): Handle ENTRY the same...
2005-07-07 Jakub Jelinekscanner.c (load_line): Add pbuflen argument, don't...
2005-07-07 Jakub Jelinekscanner.c (preprocessor_line): Only set current_file...
2005-07-07 Steven Bosscherprimary.c (match_hollerith_constant): Use int, not...
2005-07-07 Feng WangReal commit for Hollerith constants.
2005-07-07 Feng WangFor the 60th anniversary of Chinese people��s Anti...
2005-07-07 Feng Wangre PR fortran/16531 ([4.0 only, gfortran] Hollerith...
2005-07-07 Feng Wangre PR fortran/22327 ([4.0 only] Wrong code in array...
2005-07-06 Jakub Jelinekdecl.c (gfc_match_entry): Allow ENTRY without parenthes...
2005-07-03 Kazu Hiratagfortran.texi, [...]: Fix typos.
2005-07-03 Kazu Hiratagfortran.texi, [...]: Fix typo.
2005-07-03 Kaveh R. Ghazic-format.c (gcc_gfc_format_type, [...]): New.
2005-07-03 François-Xavier... re PR fortran/20842 (can't use 'END=' in output statement)
2005-07-02 Joseph Myersc.opt, [...]: Remove "." from end of help texts.
2005-07-02 Jerry DeLisleintrinsic.texi: Add documentaion for eoshift, epsilon...
2005-07-02 Jerry DeLislegfortran.texi: Fixed typos and grammar.
2005-06-27 Jerry DeLisleChangeLog: Cleaned up changelog from 2005-06-24.
2005-06-26 Jakub Jelinektrans-stmt.c (gfc_trans_forall_1): Prefer to use smalle...
2005-06-25 Jakub JelinekMove misplaced ChangeLog entry.
2005-06-25 Kelley CookUpdate FSF address.
2005-06-24 Jerry DeLislere PR fortran/21915 ([4.0 only] Would like atanh etc...
2005-06-24 Feng Wangsimplify.c (gfc_simplify_modulo): Don't clear before...
2005-06-22 Paul Brookre PR fortran/21034 ([4.0 only] internal compiler error...
2005-06-21 Tobias Schlüternamelist_use_1.msg
2005-06-20 François-Xavier... gfortran.h: Add flag_backslash compile-time option.
2005-06-20 Steven G. Karglre PR fortran/21257 ([4.0 only] Duplicate use of constr...
2005-06-20 Erik Edelmannintrinsic.c (check_intrinsic_standard): Fix spelling...
2005-06-18 Erik Edelmannre PR fortran/19926 ([4.0 only] Incorrect rank with...
2005-06-18 Steven G. Karglintrinsic.c (gfc_intrinsic_func_interface): Enable...
2005-06-14 Geoffrey KeatingIndex: ChangeLog
2005-06-13 Tobias Schlüterre PR fortran/22038 (Forall with mask broken)
2005-06-13 Jakub Jelinektrans-expr.c (gfc_conv_function_call): Return int inste...
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 Paul Thomastrans-expr.c (gfc_conv_variable): Clean up bracketting.
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 Paul Thomasre PR fortran/16939 (Pointers not passed as subroutine...
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üterFix previous buggy checkin to invoke.texi.
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...
next