aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/trans-expr.c
AgeCommit message (Expand)AuthorFilesLines
2014-11-22trans-expr.c (gfc_caf_get_image_index): Fix image calculation.Tobias Burnus1-7/+11
2014-11-11[Fortran] PR 63701 Make sure variable is always used initialisedKyrylo Tkachov1-1/+1
2014-10-09f95-lang.c (gfc_init_builtin_functions): Add more floating-point built-ins.Francois-Xavier Coudert1-0/+5
2014-09-20trans-expr.c (gfc_reset_vptr): Fix comment whitespace.Joost VandeVondele1-6/+6
2014-09-02re PR fortran/62270 (-Wlogical-not-parentheses warnings)Marek Polacek1-1/+1
2014-08-30trans.h (gfc_caf_get_image_index, [...]): New prototypes.Tobias Burnus1-0/+143
2014-08-15re PR fortran/62142 (internal compiler error: Segmentation fault (X = X - L*f...Thomas Koenig1-2/+2
2014-08-15re PR fortran/44054 (Handle -Werror, -Werror=, -fdiagnostics-show-option, !GC...Manuel López-Ibáñez1-1/+1
2014-08-11re PR fortran/61950 (Many 64-bit fortran allocate tests FAIL)Richard Biener1-1/+3
2014-07-26check.c (gfc_check_sizeof): Permit for assumed type if and only if it has an ...Tobias Burnus1-4/+20
2014-07-07re PR fortran/61459 (segfault when assigning to allocatable function result f...Paul Thomas1-2/+2
2014-07-04resolve.c (resolve_assoc_var): Fix corank setting.Tobias Burnus1-1/+2
2014-06-25check.c (check_co_minmaxsum): Add definable check.Tobias Burnus1-0/+2
2014-06-17check.c (gfc_check_atomic, [...]): Use argument for GFC_ISYM_CAF_GET.Tobias Burnus1-3/+3
2014-06-10re PR fortran/41936 (Memory leakage with allocatables and user-defined operat...Dominique d'Humieres1-0/+14
2014-05-06Merge in wide-int.Kenneth Zadeck1-6/+8
2014-04-30trans-decl.c (create_function_arglist): Add hidden coarrayTobias Burnus1-18/+31
2014-04-30trans-expr.c (get_tree_for_caf_expr): Fix handling ofTobias Burnus1-15/+32
2014-04-22re PR fortran/60881 (ICE on dummy argument that extends a type with scalar an...Tobias Burnus1-2/+4
2014-04-13re PR fortran/58085 (Wrong indexing of an array in ASSOCIATE)Paul Thomas1-0/+2
2014-03-28re PR fortran/60576 (FAIL: gfortran.dg/assumed_rank_7.f90)Mikael Morin1-1/+5
2014-03-27re PR fortran/58880 ([OOP] ICE on valid with FINAL function and type extension)Tobias Burnus1-2/+4
2014-03-18re PR ipa/58721 (The subroutine perdida is no longer inlined in fatigue.f90)Jakub Jelinek1-1/+1
2014-03-06re PR fortran/51976 ([F2003] Support deferred-length character components of ...Paul Thomas1-3/+47
2014-02-09re PR fortran/59026 (ELEMENTAL procedure with VALUE arguments emits wrong code)Paul Thomas1-1/+5
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