Age | Commit message (Expand) | Author | Files | Lines |
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 | -34/+34 |
2014-12-28 | re PR fortran/56867 (Missing temporary with string array assignment) | Thomas Koenig | 1 | -0/+7 |
2014-12-17 | re PR fortran/64173 ([F03] ICE involving procedure pointer component) | Janus Weil | 1 | -1/+1 |
2014-12-17 | re PR fortran/54687 (Use gcc option machinery for gfortran) | Tobias Burnus | 1 | -4/+4 |
2014-12-16 | re PR fortran/54687 (Use gcc option machinery for gfortran) | Tobias Burnus | 1 | -2/+1 |
2014-12-16 | 2014-12-15 Tobias Burnus <burnus@net-b.de> | Tobias Burnus | 1 | -4/+4 |
2014-12-03 | re PR fortran/44054 (Handle -Werror, -Werror=, -fdiagnostics-show-option, !GC... | Manuel López-Ibáñez | 1 | -4/+8 |
2014-11-30 | gfortran.h (gfc_option_t): Remove warn_aliasing, | Tobias Burnus | 1 | -3/+3 |
2014-11-25 | error.c (gfc_internal_error): Convert to common diagnostics. | Tobias Burnus | 1 | -1/+1 |
2014-11-24 | error.c (gfc_fatal_error_1): Remove. | Tobias Burnus | 1 | -5/+6 |
2014-11-15 | error.c (gfc_fatal_error_1): Renamed from gfc_fatal_error. | Tobias Burnus | 1 | -5/+5 |
2014-09-20 | trans-expr.c (gfc_reset_vptr): Fix comment whitespace. | Joost VandeVondele | 1 | -3/+3 |
2014-09-19 | re PR fortran/63152 (needless initialization of local pointer arrays.) | Joost VandeVondele | 1 | -2/+2 |
2014-08-15 | re PR fortran/44054 (Handle -Werror, -Werror=, -fdiagnostics-show-option, !GC... | Manuel López-Ibáñez | 1 | -1/+1 |
2014-07-09 | Avoid using create_tmp_var for static decls. | Bernd Schmidt | 1 | -1/+5 |
2014-07-04 | resolve.c (resolve_assoc_var): Fix corank setting. | Tobias Burnus | 1 | -1/+0 |
2014-06-10 | re PR fortran/60928 (gfortran issue with allocatable components and OpenMP) | Jakub Jelinek | 1 | -17/+34 |
2014-05-09 | re PR fortran/61109 (ICE in fortran/trans-array.c on dimension 0 arrays) | Mike Stump | 1 | -1/+0 |
2014-05-06 | Merge in wide-int. | Kenneth Zadeck | 1 | -13/+6 |
2014-04-13 | re PR fortran/58085 (Wrong indexing of an array in ASSOCIATE) | Paul Thomas | 1 | -7/+9 |
2014-03-18 | re PR ipa/58721 (The subroutine perdida is no longer inlined in fatigue.f90) | Jakub Jelinek | 1 | -6/+12 |
2014-03-14 | re PR fortran/60392 (Problem with TRANSPOSE and CONTIGUOUS dummy arguments) | Mikael Morin | 1 | -1/+44 |
2014-03-06 | re PR fortran/51976 ([F2003] Support deferred-length character components of ... | Paul Thomas | 1 | -12/+61 |
2014-02-01 | re PR fortran/59906 (error: size of variable '<anonymous>' is too large) | Paul Thomas | 1 | -0/+5 |
2014-01-02 | Update copyright years in gcc/ | Richard Sandiford | 1 | -1/+1 |
2013-12-01 | re PR fortran/57354 (Wrong run-time assignment of allocatable array of derive... | Paul Thomas | 1 | -2/+10 |
2013-12-01 | re PR fortran/58410 (Bogus uninitialized variable warning for allocatable der... | Paul Thomas | 1 | -6/+17 |
2013-11-12 | gimple-expr.h (create_tmp_var_name, [...]): Relocate prototypes from gimple.h. | Andrew MacLeod | 1 | -1/+1 |
2013-08-23 | re PR fortran/57798 (Incorrect handling of sum over first dimension of a prod... | Mikael Morin | 1 | -7/+14 |
2013-08-23 | trans-array.c (gfc_conv_section_startstride): Move &loop->pre access to the c... | Mikael Morin | 1 | -8/+8 |
2013-07-29 | match.c (gfc_match_call): Exit loop after setting i. | Po-Chun Chang | 1 | -1/+4 |
2013-07-23 | decl.c: Fix comment typos. | Ondřej Bílka | 1 | -1/+1 |
2013-07-22 | re PR fortran/57906 (Coarray components: Assignment optimized away (gfortran.... | Tobias Burnus | 1 | -4/+13 |
2013-07-22 | trans-array.c (gfc_array_allocate): Correct memory-leak patch. | Tobias Burnus | 1 | -16/+18 |
2013-07-22 | trans-array.c (gfc_array_allocate, [...]): Plug memory leak. | Tobias Burnus | 1 | -6/+7 |
2013-07-15 | trans-array.h (gfc_deallocate_alloc_comp_no_caf, [...]): New prototype. | Tobias Burnus | 1 | -22/+83 |
2013-07-15 | re PR fortran/37336 ([F03] Finish derived-type finalization) | Tobias Burnus | 1 | -6/+22 |
2013-06-26 | re PR fortran/29800 (-fbounds-check: For derived types, write not also compou... | Tobias Burnus | 1 | -3/+34 |
2013-06-21 | trans-array.c (gfc_trans_deferred_array): Call the finalizer for nonallocatab... | Tobias Burnus | 1 | -9/+18 |
2013-06-21 | trans-array.c (gfc_alloc_allocatable_for_assignment): Allocate at least one b... | Tobias Burnus | 1 | -0/+2 |
2013-06-11 | re PR fortran/57535 ([OOP] ICE when allocating a CLASS function-result variable) | Tobias Burnus | 1 | -1/+7 |
2013-06-04 | re PR fortran/37336 ([F03] Finish derived-type finalization) | Tobias Burnus | 1 | -9/+16 |
2013-05-31 | re PR fortran/57456 ([OOP] CLASS + CHARACTER ALLOCATE with typespec: For arra... | Tobias Burnus | 1 | -3/+7 |
2013-05-29 | re PR fortran/37336 ([F03] Finish derived-type finalization) | Tobias Burnus | 1 | -18/+11 |
2013-04-12 | re PR fortran/56929 ([OOP] [F08] ICE on dummy argument child class with coarr... | Tobias Burnus | 1 | -3/+7 |
2013-04-11 | Replace enum gfc_try with bool type. | Janne Blomqvist | 1 | -2/+2 |
2013-02-21 | re PR fortran/56385 ([OOP] ICE with allocatable function result in a procedur... | Janus Weil | 1 | -3/+4 |
2013-02-06 | re PR fortran/55789 (Needless realloc with array constructor.) | Paul Thomas | 1 | -3/+0 |