| Commit message (Expand) | Author | Age | Files | Lines |
* | system.h (USE_MAPPED_LOCATION): Poison. | Tom Tromey | 2008-02-26 | 1 | -4/+0 |
* | re PR fortran/34729 (Localization of run-time error messages, written into th... | Francois-Xavier Coudert | 2008-02-25 | 1 | -1/+2 |
* | trans-array.c (gfc_conv_descriptor_data_get, [...]): Use fold_buildN instead ... | Tobias Schlüter | 2008-02-24 | 1 | -38/+40 |
* | re PR fortran/34875 (read into vector-valued section doesn't transfer any val... | Paul Thomas | 2008-01-22 | 1 | -3/+23 |
* | re PR fortran/34722 (ICE: left-over "@iostat" variable polutes namespace) | Jerry DeLisle | 2008-01-11 | 1 | -0/+1 |
* | re PR libfortran/33055 (Runtime error in INQUIRE unit existance with -fdefaul... | Jerry DeLisle | 2007-10-15 | 1 | -2/+37 |
* | re PR fortran/29396 (segfault with character pointer association) | Paul Thomas | 2007-09-16 | 1 | -4/+6 |
* | re PR fortran/31675 (Fortran front-end and libgfortran should have a common h... | Francois-Xavier Coudert | 2007-09-03 | 1 | -19/+8 |
* | re PR libfortran/33055 (Runtime error in INQUIRE unit existance with -fdefaul... | Jerry DeLisle | 2007-08-29 | 1 | -35/+2 |
* | re PR libfortran/33055 (Runtime error in INQUIRE unit existance with -fdefaul... | Jerry DeLisle | 2007-08-26 | 1 | -2/+35 |
* | re PR fortran/31270 (print subscript value and array bounds when out-of-bound... | Francois-Xavier Coudert | 2007-08-10 | 1 | -5/+7 |
* | arith.c: Change copyright header to refer to version 3 of the GNU General Pub... | Nick Clifton | 2007-08-01 | 1 | -4/+3 |
* | re PR fortran/32909 (Replace gfc_c_int_type_node with integer_type_node) | Janne Blomqvist | 2007-07-28 | 1 | -4/+1 |
* | Fortran frontend changelog: | Janne Blomqvist | 2007-07-27 | 1 | -2/+2 |
* | re PR fortran/32599 ([ISO C Binding] Accepts character with len /= 1) | Christopher D. Rickett | 2007-07-12 | 1 | -8/+22 |
* | trans-intrinsic.c (gfc_conv_intrinsic_repeat): Convert arguments to gfc_charl... | Richard Guenther | 2007-07-12 | 1 | -1/+2 |
* | [multiple changes] | Christopher D. Rickett | 2007-07-02 | 1 | -0/+11 |
* | decl.c: Miscellaneous whitespace fixes. | Steven G. Kargl | 2007-06-07 | 1 | -2/+2 |
* | re PR fortran/30878 (Rejects function f1; namelist /nml/ f1) | Paul Thomas | 2007-05-11 | 1 | -0/+7 |
* | re PR fortran/31201 (Too large unit number generates wrong code) | Jerry DeLisle | 2007-05-06 | 1 | -75/+187 |
* | arith.h: Update copyright years. | Tobias Schlüter | 2007-04-17 | 1 | -1/+1 |
* | tree.h (enum tree_code_class): Add tcc_vl_exp. | Sandra Loosemore | 2007-02-15 | 1 | -44/+22 |
* | re PR fortran/30284 ([4.1 only] ICE in gfc_add_modify with internal reads) | Paul Thomas | 2007-02-02 | 1 | -8/+28 |
* | tree-ssa-ccp.c (maybe_fold_offset_to_array_ref): Use type of offset to build ... | Richard Guenther | 2007-01-08 | 1 | -1/+1 |
* | re PR libfortran/30200 ([4.1 only] write(*,myfmt="(1X,a,'xyz')") "A" prints ... | Jerry DeLisle | 2006-12-15 | 1 | -1/+1 |
* | data.c: Remove trailing periods from error messages. | Brooks Moses | 2006-11-15 | 1 | -1/+1 |
* | data.c: Add 2006 to copyright years. | Tobias Schlüter | 2006-11-11 | 1 | -1/+2 |
* | re PR fortran/25828 ([f2003] ACCESS='STREAM' io support) | Jerry DeLisle | 2006-08-15 | 1 | -6/+13 |
* | re PR libfortran/25289 (Cannot handle record numbers large than huge(0_4)) | Jerry DeLisle | 2006-07-24 | 1 | -0/+5 |
* | re PR fortran/28213 (ICE: Hollerith constant) | Feng Wang | 2006-07-11 | 1 | -0/+1 |
* | trans-expr.c (gfc_conv_missing_dummy, [...]): Replace calls to convert on con... | Francois-Xavier Coudert | 2006-06-21 | 1 | -2/+2 |
* | trans.c (gfc_msg_bounds, [...]): Add strings for common runtime error messages. | Francois-Xavier Coudert | 2006-06-03 | 1 | -4/+8 |
* | * trans-io.c (gfc_build_io_library_fndecls): Align pad. | Steve Ellcey | 2006-04-18 | 1 | -0/+8 |
* | trans-io.c (set_string): Use fold_build2 and build_int_cst instead of build2 ... | Roger Sayle | 2006-04-15 | 1 | -2/+2 |
* | re PR fortran/24266 (ICE when writing to array of strings that is an elements... | Erik Edelmann | 2006-01-30 | 1 | -1/+1 |
* | re PR fortran/25587 (Garbage in output of -fdump-tree-original) | Andrew Pinski | 2005-12-28 | 1 | -1/+1 |
* | trans.h (tree): Remove declaration of gfc_build_function_call. | Richard Guenther | 2005-12-16 | 1 | -10/+10 |
* | trans.h (gfc_build_indirect_ref): Remove declaration. | Richard Guenther | 2005-12-16 | 1 | -5/+5 |
* | (gfc_conv_descriptor_data_addr): Use build_fold_addr_expr where appropriate. | Richard Guenther | 2005-12-16 | 1 | -16/+16 |
* | re PR fortran/23815 (Add -byteswapio flag) | Thomas Koenig | 2005-12-10 | 1 | -0/+8 |
* | [multiple changes] | Paul Thomas | 2005-11-30 | 1 | -24/+16 |
* | re PR fortran/14943 (read/write code generation is not thread safe) | Jakub Jelinek | 2005-11-21 | 1 | -475/+617 |
* | fortran ChangeLog: | Janne Blomqvist | 2005-11-19 | 1 | -8/+33 |
* | gfortran ChangeLog | Janne Blomqvist | 2005-11-06 | 1 | -2/+8 |
* | [multiple changes] | Janne Blomqvist | 2005-09-26 | 1 | -6/+44 |
* | PR fortran/21875 Internal Unit Array I/O, NIST | Paul Thomas | 2005-09-14 | 1 | -2/+62 |
* | gfortran.h: Add iomsg to gfc_open, gfc_close, gfc_filepos, gfc_inquire and gf... | Thomas Koenig | 2005-09-09 | 1 | -1/+27 |
* | [multiple changes] | Janne Blomqvist | 2005-08-07 | 1 | -0/+20 |
* | decl.c, [...]: Fix comment/doc typos. | Kazu Hirata | 2005-08-06 | 1 | -2/+2 |
* | For the 60th anniversary of Chinese people��s Anti-Japan war victory. | Feng Wang | 2005-07-07 | 1 | -2/+71 |