aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/trans-decl.c
AgeCommit message (Expand)AuthorFilesLines
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
2010-08-19re PR fortran/45290 ([F08] pointer initialization)Janus Weil1-1/+1
2010-08-17re PR fortran/45304 (Functions/subroutines without arguments always treated l...Jakub Jelinek1-1/+1
2010-08-17re PR fortran/38936 ([F03] ASSOCIATE construct / improved SELECT TYPE (a=>expr))Daniel Kraft1-2/+117
2010-08-15re PR fortran/38936 ([F03] ASSOCIATE construct / improved SELECT TYPE (a=>expr))Daniel Kraft1-1/+3
2010-07-29re PR fortran/45087 (-fwhole-program: Miscompiled due to wrong decls)Tobias Burnus1-6/+13
2010-07-27re PR fortran/40873 (-fwhole-file -fwhole-program: Wrong decls cause too much...Tobias Burnus1-11/+34
2010-07-26re PR fortran/45066 (ICE in namelist read in snapshot of 7/24/2010)Tobias Burnus1-1/+2
2010-07-23re PR fortran/44945 (Wrong decl for module vars / FAIL: gfortran.dg/char_arra...Tobias Burnus1-3/+4
2010-07-23tree.h (struct tree_base): Add nameless_flag bitfield.Jakub Jelinek1-5/+6
2010-07-21trans.h (gfc_get_return_label): Removed.Daniel Kraft1-137/+128
2010-07-19re PR fortran/42385 ([OOP] poylmorphic operators do not work)Paul Thomas1-3/+4
2010-07-15tree.h (DECL_CHAIN): Define.Nathan Froyd1-13/+13
2010-07-15re PR fortran/44709 (BLOCK and GOTO/EXIT/CYCLE)Daniel Kraft1-77/+81