| Commit message (Expand) | Author | Age | Files | Lines |
* | trans-stmt.c (gfc_trans_label_assign): Don't set DECL_ARTIFICIAL flag to zero... | Feng Wang | 2005-03-15 | 2 | -2/+5 |
* | re PR fortran/18827 (ICE on assign to common variable) | Feng Wang | 2005-03-15 | 8 | -11/+80 |
* | re PR fortran/20467 (Bad fortran code causes ICE) | Tobias Schlüter | 2005-03-14 | 2 | -0/+7 |
* | tree-cfg.c (find_taken_edge_cond_expr): Use zero_p instead of integer_zerop. | Zdenek Dvorak | 2005-03-14 | 2 | -1/+6 |
* | re PR fortran/16907 (Non-integer array indices rejected) | Tobias Schlüter | 2005-03-13 | 2 | -5/+17 |
* | re PR fortran/20323 (optional arguments incorrectly accepted in specification... | Tobias Schlüter | 2005-03-13 | 2 | -4/+11 |
* | re PR fortran/20361 (-fmax-stack-var-size=N not working for equivalence) | Tobias Schlüter | 2005-03-12 | 6 | -45/+51 |
* | Make-lang.in (fortran-warn): Set to $(STRICT_WARN) -Wno-error. | Kaveh R. Ghazi | 2005-03-12 | 5 | -21/+23 |
* | Remove spurious blank line. | Tobias Schlüter | 2005-03-08 | 1 | -1/+0 |
* | re PR fortran/19936 (confused error message about implied do loop) | Steven G. Kargl | 2005-03-05 | 2 | -0/+17 |
* | re PR fortran/19754 (Shape conformance not checked) | Steven G. Kargl | 2005-03-05 | 2 | -2/+44 |
* | trans-const.c (gfc_conv_constant_to_tree): Use correct tree type for COMPLEX ... | Tobias Schlüter | 2005-03-05 | 2 | -1/+7 |
* | re PR fortran/19673 (pointer function with RESULT specified returns pointer t... | Tobias Schlüter | 2005-03-04 | 2 | -2/+9 |
* | * expr.c (gfc_copy_shape_excluding): Change && to ||. | Steven G. Kargl | 2005-03-04 | 2 | -1/+5 |
* | trans-intrinsic.c (gfc_get_symbol_for_expr): Fix comment typo, clarify comment. | Tobias Schlüter | 2005-03-04 | 2 | -2/+7 |
* | re PR fortran/19479 (UBOUND causes ICE) | Tobias Schlüter | 2005-03-01 | 2 | -16/+62 |
* | trans-intrinsic.c (gfc_conv_intrinsic_iargc): remove boolean argument. | Steven G. Kargl | 2005-02-28 | 2 | -7/+9 |
* | Fix missing ChangeLog entry: | Tobias Schlüter | 2005-02-28 | 1 | -0/+6 |
* | re PR fortran/20058 (Error on kind 16 hex data statement) | Steven G. Kargl | 2005-02-28 | 4 | -10/+23 |
* | arith.c (gfc_check_real_range): Remove multiple returns | Steven G. Kargl | 2005-02-27 | 2 | -124/+43 |
* | * decl.c, resolve.c, trans-array.c, trans.h: Fix comment typo(s). | Volker Reichelt | 2005-02-24 | 5 | -5/+9 |
* | Unrevert previously reversed patch, adding this patch: | Tobias Schlüter | 2005-02-24 | 12 | -74/+108 |
* | Revert yesterday's patch: | Tobias Schlüter | 2005-02-24 | 13 | -105/+83 |
* | gfortran.h (gfc_component, [...]): Make 'name' a 'const char *'. | Tobias Schlüter | 2005-02-23 | 13 | -74/+167 |
* | gfortran.h (gfc_expr): Move 'operator'... | Tobias Schlüter | 2005-02-23 | 13 | -136/+168 |
* | gfortran.h (symbol_attribute): New 'untyped' field, fix comment formatting. | Tobias Schlüter | 2005-02-23 | 3 | -4/+13 |
* | gfortran.h (gfc_get_namespace): Add second argument to prototype. | Tobias Schlüter | 2005-02-23 | 7 | -11/+25 |
* | genpreds.c: Update copyright. | Kazu Hirata | 2005-02-23 | 3 | -2/+7 |
* | * symbol.c: Typos in comments. | Steven G. Kargl | 2005-02-20 | 2 | -10/+13 |
* | * expr.c (gfc_type_convert_binary): Typo in comment. | Steven G. Kargl | 2005-02-20 | 2 | -1/+5 |
* | check.c (gfc_check_selected_int_kind): New function. | Steven G. Kargl | 2005-02-19 | 5 | -3/+26 |
* | check.c (gfc_check_int): improve checking of optional kind | Steven G. Kargl | 2005-02-19 | 3 | -3/+16 |
* | check.c (gfc_check_achar): New function | Steven G. Kargl | 2005-02-19 | 4 | -1/+18 |
* | trans-stmt.c (generate_loop_for_temp_to_lhs, [...]): Remove if whose conditio... | Tobias Schlüter | 2005-02-13 | 2 | -8/+10 |
* | symbol.c (gfc_use_ha_derived): Remove, fold functionality into ... | Tobias Schlüter | 2005-02-12 | 2 | -19/+11 |
* | builtins.c (DEF_BUILTIN): Add COND argument. | Richard Henderson | 2005-02-09 | 2 | -48/+20 |
* | expr.c (gfc_copy_expr): Don't copy 'op1' and 'op2' for EXPR_SUBSTRING. | Tobias Schlüter | 2005-02-08 | 3 | -13/+19 |
* | gfortran.h (gfc_add_dimension, [...]): Add argument. | Tobias Schlüter | 2005-02-07 | 10 | -164/+233 |
* | cpp.texi: Include gcc-common.texi. | Joseph Myers | 2005-02-06 | 2 | -6/+5 |
* | * options.c (gfc_init_options): Zero flag_errno_math. | Richard Henderson | 2005-01-30 | 2 | -1/+5 |
* | re PR fortran/18565 (gfortran: CONJG: false error message about standard viol... | Paul Brook | 2005-01-29 | 4 | -16/+79 |
* | re PR fortran/19589 (Regression: Error on Data assignment with LOGICAL*1) | Steven G. Kargl | 2005-01-29 | 2 | -0/+8 |
* | trans-decl.c (gfc_build_label_decl): Set DECL_ARTIFICAL and TREE_USED for all... | Steven Bosscher | 2005-01-27 | 4 | -23/+21 |
* | re PR fortran/17941 (gfortran: parser chokes on complex literal constant) | Paul Brook | 2005-01-23 | 3 | -173/+64 |
* | re PR fortran/19294 (intrinsic_transpose.f90 runtime crash) | James A. Morrison | 2005-01-23 | 2 | -20/+27 |
* | data.c, [...]: Fix comment typos. | Kazu Hirata | 2005-01-23 | 13 | -30/+37 |
* | re PR libfortran/19313 (inquire(pad=) not implemented) | Bud Davis | 2005-01-23 | 2 | -0/+10 |
* | intrinsic.c (make_alias): Add standard argument. | Steven G. Kargl | 2005-01-22 | 2 | -10/+20 |
* | * trans-expr.c (gfc_conv_function_call): Remove bogus TODO. | Paul Brook | 2005-01-22 | 2 | -1/+5 |
* | gfortran.h (gfc_check_access): Add prototype. | Paul Brook | 2005-01-22 | 5 | -25/+46 |