Age | Commit message (Expand) | Author | Files | Lines |
2013-01-10 | Update copyright years in gcc/ | Richard Sandiford | 1 | -2/+1 |
2013-01-07 | re PR fortran/55852 (internal compiler error: in gfc_build_intrinsic_call, at... | Tobias Burnus | 1 | -1/+3 |
2012-12-20 | array.c (resolve_array_list): Apply C4106. | Paul Thomas | 1 | -34/+38 |
2012-09-23 | re PR fortran/54599 (Issues found in gfortran by the Coverity Scan) | Tobias Burnus | 1 | -4/+1 |
2012-09-17 | re PR fortran/54608 (Wrong-code with SCAN and VERIFY) | Tobias Burnus | 1 | -2/+4 |
2012-09-15 | match.c (lock_unlock_statement, [...]): Fix potential double freeing. | Tobias Burnus | 1 | -6/+5 |
2012-09-07 | re PR fortran/54208 (compilation error for ubound construct in PARAMETER stat... | Mikael Morin | 1 | -0/+3 |
2012-08-02 | iresolve.c (resolve_bound, [...]): Don't set the shape for assumed rank arrays. | Mikael Morin | 1 | -0/+3 |
2012-07-25 | trans-types.c (gfc_real16_is_float128): Fix spelling in a comment. | Tobias Burnus | 1 | -1/+1 |
2012-07-20 | re PR fortran/48820 (TR 29113: Implement parts needed for MPI 3) | Tobias Burnus | 1 | -3/+10 |
2012-07-08 | gfortran.h: Do not include coretypes.h here. | Steven Bosscher | 1 | -0/+1 |
2012-05-05 | PR 49010,24518 MOD/MODULO fixes. | Janne Blomqvist | 1 | -14/+13 |
2012-02-02 | re PR fortran/52093 (Extra parenthesis with Size and Shape functions argument... | Tobias Burnus | 1 | -0/+1 |
2011-12-15 | primary.c (gfc_match_varspec): Match array spec for polymorphic coarrays. | Tobias Burnus | 1 | -72/+2 |
2011-12-11 | re PR fortran/41539 ([OOP] Calling function which takes CLASS: Rank compariso... | Paul Thomas | 1 | -5/+11 |
2011-11-09 | re PR fortran/38718 (some simplifiers for elemental intrinsics missing; requi... | Francois-Xavier Coudert | 1 | -0/+15 |
2011-10-28 | check.c (gfc_check_atan_2): Typo in comment. | Steven G. Kargl | 1 | -74/+10 |
2011-10-23 | simplify.c (simplify_transformation_to_array): Fix memory leak. | Steven G. Kargl | 1 | -0/+1 |
2011-10-18 | re PR fortran/50420 ([Coarray] lcobound doesn't accept coarray subcomponents) | Mikael Morin | 1 | -4/+2 |
2011-08-06 | re PR fortran/50004 (ICE in c_ptr_tests_16.f90) | Thomas Koenig | 1 | -2/+0 |
2011-08-05 | re PR fortran/37211 (TRANSFER to characters: Size checking) | Thomas Koenig | 1 | -32/+6 |
2011-05-27 | re PR fortran/48820 (TR 29113: Implement parts needed for MPI 3) | Tobias Burnus | 1 | -0/+7 |
2011-04-19 | Replace gfc_getmem with XCNEW, XCNEWVEC or xcalloc | Janne Blomqvist | 1 | -2/+2 |
2011-04-18 | convert each use of gfc_free (p) to free (p) | Jim Meyering | 1 | -8/+8 |
2011-04-18 | re PR fortran/18918 (Eventually support Fortran 2008's coarrays [co-arrays]) | Tobias Burnus | 1 | -13/+2 |
2011-04-18 | re PR fortran/18918 (Eventually support Fortran 2008's coarrays [co-arrays]) | Tobias Burnus | 1 | -8/+7 |
2011-04-11 | re PR fortran/18918 (Eventually support Fortran 2008's coarrays [co-arrays]) | Tobias Burnus | 1 | -1/+2 |
2011-04-04 | re PR fortran/18918 (Eventually support Fortran 2008's coarrays [co-arrays]) | Tobias Burnus | 1 | -36/+7 |
2011-03-27 | re PR fortran/18918 (Eventually support Fortran 2008's coarrays [co-arrays]) | Tobias Burnus | 1 | -0/+6 |
2011-02-15 | re PR fortran/47633 (Result of COMPILER_VERSION() has NULL byte appended) | Steven G. Kargl | 1 | -3/+3 |
2011-01-29 | re PR fortran/47531 (SHAPE misses KIND= support) | Tobias Burnus | 1 | -8/+6 |
2011-01-07 | re PR fortran/41580 ([OOP] SAME_TYPE_AS and EXTENDS_TYPE_OF - add compile-tim... | Tobias Burnus | 1 | -1/+88 |
2010-10-06 | simplify.c (gfc_simplify_size): Clear temporary mpz int before returning. | Mikael Morin | 1 | -1/+4 |
2010-09-28 | re PR fortran/40569 (F2008: Support COMPILER_OPTIONS() / COMPILER_VERSION()) | Tobias Burnus | 1 | -5/+15 |
2010-09-27 | re PR fortran/40569 (F2008: Support COMPILER_OPTIONS() / COMPILER_VERSION()) | Tobias Burnus | 1 | -0/+19 |
2010-09-20 | re PR fortran/45081 (ICE in gfc_conv_array_initializer, at fortran/trans-arra... | Paul Thomas | 1 | -1/+14 |
2010-09-08 | re PR fortran/38282 (Bit intrinsics: ILEN and IBCHNG) | Francois-Xavier Coudert | 1 | -27/+317 |
2010-09-06 | re PR fortran/38282 (Bit intrinsics: ILEN and IBCHNG) | Tobias Burnus | 1 | -74/+87 |
2010-08-31 | re PR fortran/38282 (Bit intrinsics: ILEN and IBCHNG) | Francois-Xavier Coudert | 1 | -0/+41 |
2010-08-28 | simplify.c (gfc_simplify_bessel_n2): Fix indention and argument type. | Steven G. Kargl | 1 | -3/+3 |
2010-08-27 | re PR fortran/33197 (Fortran 2008: math functions) | Tobias Burnus | 1 | -8/+102 |
2010-08-21 | re PR fortran/36158 (Transformational function BESSEL_YN(n1,n2,x) and BESSEL_... | Tobias Burnus | 1 | -6/+13 |
2010-08-19 | intrinsic.texi (Bessel_jn, Bessel_yn): Fix typo. | Tobias Burnus | 1 | -1/+1 |
2010-08-19 | re PR fortran/36158 (Transformational function BESSEL_YN(n1,n2,x) and BESSEL_... | Tobias Burnus | 1 | -0/+185 |
2010-08-09 | re PR fortran/44235 (array temporary with high upper bound) | Thomas Koenig | 1 | -1/+1 |
2010-07-28 | gfortran.h (gfc_build_intrinsic_call): New method. | Daniel Kraft | 1 | -26/+124 |
2010-06-25 | intrinsic.h (gfc_check_selected_real_kind, [...]): Update prototypes. | Tobias Burnus | 1 | -10/+36 |
2010-05-13 | re PR fortran/35779 (error pointer wrong in PARAMETER) | Daniel Franke | 1 | -1/+1 |
2010-04-28 | re PR fortran/18918 (Eventually support Fortran 2008's coarrays [co-arrays]) | Tobias Burnus | 1 | -0/+7 |
2010-04-14 | re PR fortran/18918 (Eventually support Fortran 2008's coarrays [co-arrays]) | Tobias Burnus | 1 | -6/+392 |