aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran
AgeCommit message (Expand)AuthorFilesLines
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
2007-08-20match.c (intrinsic_operators): Make static.Roger Sayle3-9/+84
2007-08-19[multiple changes]Tobias Burnus6-20/+40
2007-08-19primary.c (match_logical_constant_string): New function to match a ".true." o...Roger Sayle2-7/+42
2007-08-18[multiple changes]Tobias Burnus9-6/+90
2007-08-18re PR fortran/32881 (PURE attribute escapes from contained procedure)Paul Thomas2-1/+8
2007-08-18re PR fortran/32875 (Not Implemented: complex character array constructor)Paul Thomas2-0/+13
2007-08-16re PR fortran/33072 ("use mod, only: operator(.sub.)" matches any procedure "...Tobias Burnus2-16/+32
2007-08-15re PR fortran/29459 (Spurious warnings about anonymous variables)Francois-Xavier Coudert2-1/+15
2007-08-14re PR fortran/33066 ("type, bind(C) t": Diagnose missing "::")Francois-Xavier Coudert2-2/+11
2007-08-14re PR fortran/33073 (Type mismatch in build_fixbound_expr())Francois-Xavier Coudert2-20/+10
2007-08-14re PR fortran/32594 (substring simplification leads to ICE)Francois-Xavier Coudert3-10/+31