aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran
AgeCommit message (Expand)AuthorFilesLines
2007-09-12re PR fortran/33297 (SIZE intrinsic crashes gfortran on invalid usage)Tobias Burnus2-39/+52
2007-09-12re PR fortran/33284 (ENTRY and INTRINSIC with same name)Tobias Burnus2-1/+9
2007-09-12trans-expr.c (gfc_conv_initializer): Fix expr == NULL check.Tobias Burnus2-1/+6
2007-09-12c-objc-common.h (LANG_HOOKS_CALLGRAPH_EXPAND_FUNCTION): Kill.Jan Hubicka2-1/+4
2007-09-12re PR fortran/33395 ([ISO_C_BINDING ?] ICE (segfault) in gfc_conv_initializer)Christopher D. Rickett2-4/+21
2007-09-11re PR fortran/33040 ([ISO_C_BINDING] ICE in gfc_trans_structure_assign)Christopher D. Rickett3-0/+42
2007-09-11decl.c (java_expand_body): Kill.Jan Hubicka2-41/+5
2007-09-10re PR fortran/31547 (Document when CPP is called and document the f95-cpp-inp...Tobias Burnus3-2/+43
2007-09-10re PR fortran/33370 (Structure component arrays)Paul Thomas2-15/+20
2007-09-06tree-cfg.c (remove_bb): Only warn if line is non-zero.Tom Tromey4-10/+24
2007-09-05Add target hook invoked when cfun changes.Sandra Loosemore2-2/+7
2007-09-05re PR fortran/31564 (Error: Type/rank mismatch in argument)Paul Thomas3-3/+61
2007-09-04decl.c (match_procedure_decl,match_procedure_in_interface, [...]): Handle PRO...Janus Weil8-6/+393
2007-09-04* Makefile.in (DRIVER_DEFINES, gcc.o, gccspec.o, protoize.o)Daniel Jacobowitz2-2/+5
2007-09-03system.h (CONST_CAST2, [...]): New macros for type-specific casts.Kaveh R. Ghazi5-4/+11
2007-09-03re PR fortran/31675 (Fortran front-end and libgfortran should have a common h...Francois-Xavier Coudert11-121/+168
2007-09-03invoke.texi: Fix the -frange-checking option entry.Steven G. Kargl2-3/+7
2007-09-02decl.c (match_string_p): New helper function to explicitly match a string of ...Roger Sayle4-129/+180
2007-09-02dump-parse-tree.c (show_char_const): New function.Tobias Schlüter3-28/+40
2007-09-02re PR fortran/33276 (465.tonto in SPEC CPU 2006 fails to compile)H.J. Lu2-0/+6
2007-08-31re PR fortran/33232 (Diagnose comma in "read()," and "write(),")Tobias Burnus2-3/+7
2007-08-31* intrinsic.texi (LGAMMA): Remove empty @cindex line.Joseph Myers2-1/+4
2007-08-30re PR fortran/31879 (ICE with function having array of character variables ar...Paul Thomas8-111/+229
2007-08-30re PR fortran/33228 (Accepts use-associated functions in MODULE PROCEDURE)Tobias Burnus2-7/+16
2007-08-29re PR libfortran/32989 (GETARG intrinsic)Francois-Xavier Coudert6-15/+58
2007-08-29re PR fortran/33105 (F2003: Support is_iostat_end & is_iostat_eor intrinsics)François-Xavier Coudert5-0/+143
2007-08-29re PR fortran/33215 (Bind(C): Bugs with empty "name=": Creates wrong result a...Tobias Burnus2-11/+21
2007-08-29builtin-types.def (BT_FN_PTR_PTR_SIZE): New type.Francois-Xavier Coudert7-74/+426
2007-08-29Fix ChangeLog.Jerry DeLisle1-0/+5
2007-08-29re PR libfortran/33055 (Runtime error in INQUIRE unit existance with -fdefaul...Jerry DeLisle1-35/+2
2007-08-28re PR fortran/22244 (dimension information is lost for multi-dimension array)Jakub Jelinek3-2/+29
2007-08-27simplify.c (gfc_simplify_lgamma): Fix mpfr_lgamma call.Tobias Burnus2-1/+6
2007-08-26re PR libfortran/33055 (Runtime error in INQUIRE unit existance with -fdefaul...Jerry DeLisle2-2/+43
2007-08-26gfortran.h (gfc_isym_id): Add GFC_ISYM_GAMMA and GFC_ISYM_LGAMMA.H.J. Lu2-0/+7
2007-08-26gfortran.h (gfc_option_t): Add flag_recursive.Asher Langton5-9/+77
2007-08-26re PR fortran/31298 ([F03] use mod, operator(+) => operator(.userOp.) not sup...Tobias Burnus2-13/+43
2007-08-26re PR fortran/32985 (COMMON checking: TYPE with(out) SEQUENCE/bind(C), ALLOCA...Tobias Burnus3-46/+54
2007-08-26re PR fortran/32980 (Vendor extension: Intrinsic functions (D)GAMMA, LGAMMA (...Tobias Burnus7-0/+215
2007-08-26re PR fortran/33188 (Fortran 2003: Type declarations without componends)Tobias Burnus2-5/+11
2007-08-25c-common.c (vector_types_convertible_p, [...]): Constify.Kaveh R. Ghazi3-2/+7
2007-08-24re PR fortran/33178 (-std=f95: SIGN with integer arguments rejected as initia...Tobias Burnus2-6/+10
2007-08-24re PR libfortran/32972 (performance of pack/unpack)Thomas Koenig2-17/+8
2007-08-24re PR fortran/33139 (array pointer assignment gives incorrect dimensions)Tobias Burnus2-7/+15
2007-08-24decl.c (variable_decl): Don't share charlen structs if length == NULL.Jakub Jelinek3-22/+14
2007-08-23re PR fortran/33095 (MAX with optional arguments gives run-time error)Francois-Xavier Coudert2-54/+19
2007-08-23match.c (intrinsic_operators): Delete.Roger Sayle2-39/+222
2007-08-22re PR fortran/33020 (Bind(C): c_f_pointer: type/rank mismatch error with inte...Christopher D. Rickett2-12/+6
2007-08-22decl.c (match_attr_spec): Pass on errors from gfc_match_bind_c.Janus Weil2-3/+15
2007-08-22[PATCH Fortran] bootstrap failure by wrong sizetype.Kai Tietz2-1/+14
2007-08-21configure.ac: Add --with-pkgversion and --with-bugurl.Paul Brook4-3/+13