Age | Commit message (Expand) | Author | Files | Lines |
2008-11-29 | * trans-array.c (gfc_conv_array_parameter): Guard union access. | Eric Botcazou | 1 | -1/+2 |
2008-11-24 | re PR fortran/34820 (internal compiler error: in gfc_conv_descriptor_data_get... | Paul Thomas | 1 | -1/+0 |
2008-11-23 | re PR fortran/37735 (Allocatable components in vectors of derived types cause... | Paul Thomas | 1 | -4/+6 |
2008-11-20 | re PR middle-end/29215 (extra store for memcpy) | Jakub Jelinek | 1 | -2/+5 |
2008-11-16 | re PR fortran/38119 (character ICE in gfc_trans_create_temp_array) | Paul Thomas | 1 | -12/+6 |
2008-11-14 | re PR fortran/38033 (Bounds of a pointer/allocatable array not stabilized) | Paul Thomas | 1 | -4/+11 |
2008-11-01 | re PR fortran/19925 (Implied do-loop in an initialization expression is broken) | Steven G. Kargl | 1 | -5/+8 |
2008-11-01 | re PR fortran/35681 (wrong result for vector subscripted array expression in ... | Daniel Kraft | 1 | -23/+72 |
2008-10-30 | re PR fortran/37903 (wrong-code for complicated vector subscripts) | Mikael Morin | 1 | -36/+22 |
2008-09-24 | re PR fortran/37626 (ICE for automatic deallocation of character result varia... | Tobias Burnus | 1 | -1/+1 |
2008-09-21 | re PR fortran/35846 (ICE on nested character constructors) | Daniel Kraft | 1 | -8/+20 |
2008-09-18 | re PR fortran/37507 (Print location in (DE)ALLOCATION errors) | Daniel Kraft | 1 | -4/+4 |
2008-09-09 | re PR fortran/37411 (ICE (segfault) in trans-array.c) | Daniel Kraft | 1 | -0/+3 |
2008-09-04 | trans-array.c (gfc_conv_array_parameter): Use correct types in building COND_... | Richard Guenther | 1 | -2/+3 |
2008-08-23 | gfortran.h (gfc_component): Add field "symbol_attribute attr"... | Janus Weil | 1 | -7/+7 |
2008-07-29 | trans-expr.c (conv_parent_component_references): New function to build missin... | Paul Thomas | 1 | -6/+8 |
2008-07-28 | backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch. | Richard Biener | 1 | -62/+60 |
2008-07-27 | re PR fortran/36132 (_gfortran_internal_pack on optional arguments) | Tobias Burnus | 1 | -16/+70 |
2008-07-24 | re PR fortran/29952 (Flag to give runtime information " array temporary was c... | Thomas Koenig | 1 | -11/+24 |
2008-07-21 | fmt_g0_3.f08: Fix typo in expected error message. | Ralf Wildenhues | 1 | -7/+7 |
2008-06-17 | re PR fortran/36112 (Bounds-checking on character length not working for arra... | Daniel Kraft | 1 | -5/+17 |
2008-05-28 | re PR fortran/36319 (Segfault with wide characters in DATA) | Francois-Xavier Coudert | 1 | -4/+9 |
2008-05-27 | re PR fortran/36316 (type mismatch in binary expression caught by verify_gimple) | Tobias Burnus | 1 | -2/+2 |
2008-05-18 | intrinsic.c (char_conversions, ncharconv): New static variables. | Francois-Xavier Coudert | 1 | -18/+17 |
2008-05-16 | re PR fortran/35756 (incorrect WHERE for functions in ELSEWHERE and overlaps) | Paul Thomas | 1 | -13/+14 |
2008-05-16 | re PR fortran/27997 (Fortran 2003: Support type-spec for array constructor) | Daniel Kraft | 1 | -4/+31 |
2008-05-14 | re PR fortran/35682 (assignment to run-time zero-sized complex section stores... | Francois-Xavier Coudert | 1 | -1/+5 |
2008-04-23 | tree-cfg.c (verify_expr): Check with is_gimple_address. | Paolo Bonzini | 1 | -6/+0 |
2008-04-19 | re PR target/35944 (wrong result for MOD with kind=10 for some array argument... | Paul Thomas | 1 | -0/+31 |
2008-03-29 | re PR fortran/35698 (lbound and ubound wrong for allocated run-time zero size... | Paul Thomas | 1 | -1/+4 |
2008-03-15 | re PR fortran/35184 (ICE in gfc_conv_array_index_offset) | Jerry DeLisle | 1 | -1/+0 |
2008-03-08 | re PR fortran/34956 (-fbounds-check: bounds_check_9.f90: Use of uninitialized... | Francois-Xavier Coudert | 1 | -20/+24 |
2008-02-24 | trans-array.c (gfc_conv_descriptor_data_get, [...]): Use fold_buildN instead ... | Tobias Schlüter | 1 | -72/+91 |
2008-01-26 | re PR fortran/31610 (ICE with transfer, merge in gfc_conv_expr_descriptor) | Jerry DeLisle | 1 | -3/+3 |
2008-01-20 | trans-array.c (gfc_add_loop_ss_code): Correct whitespace. | Paul Thomas | 1 | -1/+1 |
2008-01-20 | re PR fortran/34784 (implicit character(s) hides type of selected_int_kind in... | Paul Thomas | 1 | -1/+13 |
2008-01-10 | re PR fortran/34396 (Length of substrings defined by expressions not correctl... | Paul Thomas | 1 | -21/+37 |
2008-01-08 | re PR fortran/34681 (SAVEd derived type with allocatable components causes ICE) | Paul Thomas | 1 | -2/+2 |
2007-12-16 | re PR fortran/31213 (ICE on valid code with gfortran) | Paul Thomas | 1 | -4/+60 |
2007-12-09 | re PR fortran/22244 (dimension information is lost for multi-dimension array) | Jakub Jelinek | 1 | -2/+4 |
2007-11-18 | re PR fortran/31608 (wrong types in character array/scalar binop) | Paul Thomas | 1 | -9/+4 |
2007-11-16 | re PR fortran/33986 (ICE on allocatable function result) | Paul Thomas | 1 | -1/+1 |
2007-11-03 | re PR fortran/33881 (wrong code for assumed length character arrays) | Francois-Xavier Coudert | 1 | -2/+2 |
2007-10-29 | [multiple changes] | Paul Thomas | 1 | -0/+7 |
2007-10-20 | re PR fortran/31608 (wrong types in character array/scalar binop) | Paul Thomas | 1 | -1/+9 |
2007-10-14 | re PR fortran/33745 (-fbounds-check: Bogus out-of-bounds run-time error for a... | Tobias Burnus | 1 | -20/+18 |
2007-10-13 | re PR fortran/33254 (Diagnose different string lengths in array constructors ... | Tobias Schlüter | 1 | -1/+19 |
2007-10-05 | gfortran.h (gfc_get_data_variable, [...]): Move to decl.c. | Francois-Xavier Coudert | 1 | -7/+10 |
2007-09-18 | re PR fortran/31119 (-fbounds-check: Check for presence of optional arguments... | Francois-Xavier Coudert | 1 | -2/+16 |
2007-09-16 | re PR fortran/29396 (segfault with character pointer association) | Paul Thomas | 1 | -18/+135 |