Age | Commit message (Expand) | Author | Files | Lines |
2012-03-04 | trans.h (struct gfc_ss_info): Move can_be_null_ref component from the data::s... | Mikael Morin | 1 | -3/+5 |
2012-01-27 | re PR fortran/48705 ([OOP] ALLOCATE with non-trivial SOURCE) | Paul Thomas | 1 | -0/+3 |
2012-01-06 | 2012-01-06 Tobias Burnus <burnus@net-b.de> | Tobias Burnus | 1 | -3/+6 |
2012-01-04 | re PR fortran/50981 ([OOP] Wrong-code for scalarizing ELEMENTAL call with abs... | Mikael Morin | 1 | -2/+6 |
2011-12-11 | re PR fortran/41539 ([OOP] Calling function which takes CLASS: Rank compariso... | Paul Thomas | 1 | -0/+9 |
2011-11-19 | re PR fortran/51207 ([OOP] Mark __def_init_... as FL_PARAMETER) | Tobias Burnus | 1 | -0/+1 |
2011-11-04 | re PR fortran/43829 (Scalarization of reductions) | Mikael Morin | 1 | -0/+1 |
2011-11-03 | trans.h (gfc_inline_intrinsic_function_p): Move prototype... | Mikael Morin | 1 | -3/+0 |
2011-11-03 | trans.h (struct gfc_loopinfo): New field parent. | Mikael Morin | 1 | -0/+3 |
2011-11-03 | trans.h (struct gfc_loopinfo): New fields nested and next. | Mikael Morin | 1 | -0/+3 |
2011-11-03 | trans.h (struct gfc_ss): New field nested_ss. | Mikael Morin | 1 | -0/+5 |
2011-11-03 | trans.h (struct gfc_ss): New field parent. | Mikael Morin | 1 | -0/+3 |
2011-11-03 | trans.h (struct gfc_ss): New field loop. | Mikael Morin | 1 | -0/+3 |
2011-11-03 | trans.h (struct gfc_ss_info): New field refcount. | Mikael Morin | 1 | -0/+1 |
2011-11-03 | trans.h (struct gfc_ss, [...]): Move field gfc_ss::where into gfc_ss_info. | Mikael Morin | 1 | -3/+4 |
2011-11-03 | trans.h (struct gfc_ss, [...]): Move field gfc_ss::useflags into gfc_ss_info. | Mikael Morin | 1 | -5/+8 |
2011-11-03 | trans.h (struct gfc_ss, [...]): Move field gfc_ss::data::info into gfc_ss_inf... | Mikael Morin | 1 | -7/+3 |
2011-11-03 | trans.h (struct gfc_ss, [...]): Move member struct gfc_ss::data::temp into gf... | Mikael Morin | 1 | -6/+7 |
2011-11-03 | trans.h (struct gfc_ss, [...]): Move member struct gfc_ss::data::scalar into ... | Mikael Morin | 1 | -7/+11 |
2011-11-03 | trans.h (struct gfc_ss, [...]): Move field string_length from the former stru... | Mikael Morin | 1 | -1/+1 |
2011-11-03 | trans.h (struct gfc_ss, [...]): Move field expr from the former struct to the... | Mikael Morin | 1 | -1/+1 |
2011-11-03 | trans.h (struct gfc_ss_info): New struct. | Mikael Morin | 1 | -1/+11 |
2011-11-03 | trans.h (struct gfc_ss, [...]): Move shape field from the former struct to th... | Mikael Morin | 1 | -1/+2 |
2011-11-03 | trans.h (struct gfc_array_info): Move dim and dimen fields... | Mikael Morin | 1 | -8/+5 |
2011-11-03 | trans.h (struct gfc_ss_info, [...]): Rename the former to the latter. | Mikael Morin | 1 | -11/+13 |
2011-10-07 | trans.h (gfc_ss_info): Remove codimen field. | Mikael Morin | 1 | -1/+1 |
2011-10-07 | trans.h (gfc_loopinfo): Remove codimen field. | Mikael Morin | 1 | -1/+1 |
2011-10-07 | trans.h (gfc_ss): Remove data.temp.codimen field. | Mikael Morin | 1 | -1/+1 |
2011-10-07 | trans-array.h (struct gfc_se): New flag want_coarray. | Mikael Morin | 1 | -0/+2 |
2011-08-25 | trans-array.c (gfc_conv_descriptor_token): Add assert. | Tobias Burnus | 1 | -0/+4 |
2011-08-02 | trans-array.c (gfc_array_allocate): Pass token to gfc_allocate_allocatable fo... | Tobias Burnus | 1 | -2/+1 |
2011-07-27 | re PR fortran/49755 (ALLOCATE with STAT= produces invalid code for already al... | Daniel Carrera | 1 | -4/+5 |
2011-07-21 | trans.c (gfc_allocate_with_status): Split into two functions gfc_allocate_usi... | Daniel Carrera | 1 | -3/+4 |
2011-07-21 | check.c (gfc_check_present): Allow coarrays. | Tobias Burnus | 1 | -0/+2 |
2011-07-06 | trans-array.c (gfc_array_allocate): Rename allocatable_array | Daniel Carrera | 1 | -3/+16 |
2011-05-31 | re PR fortran/18918 (Eventually support Fortran 2008's coarrays [co-arrays]) | Tobias Burnus | 1 | -3/+2 |
2011-05-26 | re PR fortran/18918 (Eventually support Fortran 2008's coarrays [co-arrays]) | Tobias Burnus | 1 | -0/+3 |
2011-05-07 | re PR fortran/18918 (Eventually support Fortran 2008's coarrays [co-arrays]) | Tobias Burnus | 1 | -3/+0 |
2011-05-04 | remove gfc_chainon_list | Nathan Froyd | 1 | -3/+0 |
2011-04-18 | re PR fortran/18918 (Eventually support Fortran 2008's coarrays [co-arrays]) | Tobias Burnus | 1 | -0/+3 |
2011-04-04 | re PR fortran/18918 (Eventually support Fortran 2008's coarrays [co-arrays]) | Tobias Burnus | 1 | -4/+5 |
2011-03-27 | re PR fortran/18918 (Eventually support Fortran 2008's coarrays [co-arrays]) | Tobias Burnus | 1 | -1/+20 |
2011-02-23 | re PR fortran/40850 (double free in nested types with allocatable components) | Mikael Morin | 1 | -0/+2 |
2011-02-20 | re PR fortran/45077 (ICE with -fwhole-file in fold_convert_loc, at fold-const... | Paul Thomas | 1 | -0/+3 |
2011-02-18 | re PR fortran/45586 (ICE non-trivial conversion at assignment) | Michael Matz | 1 | -0/+1 |
2010-11-28 | re PR fortran/35810 ([TR 15581 / F2003] Automatic reallocation on assignment ... | Paul Thomas | 1 | -1/+1 |
2010-11-26 | re PR bootstrap/45700 (--enable-checking=fold bootstrap failures) | Jakub Jelinek | 1 | -45/+0 |
2010-11-25 | re PR fortran/46581 ([OOP] segfault in SELECT TYPE with associate-name) | Janus Weil | 1 | -1/+1 |
2010-10-26 | re PR fortran/42647 ([F03] Missed initialization/dealloc of allocatable scala... | Janus Weil | 1 | -0/+1 |
2010-10-21 | re PR fortran/46079 (ABI for empty stop statement broken) | Jerry DeLisle | 1 | -0/+1 |