aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/trans.h
AgeCommit message (Expand)AuthorFilesLines
2013-07-15re PR fortran/37336 ([F03] Finish derived-type finalization)Tobias Burnus1-0/+2
2013-06-04re PR fortran/37336 ([F03] Finish derived-type finalization)Tobias Burnus1-2/+1
2013-05-28trans-expr.c (gfc_conv_procedure_call): Deallocate polymorphic arrays for all...Tobias Burnus1-0/+1
2013-04-12re PR fortran/56845 ([OOP] _vptr not set to declared type for CLASS + SAVE)Tobias Burnus1-0/+1
2013-01-10Update copyright years in gcc/Richard Sandiford1-3/+1
2013-01-04trans.c (gfc_build_final_call): New function.Tobias Burnus1-1/+6
2012-12-03re PR fortran/37336 ([F03] Finish derived-type finalization)Tobias Burnus1-0/+1
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo1-1/+1
2012-10-31re PR fortran/53718 ([OOP] gfortran generates asm label twice in the same out...Janus Weil1-1/+0
2012-10-16re PR fortran/50981 ([OOP] Wrong-code for scalarizing ELEMENTAL call with abs...Tobias Burnus1-2/+4
2012-07-25trans-types.c (gfc_real16_is_float128): Fix spelling in a comment.Tobias Burnus1-1/+1
2012-07-20re PR fortran/48820 (TR 29113: Implement parts needed for MPI 3)Tobias Burnus1-0/+2
2012-05-05re PR fortran/41600 ([OOP] SELECT TYPE with associate-name => exp: Arrays not...Paul Thomas1-0/+4
2012-03-06f95-lang.c (yyerror, yylex): Remove.Steven Bosscher1-6/+2
2012-03-04trans.h (struct gfc_ss_info): Move can_be_null_ref component from the data::s...Mikael Morin1-3/+5
2012-01-27re PR fortran/48705 ([OOP] ALLOCATE with non-trivial SOURCE)Paul Thomas1-0/+3
2012-01-062012-01-06 Tobias Burnus <burnus@net-b.de>Tobias Burnus1-3/+6
2012-01-04re PR fortran/50981 ([OOP] Wrong-code for scalarizing ELEMENTAL call with abs...Mikael Morin1-2/+6
2011-12-11re PR fortran/41539 ([OOP] Calling function which takes CLASS: Rank compariso...Paul Thomas1-0/+9
2011-11-19re PR fortran/51207 ([OOP] Mark __def_init_... as FL_PARAMETER)Tobias Burnus1-0/+1
2011-11-04re PR fortran/43829 (Scalarization of reductions)Mikael Morin1-0/+1
2011-11-03trans.h (gfc_inline_intrinsic_function_p): Move prototype...Mikael Morin1-3/+0
2011-11-03trans.h (struct gfc_loopinfo): New field parent.Mikael Morin1-0/+3
2011-11-03trans.h (struct gfc_loopinfo): New fields nested and next.Mikael Morin1-0/+3
2011-11-03trans.h (struct gfc_ss): New field nested_ss.Mikael Morin1-0/+5
2011-11-03trans.h (struct gfc_ss): New field parent.Mikael Morin1-0/+3
2011-11-03trans.h (struct gfc_ss): New field loop.Mikael Morin1-0/+3
2011-11-03trans.h (struct gfc_ss_info): New field refcount.Mikael Morin1-0/+1
2011-11-03trans.h (struct gfc_ss, [...]): Move field gfc_ss::where into gfc_ss_info.Mikael Morin1-3/+4
2011-11-03trans.h (struct gfc_ss, [...]): Move field gfc_ss::useflags into gfc_ss_info.Mikael Morin1-5/+8
2011-11-03trans.h (struct gfc_ss, [...]): Move field gfc_ss::data::info into gfc_ss_inf...Mikael Morin1-7/+3
2011-11-03trans.h (struct gfc_ss, [...]): Move member struct gfc_ss::data::temp into gf...Mikael Morin1-6/+7
2011-11-03trans.h (struct gfc_ss, [...]): Move member struct gfc_ss::data::scalar into ...Mikael Morin1-7/+11
2011-11-03trans.h (struct gfc_ss, [...]): Move field string_length from the former stru...Mikael Morin1-1/+1
2011-11-03trans.h (struct gfc_ss, [...]): Move field expr from the former struct to the...Mikael Morin1-1/+1
2011-11-03trans.h (struct gfc_ss_info): New struct.Mikael Morin1-1/+11
2011-11-03trans.h (struct gfc_ss, [...]): Move shape field from the former struct to th...Mikael Morin1-1/+2
2011-11-03trans.h (struct gfc_array_info): Move dim and dimen fields...Mikael Morin1-8/+5
2011-11-03trans.h (struct gfc_ss_info, [...]): Rename the former to the latter.Mikael Morin1-11/+13
2011-10-07trans.h (gfc_ss_info): Remove codimen field.Mikael Morin1-1/+1
2011-10-07trans.h (gfc_loopinfo): Remove codimen field.Mikael Morin1-1/+1
2011-10-07trans.h (gfc_ss): Remove data.temp.codimen field.Mikael Morin1-1/+1
2011-10-07trans-array.h (struct gfc_se): New flag want_coarray.Mikael Morin1-0/+2
2011-08-25trans-array.c (gfc_conv_descriptor_token): Add assert.Tobias Burnus1-0/+4
2011-08-02trans-array.c (gfc_array_allocate): Pass token to gfc_allocate_allocatable fo...Tobias Burnus1-2/+1
2011-07-27re PR fortran/49755 (ALLOCATE with STAT= produces invalid code for already al...Daniel Carrera1-4/+5
2011-07-21trans.c (gfc_allocate_with_status): Split into two functions gfc_allocate_usi...Daniel Carrera1-3/+4
2011-07-21check.c (gfc_check_present): Allow coarrays.Tobias Burnus1-0/+2
2011-07-06trans-array.c (gfc_array_allocate): Rename allocatable_arrayDaniel Carrera1-3/+16
2011-05-31re PR fortran/18918 (Eventually support Fortran 2008's coarrays [co-arrays])Tobias Burnus1-3/+2