Age | Commit message (Expand) | Author | Files | Lines |
2007-10-02 | re PR fortran/33542 (gfortran does not detect ambigious specific names if the... | Paul Thomas | 1 | -0/+6 |
2007-10-02 | re PR fortran/33566 (fortran : wrong rank of derived type parameters array co... | Paul Thomas | 1 | -0/+6 |
2007-10-02 | re PR fortran/33554 (Seg.fault: Default initialization of derived type uses u... | Paul Thomas | 1 | -0/+9 |
2007-10-02 | re PR fortran/33550 (ICE (segfault) when USEing ambiguous symbols) | Paul Thomas | 1 | -0/+6 |
2007-10-02 | re PR fortran/31154 (IMPORT fails for "<imported symbol> FUNCTION (...)" kin... | Paul Thomas | 1 | -0/+26 |
2007-09-28 | module.c (mio_expr): Avoid -Wcast-qual warning. | Kaveh R. Ghazi | 1 | -0/+4 |
2007-09-27 | arith.c (reduce_binary_aa): Fix capitalization. | Tobias Schlüter | 1 | -0/+13 |
2007-09-27 | re PR fortran/33568 (ICE with ANINT (with KIND and an array)) | Paul Thomas | 1 | -0/+7 |
2007-09-26 | re PR libfortran/30780 (FPE in CPU_TIME (and possibly others) with -ffpe-trap... | Francois-Xavier Coudert | 1 | -0/+5 |
2007-09-24 | re PR fortran/33269 (Diagnose missing "(" in "PRINT ('a'),") | Tobias Schlüter | 1 | -0/+8 |
2007-09-24 | re PR fortran/33538 (bootstrap break in fortran on *-apple-darwin r128671) | Francois-Xavier Coudert | 1 | -0/+5 |
2007-09-22 | re PR fortran/33528 (Wrong locations emitted with mapped locations and includ... | Francois-Xavier Coudert | 1 | -0/+7 |
2007-09-22 | re PR fortran/33522 (Incorrect warning messages about uninitialized variables) | Francois-Xavier Coudert | 1 | -0/+7 |
2007-09-22 | re PR fortran/33337 (ICE in gfc_finish_var_decl, at fortran/trans-decl.c:510) | Paul Thomas | 1 | -0/+12 |
2007-09-22 | re PR fortran/33502 (gfortran with .F suffix and -g3 option chokes on preproc... | Francois-Xavier Coudert | 1 | -0/+16 |
2007-09-22 | re PR fortran/33445 (Diagnose "!$OMP&" as an error in free format unless it i... | Tobias Burnus | 1 | -0/+6 |
2007-09-21 | trans-expr.c (gfc_trans_pointer_assignment): Convert array descriptor for sub... | Paul Thomas | 1 | -0/+6 |
2007-09-21 | re PR fortran/33037 (TRANSFER should warn on mismatched sizes) | Tobias Burnus | 1 | -1/+7 |
2007-09-21 | re PR fortran/20441 (-finit-local-zero is missing from gfortran) | Asher Langton | 1 | -0/+17 |
2007-09-20 | re PR fortran/33221 (Cannot declare variables of TYPE without components) | Francois-Xavier Coudert | 1 | -0/+12 |
2007-09-20 | re PR fortran/33288 (ICE (segfault) in mpfr_cmp2 when evaluating array initia... | Francois-Xavier Coudert | 1 | -0/+7 |
2007-09-20 | io.c (resolve_tag_format): New function using code split out and simplified f... | Tobias Schlüter | 1 | -0/+7 |
2007-09-20 | re PR fortran/33497 (Bind(C): C_LOC rejects interoperable arguments) | Christopher D. Rickett | 1 | -0/+6 |
2007-09-20 | re PR fortran/33325 (Document intrinsic Fortran modules) | Tobias Burnus | 1 | -0/+7 |
2007-09-18 | re PR fortran/31119 (-fbounds-check: Check for presence of optional arguments... | Francois-Xavier Coudert | 1 | -0/+6 |
2007-09-18 | re PR fortran/33231 (Reject for -std=f* calls to elementar functions where ar... | Tobias Burnus | 1 | -0/+6 |
2007-09-17 | re PR fortran/33106 (Access of components of public entities of private types... | Tobias Burnus | 1 | -0/+6 |
2007-09-17 | resolve.c (resolve_fl_procedure): Allow private dummies for Fortran 2003. | Tobias Burnus | 1 | -0/+5 |
2007-09-17 | trans-types.c (gfc_get_desc_dim_type): Do not to try emit debug info. | Francois-Xavier Coudert | 1 | -0/+9 |
2007-09-16 | re PR fortran/29396 (segfault with character pointer association) | Paul Thomas | 1 | -0/+57 |
2007-09-13 | iresolve.c (resolve_mask_arg): If a mask is an array expression, convert it t... | Thomas Koenig | 1 | -0/+5 |
2007-09-13 | re PR fortran/33343 (ICE (segfault) on invalid code with wrongly shaped argum... | Tobias Burnus | 1 | -0/+7 |
2007-09-13 | symbol.c (gfc_add_elemental,gfc_add_pure,gfc_add_recursive): Allow prefixes o... | Tobias Burnus | 1 | -0/+5 |
2007-09-13 | re PR fortran/33412 (Bind(C): ELEMENTAL procedure conflicts with BIND(C)) | Tobias Burnus | 1 | -0/+5 |
2007-09-12 | re PR fortran/33297 (SIZE intrinsic crashes gfortran on invalid usage) | Tobias Burnus | 1 | -0/+14 |
2007-09-12 | re PR fortran/33284 (ENTRY and INTRINSIC with same name) | Tobias Burnus | 1 | -0/+7 |
2007-09-12 | trans-expr.c (gfc_conv_initializer): Fix expr == NULL check. | Tobias Burnus | 1 | -0/+4 |
2007-09-12 | c-objc-common.h (LANG_HOOKS_CALLGRAPH_EXPAND_FUNCTION): Kill. | Jan Hubicka | 1 | -0/+4 |
2007-09-12 | re PR fortran/33395 ([ISO_C_BINDING ?] ICE (segfault) in gfc_conv_initializer) | Christopher D. Rickett | 1 | -0/+7 |
2007-09-11 | re PR fortran/33040 ([ISO_C_BINDING] ICE in gfc_trans_structure_assign) | Christopher D. Rickett | 1 | -0/+9 |
2007-09-11 | decl.c (java_expand_body): Kill. | Jan Hubicka | 1 | -0/+5 |
2007-09-10 | re PR fortran/31547 (Document when CPP is called and document the f95-cpp-inp... | Tobias Burnus | 1 | -0/+7 |
2007-09-10 | re PR fortran/33370 (Structure component arrays) | Paul Thomas | 1 | -0/+9 |
2007-09-06 | tree-cfg.c (remove_bb): Only warn if line is non-zero. | Tom Tromey | 1 | -0/+8 |
2007-09-05 | Add target hook invoked when cfun changes. | Sandra Loosemore | 1 | -0/+5 |
2007-09-05 | re PR fortran/31564 (Error: Type/rank mismatch in argument) | Paul Thomas | 1 | -0/+14 |
2007-09-04 | decl.c (match_procedure_decl,match_procedure_in_interface, [...]): Handle PRO... | Janus Weil | 1 | -0/+17 |
2007-09-04 | * Makefile.in (DRIVER_DEFINES, gcc.o, gccspec.o, protoize.o) | Daniel Jacobowitz | 1 | -0/+4 |
2007-09-03 | system.h (CONST_CAST2, [...]): New macros for type-specific casts. | Kaveh R. Ghazi | 1 | -0/+7 |
2007-09-03 | re PR fortran/31675 (Fortran front-end and libgfortran should have a common h... | Francois-Xavier Coudert | 1 | -0/+24 |