Age | Commit message (Expand) | Author | Files | Lines |
2006-12-21 | re PR fortran/30202 ([4.1 only] ICE in trans-array.c) | Paul Thomas | 1 | -3/+1 |
2006-12-20 | trans-expr.c (is_zero_initializer_p): Determine whether a given constant expr... | Roger Sayle | 1 | -0/+88 |
2006-12-12 | trans-expr.c (gfc_conv_substring): Check for empty substring. | Tobias Schlüter | 1 | -0/+7 |
2006-12-05 | re PR fortran/29912 ([4.1 only] Gfortran: string array functions behaving inc... | Paul Thomas | 1 | -0/+17 |
2006-12-03 | re PR fortran/29642 (Fortran 2003: VALUE Attribute (call by value not call by... | Paul Thomas | 1 | -14/+27 |
2006-11-28 | re PR fortran/29976 (ICE on optional arg) | Paul Thomas | 1 | -1/+2 |
2006-11-25 | re PR fortran/29982 ([4.1 only] ICE in write() with gfortran 4.1.2 (and 4.2 a... | Andrew Pinski | 1 | -2/+4 |
2006-11-15 | re PR fortran/27588 (-fbounds-check should catch substring out of range acces... | Tobias Burnus | 1 | -3/+34 |
2006-11-13 | re PR fortran/26994 (Scalar TRANSFER - error: invalid operand to unary operator) | Andrew Pinski | 1 | -0/+1 |
2006-11-10 | re PR fortran/29315 (error passing an array derived from type element) | Paul Thomas | 1 | -3/+5 |
2006-11-05 | 2006-11-05 Francois-Xavier Coudert <fxcoudert@gcc.gnu,org> | Paul Thomas | 1 | -3/+8 |
2006-10-31 | re PR fortran/29387 (ICE on character array function of variable length) | Paul Thomas | 1 | -2/+9 |
2006-10-22 | re PR fortran/26025 (Optionally use BLAS for matmul) | Francois-Xavier Coudert | 1 | -2/+7 |
2006-10-19 | [multiple changes] | Paul Thomas | 1 | -5/+13 |
2006-10-14 | re PR fortran/29371 (Coredump when using -fbounds-check with pointer & nullify) | Paul Thomas | 1 | -1/+1 |
2006-10-13 | re PR fortran/29373 (implicit type declaration and contained function clash) | Paul Thomas | 1 | -7/+1 |
2006-10-08 | [multiple changes] | Paul Thomas | 1 | -17/+185 |
2006-10-03 | re PR fortran/29284 (ICE for optional subroutine argument) | Paul Thomas | 1 | -28/+39 |
2006-09-13 | trans-expr.c (gfc_add_interface_mapping): For characters, dereference pointer... | Wolfgang Gellerich | 1 | -5/+4 |
2006-09-11 | re PR fortran/28890 (ICE on write) | Paul Thomas | 1 | -6/+26 |
2006-08-30 | re PR fortran/28885 (ICE passing components of array of derived type) | Paul Thomas | 1 | -0/+6 |
2006-08-20 | re PR fortran/28601 (ICE on reexport of renamed type) | Paul Thomas | 1 | -3/+13 |
2006-08-19 | re PR fortran/25217 (Derived type dummy argument having intent(out) attribute) | Erik Edelmann | 1 | -0/+10 |
2006-07-15 | trans-expr.c (gfc_trans_string_copy): Evaluate the string lengths | Steven G. Kargl | 1 | -3/+6 |
2006-07-13 | re PR fortran/28174 (Corruption of multiple character arrays when passing arr... | Paul Thomas | 1 | -1/+2 |
2006-07-12 | re PR fortran/28163 (Calling libgfortran's copy_string is inefficient) | Francois-Xavier Coudert | 1 | -6/+60 |
2006-07-04 | re PR fortran/28174 (Corruption of multiple character arrays when passing arr... | Paul Thomas | 1 | -13/+50 |
2006-06-21 | trans-expr.c (gfc_conv_missing_dummy, [...]): Replace calls to convert on con... | Francois-Xavier Coudert | 1 | -17/+12 |
2006-06-15 | trans-array.h (gfc_trans_create_temp_array): Add bool argument. | Thomas Koenig | 1 | -1/+2 |
2006-06-09 | re PR fortran/24558 (ENTRY doesn't work in module procedures) | Paul Thomas | 1 | -0/+1 |
2006-06-08 | re PR fortran/27958 (assignments to and from zero-sized string selections not... | Francois-Xavier Coudert | 1 | -0/+7 |
2006-06-03 | trans.c (gfc_msg_bounds, [...]): Add strings for common runtime error messages. | Francois-Xavier Coudert | 1 | -2/+2 |
2006-05-30 | symbol.c (check_conflict): Allow external, function, and subroutine attribute... | Asher Langton | 1 | -0/+3 |
2006-05-19 | re PR fortran/27662 ([4.1 only]: Transpose doesn't work on function return) | H.J. Lu | 1 | -5/+0 |
2006-04-16 | re PR fortran/26822 (Scalarization of non-elemental intrinsic: __logical_4_l4) | Paul Thomas | 1 | -1/+9 |
2006-04-08 | gfortran.texi: Fix typos. | Kazu Hirata | 1 | -1/+1 |
2006-04-03 | re PR testsuite/26981 (g++.old-deja/g++.other/init18.C fails) | Paul Thomas | 1 | -19/+55 |
2006-04-02 | trans-array.c (gfc_trans_dealloc_allocated): Take a tree representation of th... | Erik Edelmann | 1 | -1/+4 |
2006-03-13 | trans-openmp.c (gfc_trans_omp_variable): Handle references to parent result. | Jakub Jelinek | 1 | -14/+11 |
2006-03-10 | symbol.c (check_conflict): Allow allocatable function results, except for ele... | Erik Edelmann | 1 | -6/+9 |
2006-03-09 | trans-expr.c (gfc_add_interface_mapping): Copy 'allocatable' attribute from s... | Erik Edelmann | 1 | -2/+4 |
2006-03-06 | trans-array.c (gfc_trans_dealloc_allocated): New function. | Paul Thomas | 1 | -0/+10 |
2006-03-06 | re PR fortran/26107 (ICE after error message on invalid code) | Paul Thomas | 1 | -12/+36 |
2006-03-05 | re PR fortran/16136 (Conflicting attributes ALLOCATABLE, DUMMY (F2003)) | Erik Edelmann | 1 | -8/+7 |
2006-02-16 | re PR fortran/24557 (ICE: PRINTing function result of size depending on assum... | Paul Thomas | 1 | -0/+4 |
2006-02-12 | re PR fortran/25806 (problems with functions returning array pointers?) | Erik Edelmann | 1 | -3/+9 |
2006-02-10 | re PR fortran/14771 (frontend doesn't record parentheses) | Tobias Schlüter | 1 | -0/+1 |
2006-02-06 | backport: trans-decl.c (create_function_arglist): Handle dummy functions. | Jakub Jelinek | 1 | -1/+1 |
2006-01-26 | re PR fortran/25964 (NIST regression on fm311.f) | Paul Thomas | 1 | -11/+24 |
2006-01-21 | PR25024, PR20881, PR23308, PR25538 and PR25710 - Procedure references | Paul Thomas | 1 | -1/+229 |