aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/trans-decl.c
AgeCommit message (Expand)AuthorFilesLines
2011-07-06trans-array.c (gfc_array_allocate): Rename allocatable_arrayDaniel Carrera1-1/+2
2011-06-21cosmetic. Add sync_ to all the expand_builtin defines which do not match the ...Andrew MacLeod1-1/+1
2011-06-10trans-decl.c (gfc_build_builtin_function_decls): Updated declaration of caf_s...Daniel Carrera1-5/+5
2011-06-02re PR fortran/49268 (Invalid code generated for assumed-size Cray pointee)Asher Langton1-1/+5
2011-05-31re PR fortran/18918 (Eventually support Fortran 2008's coarrays [co-arrays])Tobias Burnus1-1/+10
2011-05-26re PR fortran/18918 (Eventually support Fortran 2008's coarrays [co-arrays])Tobias Burnus1-5/+175
2011-05-15re PR fortran/18918 (Eventually support Fortran 2008's coarrays [co-arrays])Tobias Burnus1-3/+4
2011-05-14PR 48915 Abort handlingJanne Blomqvist1-1/+4
2011-05-07re PR fortran/18918 (Eventually support Fortran 2008's coarrays [co-arrays])Tobias Burnus1-9/+33
2011-05-06generalize build_case_label to the rest of the compilerNathan Froyd1-1/+1
2011-05-05tree.h (get_pending_sizes): Remove prototype.Eric Botcazou1-6/+0
2011-05-04tree.h (build_function_type_array): Declare.Nathan Froyd1-12/+9
2011-05-04trans-array.c (gfc_trans_array_constructor_value): Use size_int for bounds of...Richard Guenther1-3/+3
2011-04-19trans-decl.c (gfc_generate_function_code): Call cgraph_create_node instead of...Martin Jambor1-1/+1
2011-04-18convert each use of gfc_free (p) to free (p)Jim Meyering1-1/+1
2011-04-17re PR fortran/48624 (gfortran DECL issues in function declaration)Tobias Burnus1-18/+0
2011-04-12cgraph.h (cgraph_node): Remove function declaration.Martin Jambor1-1/+1
2011-04-10Remove doubled up words.Mike Stump1-2/+2
2011-04-04re PR fortran/18918 (Eventually support Fortran 2008's coarrays [co-arrays])Tobias Burnus1-0/+16
2011-03-27re PR fortran/18918 (Eventually support Fortran 2008's coarrays [co-arrays])Tobias Burnus1-0/+124
2011-02-22re PR fortran/45743 (gfortran.dg/whole_file_3.f90 ICE: verify_stmts failed: i...Paul Thomas1-0/+18
2011-02-20re PR fortran/47797 (Debug: Odd first break point for subroutine breakp w/ al...Tobias Burnus1-3/+25
2011-02-20re PR fortran/45077 (ICE with -fwhole-file in fold_convert_loc, at fold-const...Paul Thomas1-23/+63
2011-02-09re PR fortran/47637 ([OOP] Memory leak involving INTENT(OUT) CLASS argument w...Janus Weil1-0/+26
2011-01-28re PR fortran/45170 ([F2003] allocatable character lengths)Paul Thomas1-15/+129
2011-01-27re PR fortran/47474 (Wrong code with allocatable scalar, allocatable componen...Tobias Burnus1-5/+7
2011-01-23re PR fortran/47421 (Wrong-code: Value of scalar ALLOCATABLE CHARACTER(len=n)...Tobias Burnus1-3/+4
2011-01-13re PR fortran/47260 (DLLEXPORT: TREE_PUBLIC for procedures lost between trans...Kai Tietz1-15/+15
2011-01-05re PR fortran/47024 ([OOP] STORAGE_SIZE (for polymorphic types): Segfault at ...Janus Weil1-3/+18
2010-11-28re PR fortran/46678 (Wrong code with strings)Tobias Burnus1-1/+1
2010-11-25re PR fortran/46581 ([OOP] segfault in SELECT TYPE with associate-name)Janus Weil1-97/+4
2010-11-13re PR fortran/45742 (VOLATILE has no effect)Tobias Burnus1-0/+10
2010-11-09re PR fortran/46313 ([OOP] class container naming collisions)Janus Weil1-1/+1
2010-11-09re PR fortran/43899 (Wrong unused-variable warning with NAMELISTs)Jerry DeLisle1-2/+3
2010-11-03builtins.c (fold_builtin_signbit): Use build_zero_cst instead of fold_convert.Nathan Froyd1-2/+1
2010-11-022010-11-02 Steven G.Steven G. Kargl1-0/+2
2010-10-26re PR fortran/42647 ([F03] Missed initialization/dealloc of allocatable scala...Janus Weil1-3/+4
2010-10-21re PR fortran/46079 (ABI for empty stop statement broken)Jerry DeLisle1-0/+7
2010-10-06trans.c (gfc_restore_backend_locus): New function.Mikael Morin1-10/+10
2010-10-04f95-lang.c (current_translation_unit): New global variable.Richard Guenther1-13/+11
2010-09-29optc-gen.awk: Generate global_options initializer instead of individual varia...Joseph Myers1-1/+1
2010-09-28re PR fortran/45756 (Multiple DECL for array valued PARAMETER (-fwhole-file i...Tobias Burnus1-8/+9
2010-09-24re PR fortran/40571 (F2008: ISO_FORTRAN_ENV: Missing constants)Tobias Burnus1-3/+17
2010-09-10re PR fortran/45186 (Gfortran 4.5.0 emits wrong linenumbers)Tobias Burnus1-4/+5
2010-09-07trans.h (gfor_fndecl_clz128, [...]): Remove.François-Xavier Coudert1-18/+0
2010-09-02re PR fortran/45186 (Gfortran 4.5.0 emits wrong linenumbers)Tobias Burnus1-25/+30
2010-08-26re PR fortran/38936 ([F03] ASSOCIATE construct / improved SELECT TYPE (a=>expr))Daniel Kraft1-2/+11
2010-08-25trans-decl.c (gfc_build_intrinsic_function_decls): Set TREE_NOTHROW on fndecl...Jakub Jelinek1-1/+39
2010-08-21re PR fortran/45271 ([OOP] Polymorphic code breaks when changing order of USE...Janus Weil1-13/+31
2010-08-19re PR fortran/29785 (Fortran 2003: POINTER Rank Remapping)Daniel Kraft1-30/+3