Age | Commit message (Expand) | Author | Files | Lines |
2015-07-08 | tree-core.h: Include symtab.h. | Andrew MacLeod | 1 | -2/+1 |
2015-06-17 | coretypes.h: Include input.h and as-a.h. | Andrew MacLeod | 1 | -1/+0 |
2015-06-08 | coretypes.h: Include hash-table.h and hash-set.h for host files. | Andrew MacLeod | 1 | -3/+0 |
2015-06-04 | coretypes.h: Include machmode.h... | Andrew MacLeod | 1 | -3/+0 |
2015-04-23 | PF fortran/60322 | Andre Vehreschild | 1 | -21/+38 |
2015-04-10 | trans-stmt.c (gfc_trans_lock_unlock): Implement -fcoarray=lib version; reject... | Tobias Burnus | 1 | -3/+18 |
2015-03-24 | re PR fortran/64787 (Invalid code on sourced allocation of class(*) character... | Andre Vehreschild | 1 | -3/+3 |
2015-01-15 | Merge current set of OpenACC changes from gomp-4_0-branch. | Thomas Schwinge | 1 | -0/+15 |
2015-01-09 | genattrtab.c (write_header): Include hash-set.h... | Michael Collison | 1 | -0/+11 |
2015-01-05 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2014-12-31 | trans-array.c (trans_array_bound_check): Use xasprintf instead of unchecked a... | Uros Bizjak | 1 | -5/+5 |
2014-12-17 | re PR fortran/54687 (Use gcc option machinery for gfortran) | Tobias Burnus | 1 | -2/+2 |
2014-11-25 | error.c (gfc_internal_error): Convert to common diagnostics. | Tobias Burnus | 1 | -1/+1 |
2014-10-12 | move many gc hashtab to hash_table | Trevor Saunders | 1 | -1/+1 |
2014-09-20 | trans-expr.c (gfc_reset_vptr): Fix comment whitespace. | Joost VandeVondele | 1 | -1/+1 |
2014-08-15 | re PR fortran/44054 (Handle -Werror, -Werror=, -fdiagnostics-show-option, !GC... | Manuel López-Ibáñez | 1 | -1/+1 |
2014-06-18 | gimplify.c (omp_notice_variable): If n is non-NULL and no flags change in ORT... | Jakub Jelinek | 1 | -0/+17 |
2014-06-02 | expr.h: Remove prototypes of functions defined in builtins.c. | Andrew MacLeod | 1 | -3/+3 |
2014-05-11 | tree.h (OMP_CLAUSE_LINEAR_STMT): Define. | Jakub Jelinek | 1 | -0/+6 |
2014-03-18 | re PR ipa/58721 (The subroutine perdida is no longer inlined in fatigue.f90) | Jakub Jelinek | 1 | -27/+53 |
2014-03-06 | re PR fortran/51976 ([F2003] Support deferred-length character components of ... | Paul Thomas | 1 | -0/+18 |
2014-01-02 | Update copyright years in gcc/ | Richard Sandiford | 1 | -1/+1 |
2013-11-22 | gimple.h: Remove all includes. | Andrew MacLeod | 1 | -1/+0 |
2013-11-22 | Remove macros that implicitly use input_location | David Malcolm | 1 | -1/+1 |
2013-11-19 | Factor unrelated declarations out of tree.h. | Diego Novillo | 1 | -0/+2 |
2013-11-12 | gimple-expr.h (create_tmp_var_name, [...]): Relocate prototypes from gimple.h. | Andrew MacLeod | 1 | -1/+1 |
2013-07-23 | decl.c: Fix comment typos. | Ondřej Bílka | 1 | -1/+1 |
2013-07-15 | re PR fortran/37336 ([F03] Finish derived-type finalization) | Tobias Burnus | 1 | -0/+96 |
2013-06-07 | re PR fortran/57556 ([OOP] ICE with move_alloc on polymorphic component with ... | Tobias Burnus | 1 | -1/+1 |
2013-06-06 | re PR fortran/57542 ([OOP] ICE on FINALization with specific options) | Tobias Burnus | 1 | -2/+4 |
2013-06-04 | re PR fortran/37336 ([F03] Finish derived-type finalization) | Tobias Burnus | 1 | -128/+221 |
2013-03-31 | 2013-03-31 Tobias Burnus <burnus@net-b.de> | Tobias Burnus | 1 | -7/+16 |
2013-01-10 | Update copyright years in gcc/ | Richard Sandiford | 1 | -2/+1 |
2013-01-04 | trans.c (gfc_build_final_call): New function. | Tobias Burnus | 1 | -1/+111 |
2013-01-04 | Update Copyright years for files modified in 2011 and/or 2012. | Jakub Jelinek | 1 | -1/+1 |
2012-12-20 | array.c (resolve_array_list): Apply C4106. | Paul Thomas | 1 | -17/+23 |
2012-10-27 | trans.c (gfc_allocate_allocatable): Revert accidental commit. | Thomas Koenig | 1 | -16/+12 |
2012-10-21 | re PR fortran/54465 (Implement -Wextra for Fortran) | Thomas Koenig | 1 | -12/+16 |
2012-09-15 | arith.c (arith_power): Call gfc_free_expr in case of error. | Tobias Burnus | 1 | -0/+1 |
2012-07-11 | expr.h (can_move_by_pieces): Move prototype from here ... | Steven Bosscher | 1 | -1/+0 |
2012-05-31 | re PR fortran/53521 (Memory leak with zero-sized array constructor) | Tobias Burnus | 1 | -13/+1 |
2012-03-06 | f95-lang.c (yyerror, yylex): Remove. | Steven Bosscher | 1 | -4/+4 |
2012-01-06 | 2012-01-06 Tobias Burnus <burnus@net-b.de> | Tobias Burnus | 1 | -25/+119 |
2011-12-11 | re PR fortran/41539 ([OOP] Calling function which takes CLASS: Rank compariso... | Paul Thomas | 1 | -3/+25 |
2011-10-18 | re PR fortran/50420 ([Coarray] lcobound doesn't accept coarray subcomponents) | Mikael Morin | 1 | -1/+8 |
2011-10-11 | Convert standard builtin functions from being arrays to using a functional in... | Michael Meissner | 1 | -11/+15 |
2011-09-08 | re PR fortran/44646 ([F08] Implement DO CONCURRENT) | Tobias Burnus | 1 | -0/+4 |
2011-08-18 | re PR fortran/50071 (gfortran does not distinguish labels in different type s... | Mikael Morin | 1 | -0/+1 |
2011-08-02 | trans-array.c (gfc_array_allocate): Pass token to gfc_allocate_allocatable fo... | Tobias Burnus | 1 | -10/+11 |
2011-08-02 | backport: re PR fortran/46752 (OpenMP - Seg fault for unallocated allocatable... | Jakub Jelinek | 1 | -0/+1 |