aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/trans-decl.c
AgeCommit message (Expand)AuthorFilesLines
2010-06-08utils.c (init_gnat_to_gnu): Use typed GC allocation.Laurynas Biveinis1-3/+3
2010-05-30gfortran.h (CLASS_DATA): New macro for accessing the $data component of a cla...Janus Weil1-5/+4
2010-05-26rtl.h (decl_default_tls_model): Move prototype from here...Steven Bosscher1-2/+2
2010-05-23gfortran.h: Do not include system.h.Tobias Burnus1-1/+1
2010-05-20re PR fortran/38407 (Wishlist: -Wunused-dummy-argument and -Wno-unused-dummy-...Daniel Franke1-16/+21
2010-05-20trans-expr.c: Do not include convert.h, ggc.h, real.h, and gimple.h.Steven Bosscher1-3/+3
2010-05-20re PR fortran/43851 (Add _gfortran_error_stop_numeric)Jerry DeLisle1-5/+16
2010-05-19re PR fortran/42360 (intent(out)-dummy-not-set warning for types depends on o...Daniel Franke1-2/+6
2010-05-17tree.c (build_function_type_list_1): Remove bogus assert condition.Nathan Froyd1-2/+1
2010-05-17trans-array.c (gfc_trans_array_constructor_value): Use build_constructor inst...Nathan Froyd1-19/+26
2010-05-16trans-decl.c (module_htab_decls_hash): Revert last change.Richard Guenther1-1/+1
2010-05-16lto-symtab.c (lto_symtab_entry_hash): Use IDENTIFIER_HASH_VALUE.Richard Guenther1-1/+1
2010-05-16re PR fortran/44154 (initialization problem with allocatable scalars)Janus Weil1-2/+2
2010-05-14trans.c (trans_code): Set backend locus early.Jakub Jelinek1-2/+2
2010-05-10c-common.c (struct c_common_attributes): Add fnspec attribute.Richard Guenther1-12/+46
2010-04-29[multiple changes]Paul Thomas1-0/+9
2010-04-20re PR fortran/43227 (ICE: segmentation fault in mio_expr)Paul Thomas1-1/+2
2010-04-16trans-decl.c (gfc_build_qualified_array): Ensure ubound.N and lbound.N artifi...Jakub Jelinek1-10/+25
2010-04-15trans-decl.c (gfc_build_qualified_array): Clear DECL_IGNORED_P on VAR_DECL LB...Jakub Jelinek1-10/+9
2010-04-13[multiple changes]Jerry DeLisle1-2/+5
2010-04-06re PR fortran/39997 (Procedure(), pointer & implicit typing: rejects-valid /...Tobias Burnus1-0/+8
2010-04-06re PR fortran/43178 (Pointless resetting to NULL for local ALLOCATABLEs)Tobias Burnus1-8/+15
2010-03-20re PR fortran/43450 (-fwhole-file: ICE in gfc_create_module_variable, at fort...Paul Thomas1-5/+10
2010-03-17re PR fortran/43331 (Cray pointers generate bogus IL for the middle-end)Tobias Burnus1-2/+4
2010-02-10re PR fortran/43015 (ICE with BIND(C) and -fbounds-check in mingw-w64 cross-c...Tobias Burnus1-2/+2
2010-01-19re PR fortran/42783 (Bogus Array bounds violation with optional array argument)Paul Thomas1-16/+23
2010-01-07re PR fortran/42597 (ICE with procedure pointer initialized to null())Tobias Burnus1-1/+3
2010-01-07re PR fortran/41872 (wrong-code: Issues with allocatable scalars)Tobias Burnus1-25/+32
2010-01-04trans-decl.c (gfc_trans_deferred_vars): Fix spelling.Tobias Burnus1-2/+2
2010-01-04re PR fortran/41872 (wrong-code: Issues with allocatable scalars)Tobias Burnus1-9/+17
2009-12-29re PR fortran/42517 (-fcheck=recursion does not work with -fopenmp)Janus Weil1-3/+6
2009-11-30backport: re PR fortran/42053 ([OOP] SELECT TYPE: reject duplicate CLASS IS b...Janus Weil1-1/+1
2009-11-05re PR fortran/41918 (Superflous warning "was declared INTENT(OUT) but was not...Steven G. Kargl1-2/+6
2009-11-01[multiple changes]Tobias Burnus1-10/+6
2009-10-19re PR fortran/41586 ([OOP] Allocatable _scalars_ are never auto-deallocated)Janus Weil1-13/+46
2009-10-02re PR fortran/41479 (intent(out) for types with default initialization)Tobias Burnus1-8/+11
2009-09-29re PR fortran/39626 (Correctly implement details of Fortran 2008 BLOCK constr...Daniel Kraft1-2/+43
2009-09-16re PR fortran/41212 (miscompilation at -O2)Michael Matz1-20/+2
2009-08-19tree-ssa-structalias.c (create_variable_info_for): Also mark first field in a...Michael Matz1-1/+25
2009-08-17re PR fortran/41062 (ICE in gfc_trans_use_stmts, at fortran/trans-decl.c:3438)Paul Thomas1-1/+7
2009-08-17re PR fortran/40877 (memory leaks with gfc_charlen?)Janus Weil1-10/+1
2009-08-13re PR fortran/40941 (gfc_typespec: put derived and cl into union)Janus Weil1-73/+73
2009-08-01re PR fortran/40011 (Problems with -fwhole-file)Paul Thomas1-0/+47
2009-07-29re PR fortran/40898 (STDCALL mangling problem for strings @8 instead of @4)Tobias Burnus1-1/+2
2009-07-27re PR fortran/40851 ([4.3/4.4/4.5] problem with deallocation of pointers)Tobias Burnus1-1/+3
2009-07-25re PR fortran/40005 (segfault in gt_ggc_mx_lang_tree_node)Richard Guenther1-3/+3
2009-07-22[multiple changes]Paul Thomas1-6/+7
2009-07-22trans.h (gfc_set_decl_assembler_name): New prototype.Francois-Xavier Coudert1-15/+24
2009-07-21re PR fortran/40726 (miscompilation at -O1)Paul Thomas1-13/+0
2009-07-17re PR c/40401 (ICE: verify_gimple failed)Richard Guenther1-30/+1