Age | Commit message (Expand) | Author | Files | Lines |
2008-07-12 | [multiple changes] | Daniel Kraft | 1 | -1/+2 |
2008-07-02 | re PR fortran/32580 (iso_c_binding c_f_procpointer / procedure pointers) | Janus Weil | 1 | -3/+4 |
2008-06-17 | re PR fortran/36112 (Bounds-checking on character length not working for arra... | Daniel Kraft | 1 | -2/+2 |
2008-06-17 | re PR fortran/34396 (Length of substrings defined by expressions not correctl... | Paul Thomas | 1 | -12/+32 |
2008-06-08 | re PR fortran/35830 (ICE with PROCEDURE(<interface>) containing array formal ... | Tobias Burnus | 1 | -0/+8 |
2008-06-06 | c-cppbuiltin.c (c_cpp_builtins): Change _OPENMP value to 200805. | Jakub Jelinek | 1 | -6/+13 |
2008-06-04 | re PR fortran/36322 (ICE with PROCEDURE using a complicated interface) | Janus Weil | 1 | -5/+6 |
2008-06-02 | gfortran.h: New statement-type ST_FINAL for FINAL declarations. | Daniel Kraft | 1 | -0/+144 |
2008-05-28 | re PR fortran/36325 (specific or generic INTERFACE implies the EXTERNAL attri... | Janus Weil | 1 | -3/+5 |
2008-05-18 | intrinsic.c (char_conversions, ncharconv): New static variables. | Francois-Xavier Coudert | 1 | -4/+6 |
2008-05-18 | re PR fortran/36251 (PUBLIC and PRIVATE abuse) | Tobias Burnus | 1 | -4/+4 |
2008-05-16 | re PR fortran/34325 (Wrong error message for syntax error) | Jerry DeLisle | 1 | -2/+2 |
2008-05-06 | arith.c: (gfc_arith_concat... | Francois-Xavier Coudert | 1 | -4/+3 |
2008-05-01 | gfortran.h (struct gfc_symbol): Moving "interface" member to gfc_typespec (pl... | Janus Weil | 1 | -15/+16 |
2008-04-05 | PR fortran/25829 28655 | Jerry DeLisle | 1 | -0/+10 |
2008-03-30 | re PR fortran/35740 (a = conjg(transpose(a)) still gives wrong results, see ... | Paul Thomas | 1 | -2/+7 |
2008-03-28 | re PR fortran/34714 (ICE-on-invalid in gfc_conv_descriptor_dtype) | Daniel Franke | 1 | -40/+0 |
2008-03-24 | re PR fortran/34813 (ICE on incorrect nested type constructor (fold-const.c (... | Paul Thomas | 1 | -0/+33 |
2008-03-16 | re PR fortran/35470 (Valid pointer assigment code gives compilation errors) | Paul Thomas | 1 | -11/+3 |
2008-03-15 | re PR fortran/35584 (overzealous warning: branch causes infinite loop) | Daniel Franke | 1 | -1/+1 |
2008-02-28 | re PR fortran/34868 (ICE with -ff2c for function returning a complex number) | Francois-Xavier Coudert | 1 | -2/+9 |
2008-02-24 | arith.c: Update copyright years. | Tobias Schlüter | 1 | -1/+1 |
2008-02-04 | resolve.c (resolve_where): Fix typo. | Daniel Franke | 1 | -2/+2 |
2008-02-03 | re PR fortran/32760 (Error defining subroutine named PRINT) | Paul Thomas | 1 | -16/+79 |
2008-01-25 | re PR fortran/34661 (ice on where / ASSIGNMENT(=)) | Daniel Franke | 1 | -0/+6 |
2008-01-20 | re PR fortran/34861 (ICE in function with entry (and result?)) | Paul Thomas | 1 | -1/+2 |
2008-01-13 | re PR fortran/34665 (Cannot pass scalar to array argument 'a') | Tobias Burnus | 1 | -0/+9 |
2008-01-06 | re PR fortran/34658 (save / common) | Tobias Burnus | 1 | -13/+35 |
2008-01-06 | re PR fortran/34655 (5.5.2.5) | Tobias Burnus | 1 | -0/+8 |
2008-01-06 | re PR fortran/34660 (elemental and dummy procedure) | Tobias Burnus | 1 | -0/+8 |
2007-12-23 | re PR fortran/34421 (ENTRY functions: Character with different stringlength n... | Tobias Burnus | 1 | -2/+19 |
2007-12-20 | re PR fortran/34482 (FAIL: gfortran.dg/nan_4.f90 -O tests for errors) | Tobias Burnus | 1 | -1/+2 |
2007-12-16 | re PR fortran/34305 (ICE with array(real) declaration) | Thomas Koenig | 1 | -1/+4 |
2007-12-16 | re PR fortran/31213 (ICE on valid code with gfortran) | Paul Thomas | 1 | -0/+2 |
2007-12-14 | re PR fortran/34438 (gfortran not compliant w.r.t default initialization of d... | Tobias Burnus | 1 | -1/+2 |
2007-12-14 | re PR fortran/34398 (BOZ literals: Range checks) | Tobias Burnus | 1 | -0/+17 |
2007-12-08 | re PR fortran/34342 (BOZ extensions not diagnosed as such with -std=f95) | Tobias Burnus | 1 | -1/+19 |
2007-12-05 | re PR fortran/34333 (if(nan == nan) wrongly returns TRUE, when nan is a param... | Tobias Burnus | 1 | -8/+10 |
2007-11-27 | re PR fortran/29389 (Statement functions are not recognized as pure when they... | Paul Thomas | 1 | -80/+45 |
2007-11-25 | re PR fortran/33152 (Initialization/declaration problems in block data) | Jerry DeLisle | 1 | -0/+7 |
2007-11-21 | re PR fortran/34083 (internal compiler error: in gfc_conv_array_constructor_e... | Francois-Xavier Coudert | 1 | -3/+5 |
2007-11-18 | trans-expr.c (gfc_conv_missing_dummy): Set the type of the dummy argument to ... | Jerry DeLisle | 1 | -0/+2 |
2007-11-18 | re PR fortran/34137 (Module function with ENTRY rejected) | Tobias Burnus | 1 | -2/+4 |
2007-11-15 | re PR fortran/33917 (Rejects valid PROCEDURE declarations) | Tobias Burnus | 1 | -2/+4 |
2007-11-14 | re PR fortran/33162 (INTRINSIC functions as ACTUAL argument) | Jerry DeLisle | 1 | -0/+34 |
2007-11-03 | gfortran.h: Shorten comment. | Francois-Xavier Coudert | 1 | -0/+3 |
2007-10-31 | re PR fortran/33162 (INTRINSIC functions as ACTUAL argument) | Jerry DeLisle | 1 | -2/+3 |
2007-10-29 | [multiple changes] | Paul Thomas | 1 | -121/+29 |
2007-10-22 | re PR fortran/33849 (Fix misleading error message "GENERIC non-INTRINSIC proc... | Jerry DeLisle | 1 | -3/+3 |
2007-10-22 | re PR fortran/31244 (data initialization with more than 2**32 elements) | Steven G. Kargl | 1 | -13/+18 |