aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/trans-decl.c
AgeCommit message (Expand)AuthorFilesLines
2012-12-19re PR fortran/55636 (Fortran name mangling collides with user namespace)Tobias Burnus1-4/+18
2012-12-11re PR fortran/52909 ([F03] Procedure pointers not private to modules)Janus Weil1-0/+8
2012-12-09trans-array.c (gfc_deallocate_scalar_with_status): Use NULL_TREE in the call ...Tobias Burnus1-3/+4
2012-11-26tree.h (DECL_RESTRICTED_P): Delete.Eric Botcazou1-6/+0
2012-11-26re PR fortran/54997 (-Wunused-function gives false warnings)Janus Weil1-4/+8
2012-11-21re PR fortran/55352 (Erroneous gfortran warning of unused module variable whe...Janus Weil1-14/+17
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo1-14/+14
2012-10-31re PR fortran/53718 ([OOP] gfortran generates asm label twice in the same out...Janus Weil1-10/+3
2012-09-20function.c (push_cfun): Check old current_function_decl matches old cfun...Martin Jambor1-9/+1
2012-09-16trans-decl.c (gfc_generate_function_code): Fix gfc_option.coarray check.Tobias Burnus1-1/+1
2012-08-28re PR fortran/54389 ([F2003/F2008 difference] PURE functions and pointer dumm...Tobias Burnus1-2/+2
2012-08-23tree.c (copy_node_stat): Clear DECL_STRUCT_FUNCTION.Jakub Jelinek1-4/+4
2012-08-12re PR fortran/54221 (Explicit private access specifier signals "unexpected de...Tobias Burnus1-0/+12
2012-07-20re PR fortran/48820 (TR 29113: Implement parts needed for MPI 3)Tobias Burnus1-2/+5
2012-06-13re PR fortran/53643 ([OOP] ICE (segfault) with INTENT(OUT) CLASS array)Tobias Burnus1-6/+3
2012-05-31output.h (__gcc_host_wide_int__): Move to hwint.h.Steven Bosscher1-1/+0
2012-05-14PR 52428 Range checking when reading integer values.Janne Blomqvist1-2/+7
2012-05-14re PR fortran/49110 (Deferred-length character result triggers (false positiv...Tobias Burnus1-14/+13
2012-05-09cgraphbuild.c (build_cgraph_edges): Do not finalize vars with VALUE_EXPR.Jan Hubicka1-2/+0
2012-05-04re PR fortran/53175 (link failure for private module variables used in functi...Tobias Burnus1-1/+1
2012-04-18targhooks.c (default_case_values_threshold): Fix code style nit.Steven Bosscher1-1/+2
2012-04-15re PR fortran/52916 (481.wrf in SPEC CPU 2006 failed to build)Tobias Burnus1-1/+2
2012-04-08re PR fortran/52751 (private module variable are not exported as local)Tobias Burnus1-3/+5
2012-03-06f95-lang.c (yyerror, yylex): Remove.Steven Bosscher1-9/+9
2012-02-05re PR fortran/48847 (Wrong "unused parameter" warning with interface block)Thomas Koenig1-0/+16
2012-01-29PR 51808 Support arbitrarily long bind(C) binding labels.Janne Blomqvist1-4/+3
2012-01-27re PR fortran/51970 ([OOP] gimplification failed for polymorphic MOVE_ALLOC)Tobias Burnus1-2/+3
2012-01-16re PR fortran/51809 ([OOP] ICE (segfault) depending on USE statements order)Tobias Burnus1-1/+4
2012-01-062012-01-06 Tobias Burnus <burnus@net-b.de>Tobias Burnus1-5/+22
2011-12-15trans-expr.c (gfc_walk_function_expr): Detect elemental procedure components ...Paul Thomas1-1/+1
2011-12-15re PR debug/51517 (Wrong debug information for pointers with negative strides.)Jakub Jelinek1-1/+11
2011-12-11re PR fortran/50923 (No warning if function return value is not set)Tobias Burnus1-13/+22
2011-12-11re PR fortran/41539 ([OOP] Calling function which takes CLASS: Rank compariso...Paul Thomas1-4/+38
2011-12-10trans-decl.c (add_argument_checking): Fix syntax.Tobias Burnus1-1/+1
2011-12-10trans-decl.c (add_argument_checking): Check ts.deferred earlier.Tobias Burnus1-5/+4
2011-12-08re PR fortran/50815 (ICE on allocation of deferred length character scalar du...Tobias Burnus1-2/+4
2011-11-25re PR fortran/50408 (ICE in transfer_expr)Tobias Burnus1-1/+6
2011-11-19re PR fortran/51207 ([OOP] Mark __def_init_... as FL_PARAMETER)Tobias Burnus1-2/+10
2011-11-16re PR fortran/39427 (F2003: Procedures with same name as types/type construct...Tobias Burnus1-1/+24
2011-11-14re PR fortran/51073 (_gfortran_caf_register incorrectly assumes malloc(0) ret...Tobias Burnus1-2/+6
2011-11-03re PR fortran/50960 ([OOP] vtables not marked as constant)Tobias Burnus1-0/+4
2011-10-11Convert standard builtin functions from being arrays to using a functional in...Michael Meissner1-1/+1
2011-10-07re PR fortran/50625 ([OOP] ALLOCATABLE attribute lost for module CLASS variab...Janus Weil1-1/+4
2011-08-29re PR fortran/50225 ([OOP] The allocation status for polymorphic allocatable ...Janus Weil1-5/+13
2011-08-29trans-decl.c (generate_coarray_sym_init): Use GFC_CAF_COARRAY_STATIC for stat...Tobias Burnus1-1/+1
2011-08-26trans-decl.c (get_proc_pointer_decl): Set DECL_TLS_MODEL if threadprivate.Jakub Jelinek1-0/+5
2011-08-25trans-array.c (gfc_conv_descriptor_token): Add assert.Tobias Burnus1-8/+29
2011-08-17re PR fortran/31461 (warn about entities in USE, ONLY statement not later used)Tobias Burnus1-4/+12
2011-07-21check.c (gfc_check_present): Allow coarrays.Tobias Burnus1-0/+42
2011-07-18trans-decl.c (gfc_build_qualified_array): Make coarray's token TYPE_QUAL_REST...Tobias Burnus1-1/+3