Age | Commit message (Expand) | Author | Files | Lines |
2007-09-04 | decl.c (match_procedure_decl,match_procedure_in_interface, [...]): Handle PRO... | Janus Weil | 8 | -6/+393 |
2007-09-04 | * Makefile.in (DRIVER_DEFINES, gcc.o, gccspec.o, protoize.o) | Daniel Jacobowitz | 2 | -2/+5 |
2007-09-03 | system.h (CONST_CAST2, [...]): New macros for type-specific casts. | Kaveh R. Ghazi | 5 | -4/+11 |
2007-09-03 | re PR fortran/31675 (Fortran front-end and libgfortran should have a common h... | Francois-Xavier Coudert | 11 | -121/+168 |
2007-09-03 | invoke.texi: Fix the -frange-checking option entry. | Steven G. Kargl | 2 | -3/+7 |
2007-09-02 | decl.c (match_string_p): New helper function to explicitly match a string of ... | Roger Sayle | 4 | -129/+180 |
2007-09-02 | dump-parse-tree.c (show_char_const): New function. | Tobias Schlüter | 3 | -28/+40 |
2007-09-02 | re PR fortran/33276 (465.tonto in SPEC CPU 2006 fails to compile) | H.J. Lu | 2 | -0/+6 |
2007-08-31 | re PR fortran/33232 (Diagnose comma in "read()," and "write(),") | Tobias Burnus | 2 | -3/+7 |
2007-08-31 | * intrinsic.texi (LGAMMA): Remove empty @cindex line. | Joseph Myers | 2 | -1/+4 |
2007-08-30 | re PR fortran/31879 (ICE with function having array of character variables ar... | Paul Thomas | 8 | -111/+229 |
2007-08-30 | re PR fortran/33228 (Accepts use-associated functions in MODULE PROCEDURE) | Tobias Burnus | 2 | -7/+16 |
2007-08-29 | re PR libfortran/32989 (GETARG intrinsic) | Francois-Xavier Coudert | 6 | -15/+58 |
2007-08-29 | re PR fortran/33105 (F2003: Support is_iostat_end & is_iostat_eor intrinsics) | François-Xavier Coudert | 5 | -0/+143 |
2007-08-29 | re PR fortran/33215 (Bind(C): Bugs with empty "name=": Creates wrong result a... | Tobias Burnus | 2 | -11/+21 |
2007-08-29 | builtin-types.def (BT_FN_PTR_PTR_SIZE): New type. | Francois-Xavier Coudert | 7 | -74/+426 |
2007-08-29 | Fix ChangeLog. | Jerry DeLisle | 1 | -0/+5 |
2007-08-29 | re PR libfortran/33055 (Runtime error in INQUIRE unit existance with -fdefaul... | Jerry DeLisle | 1 | -35/+2 |
2007-08-28 | re PR fortran/22244 (dimension information is lost for multi-dimension array) | Jakub Jelinek | 3 | -2/+29 |
2007-08-27 | simplify.c (gfc_simplify_lgamma): Fix mpfr_lgamma call. | Tobias Burnus | 2 | -1/+6 |
2007-08-26 | re PR libfortran/33055 (Runtime error in INQUIRE unit existance with -fdefaul... | Jerry DeLisle | 2 | -2/+43 |
2007-08-26 | gfortran.h (gfc_isym_id): Add GFC_ISYM_GAMMA and GFC_ISYM_LGAMMA. | H.J. Lu | 2 | -0/+7 |
2007-08-26 | gfortran.h (gfc_option_t): Add flag_recursive. | Asher Langton | 5 | -9/+77 |
2007-08-26 | re PR fortran/31298 ([F03] use mod, operator(+) => operator(.userOp.) not sup... | Tobias Burnus | 2 | -13/+43 |
2007-08-26 | re PR fortran/32985 (COMMON checking: TYPE with(out) SEQUENCE/bind(C), ALLOCA... | Tobias Burnus | 3 | -46/+54 |
2007-08-26 | re PR fortran/32980 (Vendor extension: Intrinsic functions (D)GAMMA, LGAMMA (... | Tobias Burnus | 7 | -0/+215 |
2007-08-26 | re PR fortran/33188 (Fortran 2003: Type declarations without componends) | Tobias Burnus | 2 | -5/+11 |
2007-08-25 | c-common.c (vector_types_convertible_p, [...]): Constify. | Kaveh R. Ghazi | 3 | -2/+7 |
2007-08-24 | re PR fortran/33178 (-std=f95: SIGN with integer arguments rejected as initia... | Tobias Burnus | 2 | -6/+10 |
2007-08-24 | re PR libfortran/32972 (performance of pack/unpack) | Thomas Koenig | 2 | -17/+8 |
2007-08-24 | re PR fortran/33139 (array pointer assignment gives incorrect dimensions) | Tobias Burnus | 2 | -7/+15 |
2007-08-24 | decl.c (variable_decl): Don't share charlen structs if length == NULL. | Jakub Jelinek | 3 | -22/+14 |
2007-08-23 | re PR fortran/33095 (MAX with optional arguments gives run-time error) | Francois-Xavier Coudert | 2 | -54/+19 |
2007-08-23 | match.c (intrinsic_operators): Delete. | Roger Sayle | 2 | -39/+222 |
2007-08-22 | re PR fortran/33020 (Bind(C): c_f_pointer: type/rank mismatch error with inte... | Christopher D. Rickett | 2 | -12/+6 |
2007-08-22 | decl.c (match_attr_spec): Pass on errors from gfc_match_bind_c. | Janus Weil | 2 | -3/+15 |
2007-08-22 | [PATCH Fortran] bootstrap failure by wrong sizetype. | Kai Tietz | 2 | -1/+14 |
2007-08-21 | configure.ac: Add --with-pkgversion and --with-bugurl. | Paul Brook | 4 | -3/+13 |
2007-08-20 | match.c (intrinsic_operators): Make static. | Roger Sayle | 3 | -9/+84 |
2007-08-19 | [multiple changes] | Tobias Burnus | 6 | -20/+40 |
2007-08-19 | primary.c (match_logical_constant_string): New function to match a ".true." o... | Roger Sayle | 2 | -7/+42 |
2007-08-18 | [multiple changes] | Tobias Burnus | 9 | -6/+90 |
2007-08-18 | re PR fortran/32881 (PURE attribute escapes from contained procedure) | Paul Thomas | 2 | -1/+8 |
2007-08-18 | re PR fortran/32875 (Not Implemented: complex character array constructor) | Paul Thomas | 2 | -0/+13 |
2007-08-16 | re PR fortran/33072 ("use mod, only: operator(.sub.)" matches any procedure "... | Tobias Burnus | 2 | -16/+32 |
2007-08-15 | re PR fortran/29459 (Spurious warnings about anonymous variables) | Francois-Xavier Coudert | 2 | -1/+15 |
2007-08-14 | re PR fortran/33066 ("type, bind(C) t": Diagnose missing "::") | Francois-Xavier Coudert | 2 | -2/+11 |
2007-08-14 | re PR fortran/33073 (Type mismatch in build_fixbound_expr()) | Francois-Xavier Coudert | 2 | -20/+10 |
2007-08-14 | re PR fortran/32594 (substring simplification leads to ICE) | Francois-Xavier Coudert | 3 | -10/+31 |
2007-08-13 | re PR fortran/32926 (ICE with external function as argument) | Paul Thomas | 2 | -6/+15 |