Age | Commit message (Expand) | Author | Files | Lines |
2007-02-27 | trans-array.c (structure_alloc_comps): Use correct type for null pointer cons... | Richard Guenther | 1 | -1/+1 |
2007-02-18 | trans-array.c (gfc_build_constant_array_constructor): When the shape of the c... | Roger Sayle | 1 | -16/+62 |
2007-02-15 | tree.h (enum tree_code_class): Add tcc_vl_exp. | Sandra Loosemore | 1 | -63/+27 |
2007-02-09 | re PR fortran/30720 ([4.1 only] runtime: check for empty array slices before ... | Francois-Xavier Coudert | 1 | -45/+14 |
2007-02-03 | * trans-array.c: Fix a comment typo. | Kazu Hirata | 1 | -1/+1 |
2007-02-02 | trans-array.c (gfc_conv_expr_descriptor): We don't need to use a temporary ar... | Roger Sayle | 1 | -9/+32 |
2007-01-31 | * simplify.c, trans-array.c: Fix comment typos. | Kazu Hirata | 1 | -1/+1 |
2007-01-20 | dependency.c (gfc_full_array_ref_p): Check that ref->next is NULL, i.e. | Roger Sayle | 1 | -4/+4 |
2007-01-08 | trans-array.c (constant_array_constructor_p): New function to determine wheth... | Roger Sayle | 1 | -7/+136 |
2007-01-07 | trans-array.c (gfc_trans_create_temp_array, [...]): Commentary typo fix. | Bernhard Fischer | 1 | -2/+2 |
2007-01-05 | trans-array.c (gfc_trans_array_constructor_value): Make the static const "dat... | Roger Sayle | 1 | -0/+1 |
2007-01-05 | trans-array.c (gfc_conv_loop_setup): Test whether the loop stride is one... | Roger Sayle | 1 | -2/+4 |
2006-12-22 | re PR fortran/25818 ([4.1 only] Problem with handling optional and entry mast... | Paul Thomas | 1 | -2/+11 |
2006-12-22 | trans-array.c (gfc_trans_create_temp_array): When the size is known at compil... | Roger Sayle | 1 | -15/+29 |
2006-12-20 | re PR fortran/30190 ([4.1 only] Bounds check generates wrong code for associa... | Paul Thomas | 1 | -2/+0 |
2006-12-18 | trans-array.c (gfc_conv_array_index_offset): Avoid multiplying index by one, ... | Roger Sayle | 1 | -5/+8 |
2006-12-17 | re PR fortran/30207 (ICE in gfc_dep_resolver with where (a < 0) a(:) = 1) | Roger Sayle | 1 | -20/+1 |
2006-12-13 | re PR fortran/30115 (allocate() interface pessimizes aliasing) | Richard Guenther | 1 | -7/+22 |
2006-12-05 | re PR fortran/30003 ([4.1 only] Expressions with side effects in array refere... | Paul Thomas | 1 | -1/+25 |
2006-12-05 | Merge gimple-tuples-branch into mainline. | Aldy Hernandez | 1 | -3/+11 |
2006-11-26 | re PR fortran/29892 (substring out of bounds: Missing variable name for varia... | Francois-Xavier Coudert | 1 | -5/+34 |
2006-11-09 | re PR fortran/29431 (Not Implemented: complex character array constructors) | Paul Thomas | 1 | -2/+10 |
2006-11-09 | re PR fortran/29699 (ICE in trans-decl.c) | Paul Thomas | 1 | -0/+3 |
2006-10-16 | [multiple changes] | Paul Thomas | 1 | -0/+8 |
2006-10-14 | intrinsic.texi: Fix typos. | Kazu Hirata | 1 | -1/+1 |
2006-10-08 | [multiple changes] | Paul Thomas | 1 | -36/+372 |
2006-09-10 | re PR fortran/28914 (Code inside loop hangs; outside loop runs normally; runs... | Paul Thomas | 1 | -0/+9 |
2006-07-24 | re PR fortran/28416 (ICE on allocatable codes) | Erik Edelmann | 1 | -1/+7 |
2006-07-06 | re PR fortran/28129 (gfortran -fbounds-check: Shows invalid array out of boun... | Francois-Xavier Coudert | 1 | -9/+12 |
2006-07-04 | re PR fortran/28174 (Corruption of multiple character arrays when passing arr... | Paul Thomas | 1 | -1/+18 |
2006-06-24 | re PR fortran/28118 (ICE calling subroutine defined via explicit interface) | Paul Thomas | 1 | -3/+31 |
2006-06-16 | re PR fortran/27965 (invalid "Array bound mismatch" runtime error) | Francois-Xavier Coudert | 1 | -12/+81 |
2006-06-15 | trans-array.h (gfc_trans_create_temp_array): Add bool argument. | Thomas Koenig | 1 | -7/+54 |
2006-06-08 | re PR fortran/27786 ([4.1 only] Bad interaction between Cray pointer, assumed... | Asher Langton | 1 | -1/+2 |
2006-06-03 | trans.c (gfc_msg_bounds, [...]): Add strings for common runtime error messages. | Francois-Xavier Coudert | 1 | -26/+56 |
2006-05-29 | trans-array.c: Fix previous commit, which included parts of patches in prepar... | François-Xavier Coudert | 1 | -4/+4 |
2006-05-29 | re PR fortran/19777 (-fbounds-check catches non-existent bounds violation) | Francois-Xavier Coudert | 1 | -5/+6 |
2006-05-27 | re PR fortran/19777 (-fbounds-check catches non-existent bounds violation) | Francois-Xavier Coudert | 1 | -1/+1 |
2006-05-26 | re PR libfortran/27524 (-fbounds-check interacts with array function) | Francois-Xavier Coudert | 1 | -3/+3 |
2006-05-19 | re PR fortran/27662 ([4.1 only]: Transpose doesn't work on function return) | H.J. Lu | 1 | -3/+0 |
2006-05-10 | re PR fortran/27470 (wrong memory allocator for derived types) | Thomas Koenig | 1 | -1/+15 |
2006-05-07 | re PR fortran/24813 (ICE with scalarization LEN of character types) | Paul Thomas | 1 | -1/+1 |
2006-04-29 | re PR fortran/27351 (Use variable after free in gfc_conv_array_transpose) | H.J. Lu | 1 | -2/+2 |
2006-04-21 | re PR fortran/27122 (binary operator functions should require intent(in)) | Paul Thomas | 1 | -4/+1 |
2006-04-16 | re PR fortran/26017 (allocate (a(1:-1)) should yield zero-sized array) | Thomas Koenig | 1 | -2/+31 |
2006-04-16 | re PR fortran/26822 (Scalarization of non-elemental intrinsic: __logical_4_l4) | Paul Thomas | 1 | -1/+31 |
2006-04-04 | re PR fortran/25619 (temporary array of constant size character type goes wrong) | H.J. Lu | 1 | -15/+25 |
2006-04-02 | trans-array.c (gfc_trans_dealloc_allocated): Take a tree representation of th... | Erik Edelmann | 1 | -7/+3 |
2006-04-01 | re PR fortran/25270 (testcases fail with a type mismatch) | Roger Sayle | 1 | -7/+7 |
2006-03-10 | symbol.c (check_conflict): Allow allocatable function results, except for ele... | Erik Edelmann | 1 | -15/+21 |