Age | Commit message (Expand) | Author | Files | Lines |
2013-01-04 | Update Copyright years for files modified in 2011 and/or 2012. | Jakub Jelinek | 1 | -1/+1 |
2012-12-20 | re PR libfortran/36044 (user-requested backtrace) | Janus Weil | 1 | -0/+2 |
2012-10-28 | re PR fortran/54958 (Wrongly rejects ac-implied-DO variables which also occur... | Tobias Burnus | 1 | -2/+2 |
2012-08-09 | re PR fortran/54199 (Superfluous diagnostic "is also the name of an intrinsic... | Tobias Burnus | 1 | -1/+1 |
2012-07-31 | re PR fortran/42418 (PROCEDURE: Rejects interface which is both specific and ... | Janus Weil | 1 | -5/+8 |
2012-07-17 | re PR fortran/51081 ([F03] Proc-pointer assignment: Rejects valid internal proc) | Janus Weil | 1 | -2/+2 |
2012-07-08 | gfortran.h: Do not include coretypes.h here. | Steven Bosscher | 1 | -0/+1 |
2012-06-18 | intrinsic.h (gfc_resolve_rank): New prototype. | Tobias Burnus | 1 | -1/+1 |
2011-11-09 | re PR fortran/38718 (some simplifiers for elemental intrinsics missing; requi... | Francois-Xavier Coudert | 1 | -2/+2 |
2011-10-15 | gfortran.texi (Fortran 2008 status, [...]): Update implementation status, cha... | Tobias Burnus | 1 | -4/+4 |
2011-07-10 | re PR fortran/49690 (ICE in gfc_typenode_for_spec, at fortran/trans-types.c:1... | Tobias Burnus | 1 | -1/+1 |
2011-06-20 | re PR fortran/18918 (Eventually support Fortran 2008's coarrays [co-arrays]) | Tobias Burnus | 1 | -1/+1 |
2011-05-31 | re PR fortran/18918 (Eventually support Fortran 2008's coarrays [co-arrays]) | Tobias Burnus | 1 | -1/+13 |
2011-05-27 | re PR fortran/48820 (TR 29113: Implement parts needed for MPI 3) | Tobias Burnus | 1 | -0/+9 |
2011-04-18 | convert each use of gfc_free (p) to free (p) | Jim Meyering | 1 | -5/+5 |
2011-03-27 | re PR fortran/18918 (Eventually support Fortran 2008's coarrays [co-arrays]) | Tobias Burnus | 1 | -1/+2 |
2011-01-29 | re PR fortran/47531 (SHAPE misses KIND= support) | Tobias Burnus | 1 | -2/+3 |
2011-01-07 | re PR fortran/41580 ([OOP] SAME_TYPE_AS and EXTENDS_TYPE_OF - add compile-tim... | Tobias Burnus | 1 | -3/+4 |
2010-11-10 | re PR fortran/46411 (MOVE_ALLOC wrongly rejected as impure) | Tobias Burnus | 1 | -1/+1 |
2010-11-10 | re PR fortran/46331 (Compilation time long with simple function in array cons... | Jerry DeLisle | 1 | -15/+1 |
2010-09-29 | optc-gen.awk: Generate global_options initializer instead of individual varia... | Joseph Myers | 1 | -3/+3 |
2010-09-28 | re PR fortran/40569 (F2008: Support COMPILER_OPTIONS() / COMPILER_VERSION()) | Tobias Burnus | 1 | -4/+4 |
2010-09-27 | re PR fortran/40569 (F2008: Support COMPILER_OPTIONS() / COMPILER_VERSION()) | Tobias Burnus | 1 | -7/+56 |
2010-09-23 | re PR fortran/38936 ([F03] ASSOCIATE construct / improved SELECT TYPE (a=>expr)) | Daniel Kraft | 1 | -0/+13 |
2010-09-09 | re PR fortran/43665 (INTENT(IN) etc. optimization of calls: function annotati... | Tobias Burnus | 1 | -191/+175 |
2010-09-08 | re PR fortran/38282 (Bit intrinsics: ILEN and IBCHNG) | Francois-Xavier Coudert | 1 | -6/+104 |
2010-09-06 | re PR fortran/38282 (Bit intrinsics: ILEN and IBCHNG) | Tobias Burnus | 1 | -0/+24 |
2010-09-03 | re PR fortran/45159 (Unnecessary temporaries) | Thomas Koenig | 1 | -0/+2 |
2010-09-01 | intrinsic.c: Add EXECUTE_COMMAND_LINE intrinsic. | Francois-Xavier Coudert | 1 | -0/+9 |
2010-08-31 | re PR fortran/38282 (Bit intrinsics: ILEN and IBCHNG) | Francois-Xavier Coudert | 1 | -0/+14 |
2010-08-27 | re PR fortran/33197 (Fortran 2008: math functions) | Tobias Burnus | 1 | -0/+15 |
2010-08-21 | re PR fortran/36158 (Transformational function BESSEL_YN(n1,n2,x) and BESSEL_... | Tobias Burnus | 1 | -2/+29 |
2010-08-19 | re PR fortran/36158 (Transformational function BESSEL_YN(n1,n2,x) and BESSEL_... | Tobias Burnus | 1 | -0/+10 |
2010-08-15 | re PR fortran/45197 ([F2008] Allow IMPURE elemental procedures) | Daniel Kraft | 1 | -168/+177 |
2010-08-11 | re PR fortran/44595 (INTENT of arguments to intrinsic procedures not checked) | Janus Weil | 1 | -5/+5 |
2010-08-02 | re PR fortran/42051 ([OOP] ICE on array-valued function with CLASS formal arg... | Mikael Morin | 1 | -0/+2 |
2010-07-08 | re PR fortran/44649 ([OOP] F2008: storage_size intrinsic (also working for po... | Janus Weil | 1 | -1/+10 |
2010-06-25 | intrinsic.h (gfc_check_selected_real_kind, [...]): Update prototypes. | Tobias Burnus | 1 | -2/+3 |
2010-06-09 | re PR fortran/44359 (-Wall / -Wconversion: Too verbose warning for DATA BOZ c... | Daniel Franke | 1 | -52/+61 |
2010-06-09 | mvbits_9.f90: New test. | Steven G. Kargl | 1 | -3/+3 |
2010-05-19 | re PR fortran/44055 (Warn (-Wconversion*) when converting single to double pr... | Daniel Franke | 1 | -12/+35 |
2010-05-19 | re PR fortran/34505 (FLOAT/SNGL: Not accepted as actual argument; diagnostics... | Daniel Franke | 1 | -4/+6 |
2010-05-13 | re PR fortran/35779 (error pointer wrong in PARAMETER) | Daniel Franke | 1 | -3/+3 |
2010-05-10 | re PR fortran/27866 (Warn when casting, e.g. assigning a double precision to ... | Daniel Franke | 1 | -2/+34 |
2010-05-07 | re PR fortran/40728 (Bogus error "Error: Can't convert UNKNOWN to REAL(8) at ... | Daniel Franke | 1 | -11/+8 |
2010-05-02 | re PR fortran/18918 (Eventually support Fortran 2008's coarrays [co-arrays]) | Tobias Burnus | 1 | -8/+8 |
2010-04-20 | intrinsic.c (sort_actual): Remove 'is' in error message. | Harald Anlauf | 1 | -1/+1 |
2010-04-14 | re PR fortran/18918 (Eventually support Fortran 2008's coarrays [co-arrays]) | Tobias Burnus | 1 | -1/+26 |
2010-04-06 | re PR fortran/39997 (Procedure(), pointer & implicit typing: rejects-valid /... | Tobias Burnus | 1 | -0/+3 |
2010-04-01 | ioparm.def: Update copyright. | Paul Thomas | 1 | -1/+2 |