aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/trans-expr.c
AgeCommit message (Expand)AuthorFilesLines
2014-02-01re PR fortran/59906 (error: size of variable '<anonymous>' is too large)Paul Thomas1-1/+7
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-12-18re PR fortran/59493 ([OOP] ICE: Segfault on Class(*) pointer association)Janus Weil1-6/+4
2013-11-22gimple.h: Remove all includes.Andrew MacLeod1-1/+0
2013-11-19Factor unrelated declarations out of tree.h.Diego Novillo1-0/+1
2013-11-14gimplify-be.h: New file.Andrew MacLeod1-0/+1
2013-11-12gimple-expr.h (create_tmp_var_name, [...]): Relocate prototypes from gimple.h.Andrew MacLeod1-0/+1
2013-11-04re PR fortran/57445 ([OOP] ICE in gfc_conv_class_to_class - for OPTIONAL poly...Paul Thomas1-2/+1
2013-10-02re PR fortran/58593 (internal compiler error: in gfc_conv_string_tmp, at fort...Tobias Burnus1-2/+3
2013-10-01re PR fortran/58579 (Memory allocation fails when calling character-valued fu...Tobias Burnus1-5/+8
2013-08-29re PR fortran/52243 (Avoid reallocation for: array1 = array1 / scalar for p...Thomas Koenig1-1/+101
2013-08-09gfortran.h (gfc_get_code): Modified prototype.Janus Weil1-2/+1
2013-08-06re PR fortran/57306 ([OOP] [F08] ICE on valid with class pointer initialization)Janus Weil1-3/+11
2013-07-30re PR fortran/57530 ([OOP] Wrongly rejects type_pointer => class_target (whi...Tobias Burnus1-7/+96
2013-07-21trans-decl.c: Fix comment typos.Ondřej Bílka1-2/+2
2013-07-16re PR fortran/57912 (gfortran/coarray/alloc_comp_2.f90 ICE)Tobias Burnus1-2/+1
2013-07-15trans-array.h (gfc_deallocate_alloc_comp_no_caf, [...]): New prototype.Tobias Burnus1-5/+16
2013-06-26re PR fortran/29800 (-fbounds-check: For derived types, write not also compou...Tobias Burnus1-1/+1
2013-06-21trans-array.c (gfc_alloc_allocatable_for_assignment): Allocate at least one b...Tobias Burnus1-0/+3
2013-06-13re PR fortran/49074 ([OOP] Defined assignment w/ CLASS arrays: Incomplete err...Mikael Morin1-20/+11
2013-06-04re PR fortran/37336 ([F03] Finish derived-type finalization)Tobias Burnus1-7/+5
2013-05-28trans-expr.c (gfc_conv_procedure_call): Deallocate polymorphic arrays for all...Tobias Burnus1-0/+92
2013-04-12re PR fortran/56845 ([OOP] _vptr not set to declared type for CLASS + SAVE)Tobias Burnus1-0/+18
2013-03-30trans-expr.c (build_memcmp_call): New function.Thomas Koenig1-0/+46
2013-03-29re PR fortran/35203 (OPTIONAL, VALUE actual argument cannot be an INTEGER 0)Tobias Burnus1-7/+76
2013-03-28re PR fortran/45159 (Unnecessary temporaries)Thomas Koenig1-3/+13
2013-03-25re PR fortran/38536 (ICE with C_LOC in resolve.c due to not properly going th...Tobias Burnus1-233/+5
2013-01-29re PR fortran/54107 ([F03] Memory hog with abstract interface)Janus Weil1-8/+11
2013-01-13re PR fortran/55935 ([OOP] Fortran fronted has ADDR_EXPRs of FUNCTION_DECLs w...Jakub Jelinek1-0/+2
2013-01-10Update copyright years in gcc/Richard Sandiford1-3/+1
2013-01-08re PR fortran/55618 (Failures with ISO_Varying_String test suite)Paul Thomas1-1/+7
2013-01-06PR fortran/PR53876 PR fortran/PR54990 PR fortran/PR54992Paul Thomas1-7/+23
2013-01-05re PR fortran/55827 (ICE with multiple fortran modules and character lenght d...Steven G. Kargl1-7/+7
2013-01-04trans.c (gfc_build_final_call): New function.Tobias Burnus1-5/+5
2012-12-22re PR fortran/55763 (Issues with some simpler CLASS(*) programs)Tobias Burnus1-1/+8
2012-12-20array.c (resolve_array_list): Apply C4106.Paul Thomas1-66/+165
2012-12-03re PR fortran/37336 ([F03] Finish derived-type finalization)Tobias Burnus1-1/+13
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo1-35/+36
2012-10-24re PR fortran/55037 ([OOP] ICE with local allocatable variable of abstract type)Janus Weil1-8/+7
2012-10-19re PR fortran/54224 (Warn for unused internal procedures)Janus Weil1-0/+2
2012-10-16re PR fortran/50981 ([OOP] Wrong-code for scalarizing ELEMENTAL call with abs...Tobias Burnus1-38/+318
2012-09-24re PR fortran/54618 ([OOP] wrong-code with CLASS(...), INTENT(OUT) -- and OPT...Tobias Burnus1-1/+1
2012-09-24Finish conversion of uses of double_int to the new API.Lawrence Crowl1-2/+2
2012-09-23re PR fortran/54599 (Issues found in gfortran by the Coverity Scan)Tobias Burnus1-4/+34
2012-09-17re PR fortran/54603 ([F03] Wrong code with structure constructor for proc-poi...Tobias Burnus1-2/+7
2012-08-27re PR fortran/54384 (gfortran memory leaks)Tobias Burnus1-0/+1
2012-08-27re PR fortran/54384 (gfortran memory leaks)Tobias Burnus1-0/+5
2012-08-24re PR fortran/54350 (FAIL: gfortran.dg/realloc_on_assign_*.f90 -O (internal...Tobias Burnus1-45/+44
2012-08-22trans-expr.c (gfc_copy_class_to_class, [...]): Free loop and ss data.Tobias Burnus1-0/+3
2012-08-14re PR fortran/47586 ([F03] allocatable components: deep copy missing)Mikael Morin1-0/+45