aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/trans-decl.c
AgeCommit message (Expand)AuthorFilesLines
2014-10-16function.h: Flatten file.Andrew MacLeod1-1/+6
2014-10-12move many gc hashtab to hash_tableTrevor Saunders1-40/+30
2014-10-09f95-lang.c (gfc_init_builtin_functions): Add more floating-point built-ins.Francois-Xavier Coudert1-32/+2
2014-09-25check.c (check_co_collective): Renamed fromTobias Burnus1-0/+6
2014-09-20trans-expr.c (gfc_reset_vptr): Fix comment whitespace.Joost VandeVondele1-3/+3
2014-09-13re PR fortran/63252 (tree_class_check_failed)Tobias Burnus1-1/+1
2014-09-04Revert incorrect merging of debug-early branch.Aldy Hernandez1-1/+1
2014-09-04+ * c/c-decl.c (write_global_declarations_1): Call global_decl() + with early...Aldy Hernandez1-1/+1
2014-08-31trans-decl.c (gfc_build_builtin_function_decls): Add may_require_tmp dummy ar...Tobias Burnus1-6/+9
2014-08-25IPA C++ refactoring 4/NMartin Liska1-4/+4
2014-08-15re PR fortran/44054 (Handle -Werror, -Werror=, -fdiagnostics-show-option, !GC...Manuel López-Ibáñez1-1/+1
2014-08-14gfortran.texi (caf_register_t): Add CAF_REGTYPE_CRITICAL.Tobias Burnus1-14/+29
2014-08-02add a hash_set based on hash_tableTrevor Saunders1-5/+5
2014-07-24IPA C++ refactoring 1/NMartin Liska1-2/+2
2014-07-12libgfortran.h (libcaf_atomic_codes): Add.Tobias Burnus1-0/+26
2014-07-09Avoid using create_tmp_var for static decls.Bernd Schmidt1-1/+6
2014-07-04resolve.c (resolve_assoc_var): Fix corank setting.Tobias Burnus1-1/+2
2014-06-28re PR fortran/29383 (Fortran 2003/F95[TR15580:1999]: Floating point exception...Francois-Xavier Coudert1-3/+77
2014-06-23trans-decl.c (gfc_trans_deferred_vars): Fix handling of explicit-size arrays ...Tobias Burnus1-1/+1
2014-06-18gimplify.c (omp_notice_variable): If n is non-NULL and no flags change in ORT...Jakub Jelinek1-0/+4
2014-06-17check.c (gfc_check_atomic, [...]): Use argument for GFC_ISYM_CAF_GET.Tobias Burnus1-6/+25
2014-06-15c-common.c (handle_tls_model_attribute): Use set_decl_tls_model.Jan Hubicka1-2/+2
2014-06-15re PR fortran/28484 ([F03] system_clock with real-type count_rate does not co...Francois-Xavier Coudert1-0/+14
2014-06-10re PR fortran/60928 (gfortran issue with allocatable components and OpenMP)Jakub Jelinek1-1/+32
2014-06-09re PR fortran/45187 (ICE with CRAY pointer in module)Francois-Xavier Coudert1-2/+2
2014-06-02Fix a decl to match the calls to it.Bernd Schmidt1-1/+1
2014-05-17use templates instead of gengtype for typed allocation functionsTrevor Saunders1-3/+2
2014-05-11tree.h (OMP_CLAUSE_LINEAR_STMT): Define.Jakub Jelinek1-0/+8
2014-05-11trans-intrinsic.c (gfc_build_builtin_function_decls): Change type of second a...Tobias Burnus1-1/+1
2014-05-08check.c (check_co_minmaxsum, [...]): New.Tobias Burnus1-2/+20
2014-05-06Merge in wide-int.Kenneth Zadeck1-1/+1
2014-04-30trans-decl.c (create_function_arglist): Add hidden coarrayTobias Burnus1-6/+17
2014-04-30gfortran.h (gfc_init_coarray_decl): Remove.Tobias Burnus1-64/+13
2014-02-18re PR fortran/49397 ([F03] ICE with proc pointer assignment)Tobias Burnus1-2/+3
2014-02-11re PR fortran/52370 (Spurious "may be used uninitialized" warning for check o...Jakub Jelinek1-0/+4
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-12-12re PR fortran/59440 (ICE in force_decl_die, at dwarf2out.c:20111 with -g)Tobias Burnus1-0/+1
2013-12-04re PR debug/37132 (Debug: No DW_TAG_namelist emitted for NAMELISTS)Tobias Burnus1-0/+72
2013-11-19Factor unrelated declarations out of tree.h.Diego Novillo1-0/+4
2013-11-12gimple-expr.h (create_tmp_var_name, [...]): Relocate prototypes from gimple.h.Andrew MacLeod1-1/+1
2013-08-20re PR fortran/53655 ([F03] "default initializer" warnings)Janus Weil1-1/+2
2013-08-06re PR fortran/57987 (Fortran finalizers considered extern-inline by middle-end)Martin Jambor1-8/+10
2013-08-06re PR fortran/57306 ([OOP] [F08] ICE on valid with class pointer initialization)Janus Weil1-7/+7
2013-07-22df-problems.c (can_move_insns_across): Exit loop once we find a non-fixed, no...Po-Chun Chang1-1/+4
2013-07-21trans-decl.c: Fix comment typos.Ondřej Bílka1-1/+1
2013-07-14re PR fortran/52669 (No warning in unused private variable in modules)Thomas Koenig1-6/+12
2013-07-08re PR fortran/57469 (Erroneous warning for unused dummy arguments used in nam...Tobias Burnus1-1/+1
2013-06-21trans-array.c (gfc_trans_deferred_array): Call the finalizer for nonallocatab...Tobias Burnus1-6/+12
2013-06-17gfortran.h (gfc_option_t): Add fpe_summary.Tobias Burnus1-5/+6
2013-06-14re PR fortran/57596 (Wrong code for allocatable deferred-length strings)Tobias Burnus1-8/+40