aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran
AgeCommit message (Expand)AuthorFilesLines
2010-10-07re PR fortran/45916 (ICE in match_procedure_in_type, at fortran/decl.c:7921)Mikael Morin2-5/+14
2010-10-06re PR fortran/45889 (Regression with I/O of element of allocatable array in d...Jerry DeLisle2-1/+7
2010-10-06trans-stmt.c (gfc_trans_allocate): free lhs expr.Mikael Morin2-0/+5
2010-10-06trans-array.c (gfc_free_ss_chain): Made non-static.Mikael Morin4-1/+12
2010-10-06trans-intrinsic.c (gfc_conv_intrinsic_funcall): Also free symbol's subcompone...Mikael Morin2-1/+6
2010-10-06trans-expr.c (get_proc_ptr_comp): Restore initial expression type before call...Mikael Morin2-0/+11
2010-10-06trans-expr.c (get_proc_ptr_comp): Restore initial expression type before call...Mikael Morin2-0/+12
2010-10-06trans-array.c (gfc_conv_tmp_array_ref): Add factorized call to gfc_advance_se...Mikael Morin5-24/+17
2010-10-06trans.c (gfc_restore_backend_locus): New function.Mikael Morin5-20/+56
2010-10-06trans-array.c (gfc_build_constant_array_constructor): Free array spec when done.Mikael Morin2-0/+12
2010-10-06symbol.c (gfc_copy_formal_args_ppc): Free previous formal arg list before ove...Mikael Morin2-0/+6
2010-10-06array.c (gfc_match_array_spec): Don't re-initialize cleared struct.Mikael Morin3-17/+7
2010-10-06symbol.c (free_entry_list): New function.Mikael Morin2-0/+22
2010-10-06symbol.c (free_components): Free list of formal args and formal namespace.Mikael Morin2-0/+8
2010-10-06simplify.c (gfc_simplify_size): Clear temporary mpz int before returning.Mikael Morin2-1/+9
2010-10-06resolve.c (add_dt_to_dt_list): Remove unneeded if.Mikael Morin2-8/+9
2010-10-06resolve.c (check_typebound_baseobject): Free local expr before returning.Mikael Morin2-4/+14
2010-10-06primary.c (gfc_match_structure_constructor): Invert the assert logic.Mikael Morin2-3/+6
2010-10-06primary.c (gfc_free_structure_ctor_component): Also free the component struct...Mikael Morin2-0/+6
2010-10-06module.c (gfc_use_module): Free atom_string when done with it.Mikael Morin2-0/+6
2010-10-06module.c (read_module): Remove useless string duplication.Mikael Morin2-2/+6
2010-10-06gfortranspec.c (append_arg): Remove commented code.Mikael Morin2-4/+4
2010-10-06decl.c (match_procedure_in_type): Assertify if conditions.Mikael Morin2-6/+9
2010-10-06cpp.c (gfc_cpp_post_options): Don't create a cpp reader if preprocessing is d...Mikael Morin2-1/+6
2010-10-06re PR middle-end/45838 (FAIL: libgomp.c/pr34513.c execution test)Jakub Jelinek2-92/+117
2010-10-04Mark linker Makefile rules for job server buildAndi Kleen2-2/+6
2010-10-04f95-lang.c (current_translation_unit): New global variable.Richard Guenther4-17/+35
2010-10-03cppbuiltin.c: New file.François-Xavier Coudert3-70/+15
2010-10-02re PR fortran/45748 (-fimplicit-none failures when using intrinsic MAX)Janus Weil2-5/+9
2010-09-30re PR fortran/45828 (No default initialization of derived type members?)Janus Weil2-2/+8
2010-09-30gfortran.tex (Fortran 2008 status): Update list of implemented features.Tobias Burnus2-1/+12
2010-09-29options.texi (Variable, Var, Init): Update documentation without reference to...Joseph Myers2-1/+5
2010-09-29optc-gen.awk: Generate global_options initializer instead of individual varia...Joseph Myers9-29/+49
2010-09-28re PR fortran/40569 (F2008: Support COMPILER_OPTIONS() / COMPILER_VERSION())Tobias Burnus6-11/+207
2010-09-28builtin-attrs.def (ATTR_LEAF): New attribute.Jan Hubicka2-4/+14
2010-09-28re PR fortran/45756 (Multiple DECL for array valued PARAMETER (-fwhole-file i...Tobias Burnus2-8/+15
2010-09-27re PR fortran/40569 (F2008: Support COMPILER_OPTIONS() / COMPILER_VERSION())Tobias Burnus11-15/+252
2010-09-26re PR fortran/45783 (ICE in gfc_add_component_ref, at fortran/class.c:77)Daniel Kraft2-3/+14
2010-09-26re PR fortran/45793 ([4.6 Regressions] Numerous test-suite failures)Jerry DeLisle2-4/+9
2010-09-25gfortran.texi: Re-add accidently removed \input line.Tobias Burnus2-1/+5
2010-09-25re PR fortran/45776 (Full implementation of variable definition contexts (and...Daniel Kraft4-90/+140
2010-09-25interface.c (gfc_match_end_interface): Constify char pointer to fix warning.Tobias Burnus2-2/+7
2010-09-25interface.c (gfc_match_end_interface): Deal with user defined operators that...Steven G. Kargl2-4/+39
2010-09-24gfortran.texi: Add second space after end-of-sentence period...Tobias Burnus2-140/+221
2010-09-24re PR fortran/40571 (F2008: ISO_FORTRAN_ENV: Missing constants)Tobias Burnus7-13/+190
2010-09-23re PR fortran/45744 (ICE with -O1 in gfc_conv_expr_op, at fortran/trans-expr....Thomas Koenig2-4/+16
2010-09-23re PR fortran/45745 (ICE in gfc_conv_array_stride)Mikael Morin2-6/+17
2010-09-23intrinsic.texi (OpenMP modules): Add named constants of OMP_LIB.Tobias Burnus2-1/+21
2010-09-23re PR fortran/38936 ([F03] ASSOCIATE construct / improved SELECT TYPE (a=>expr))Daniel Kraft8-220/+356
2010-09-22Improve formatting of manuals.Ralf Wildenhues4-37/+48