aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/resolve.c
AgeCommit message (Expand)AuthorFilesLines
2014-10-18re PR fortran/63553 ([OOP] Wrong code when assigning a CLASS to a TYPE)Paul Thomas1-56/+61
2014-10-04re PR fortran/36534 (Bogus: '__convert_s1_s4' at (1) is obsolescent in fortra...Francois-Xavier Coudert1-5/+5
2014-09-22resolve.c (resolve_fl_procedure): Remove duplicated lines.Dominique d'Humieres1-24/+0
2014-09-20trans-expr.c (gfc_reset_vptr): Fix comment whitespace.Joost VandeVondele1-4/+4
2014-09-01re PR fortran/62309 (-fno-automatic with -finit-local prevents initialization...Fritz Reese1-0/+1
2014-08-22re PR fortran/62135 (ICE with invalid SELECT CASE selector)Steven Bosscher1-1/+1
2014-08-17resolve.c (gfc_resolve_finalizers): Ensure that parents are resolved first.Tobias Burnus1-0/+4
2014-08-15resolve.c (resolve_critical): Fix name mangling.Tobias Burnus1-4/+5
2014-08-14gfortran.texi (caf_register_t): Add CAF_REGTYPE_CRITICAL.Tobias Burnus1-0/+49
2014-07-04resolve.c (resolve_assoc_var): Fix corank setting.Tobias Burnus1-4/+1
2014-06-25resolve.c (resolve_ordinary_assign): Don't invoke caf_send when assigning a c...Tobias Burnus1-1/+4
2014-06-24gimplify.c (gimplify_scan_omp_clauses) <case OMP_CLAUSE_MAP, [...]): Make sur...Jakub Jelinek1-16/+16
2014-06-18gimplify.c (omp_notice_variable): If n is non-NULL and no flags change in ORT...Jakub Jelinek1-1/+59
2014-06-17check.c (gfc_check_atomic, [...]): Use argument for GFC_ISYM_CAF_GET.Tobias Burnus1-4/+25
2014-06-12gfortran.h (gfc_copy_formal_args_intr): Update prototype.Tobias Burnus1-1/+1
2014-06-06dump-parse-tree.c (show_omp_namelist): Dump reduction id in each list item.Jakub Jelinek1-2/+8
2014-05-11tree.h (OMP_CLAUSE_LINEAR_STMT): Define.Jakub Jelinek1-0/+15
2014-05-08gfortran.h (gfc_isym_id): Add GFC_ISYM_CAF_GET and GFC_ISYM_CAF_SEND.Tobias Burnus1-7/+79
2014-04-30resolve.c (resolve_function): Don't do assumed-size check for lcobound/ucobound.Tobias Burnus1-0/+2
2014-04-12re PR fortran/58880 ([OOP] ICE on valid with FINAL function and type extension)Tobias Burnus1-6/+36
2014-03-20re PR fortran/60543 (Function with side effect removed by the optimizer.)Tobias Burnus1-3/+3
2014-03-19re PR fortran/60543 (Function with side effect removed by the optimizer.)Tobias Burnus1-13/+35
2014-03-06re PR fortran/51976 ([F2003] Support deferred-length character components of ...Paul Thomas1-8/+19
2014-02-18re PR fortran/60231 (ICE on undefined generic)Janus Weil1-3/+18
2014-02-17re PR fortran/55907 (ICE with -fno-automatic -finit-local-zero)Janus Weil1-1/+1
2014-02-09re PR fortran/57522 ([F03] ASSOCIATE construct creates array descriptor with ...Paul Thomas1-0/+2
2014-02-08re PR fortran/58470 ([OOP] ICE on invalid with FINAL procedure and type exten...Janus Weil1-4/+0
2014-02-07re PR translation/52289 (translatable string typo: "must not be have")Benno Schulenberg1-1/+1
2014-01-08re PR fortran/58182 (ICE with global binding name used as a FUNCTION)Janus Weil1-3/+3
2014-01-06re PR fortran/59023 (ICE in gfc_search_interface with BIND(C))Janus Weil1-1/+1
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2014-01-02re PR fortran/59654 ([OOP] Broken function table with complex OO use case)Janus Weil1-3/+0
2013-12-30re PR fortran/58998 (Generic interface problem with gfortran)Janus Weil1-1/+2
2013-12-18re PR fortran/59493 ([OOP] ICE: Segfault on Class(*) pointer association)Janus Weil1-5/+2
2013-12-11re PR fortran/58916 ([F03] Allocation of scalar with array source not rejected)Janus Weil1-3/+3
2013-12-08re PR fortran/58099 ([F03] over-zealous procedure-pointer error checking)Tobias Burnus1-1/+21
2013-12-07re PR fortran/59414 ([OOP] ICE in in gfc_conv_expr_descriptor on ALLOCATE ins...Janus Weil1-1/+3
2013-12-01Index...Paul Thomas1-3/+4
2013-09-25re PR fortran/57697 ([OOP] Segfault with defined assignment for components du...Tobias Burnus1-11/+28
2013-09-18re PR fortran/43366 ([OOP][F08] Intrinsic assign to polymorphic variable)Tobias Burnus1-7/+29
2013-09-16re PR fortran/57697 ([OOP] Segfault with defined assignment for components du...Tobias Burnus1-11/+15
2013-09-15re PR fortran/57697 ([OOP] Segfault with defined assignment for components du...Tobias Burnus1-0/+40
2013-09-02PR fortran/PR56519Thomas Koenig1-9/+9
2013-08-12re PR fortran/56666 (Suppression flag for " DO loop at (1) will be executed z...Thomas Koenig1-2/+4
2013-08-09gfortran.h (gfc_get_code): Modified prototype.Janus Weil1-20/+10
2013-07-29match.c (gfc_match_call): Exit loop after setting i.Po-Chun Chang1-1/+4
2013-07-25re PR fortran/57966 ([OOP] Using a TBP to specify the shape of a dummy argument)Janus Weil1-0/+5
2013-07-15trans-array.h (gfc_deallocate_alloc_comp_no_caf, [...]): New prototype.Tobias Burnus1-2/+2
2013-06-20resolve.c (get_temp_from_expr): Don't set FL_VARIABLE twice.Tobias Burnus1-1/+0
2013-06-14re PR fortran/57508 ([OOP] Intrinsic assignment+defined-assignment for comps:...Tobias Burnus1-0/+4