aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran
AgeCommit message (Expand)AuthorFilesLines
2010-07-20re PR fortran/44929 ([OOP] Parsing error of derived type name starting with ...Steven G. Kargl2-19/+25
2010-07-19re PR fortran/42385 ([OOP] poylmorphic operators do not work)Paul Thomas4-14/+101
2010-07-19re PR fortran/44353 (rejects legal fortran)Paul Thomas2-0/+12
2010-07-18re PR fortran/44353 (rejects legal fortran)Paul Thomas2-7/+6
2010-07-17trans-array.c (gfc_free_ss): Don't free beyond ss rank.Mikael Morin3-120/+152
2010-07-15trans.h (gfc_string_to_single_character): New prototype.Jakub Jelinek5-30/+188
2010-07-15tree.h (DECL_CHAIN): Define.Nathan Froyd6-29/+37
2010-07-15re PR fortran/44936 ([OOP] Generic TBP not resolved correctly at compile time)Janus Weil2-14/+12
2010-07-15re PR fortran/44709 (BLOCK and GOTO/EXIT/CYCLE)Daniel Kraft6-249/+360
2010-07-15re PR fortran/40206 ([gfortran] Incorrect warning with -Wuninitialized)Jakub Jelinek2-2/+7
2010-07-15trans.h (gfc_build_compare_string): Add CODE argument.Jakub Jelinek4-22/+81
2010-07-14trans-array.c (gfc_conv_section_upper_bound): RemoveMikael Morin2-53/+12
2010-07-14re PR fortran/44925 ([OOP] C_LOC with CLASS pointer)Janus Weil5-10/+25
2010-07-14trans-expr.c (string_to_single_character): Also optimize string literals cont...Jakub Jelinek2-11/+38
2010-07-14trans-decl.c (gfc_build_intrinsic_function_decls, [...]): Mark functions as D...Jakub Jelinek2-1/+27
2010-07-13tree.h (build_function_call_expr): Delete.Nathan Froyd3-20/+23
2010-07-13re PR fortran/43665 (INTENT(IN) etc. optimization of calls: function annotati...Tobias Burnus4-99/+95
2010-07-13re PR fortran/43665 (INTENT(IN) etc. optimization of calls: function annotati...Daniel Franke2-309/+248
2010-07-13re PR fortran/44434 ([OOP] ICE in in gfc_add_component_ref)Janus Weil8-333/+108
2010-07-13re PR fortran/37077 (Implement Internal Unit I/O for character KIND=4)Jerry DeLisle2-1/+8
2010-07-12expr.c (gfc_get_int_expr): Don't initialize mpfr data twice.Mikael Morin3-4/+7
2010-07-11tob@archimedes:~/scratch/gcc> head -n 15 ../intrinsic_use.diffTobias Burnus2-152/+65
2010-07-11arith.c (gfc_arith_done_1): Release mpfr internal caches.Mikael Morin2-0/+6
2010-07-11fixing ChangeLogJanus Weil1-1/+1
2010-07-11re PR fortran/44869 ([OOP] generic TBPs not initialized properly)Janus Weil8-28/+55
2010-07-10trans-io.c (gfc_build_st_parameter): Update calls to gfc_add_field_to_struct.Mikael Morin5-56/+48
2010-07-10re PR fortran/44773 (Unnecessary temporaries increase the runtime for channel...Paul Thomas4-1/+27
2010-07-09intrinsic.texi: Add documentation for SAME_TYPE_AS...Janus Weil2-6/+128
2010-07-08re PR fortran/44649 ([OOP] F2008: storage_size intrinsic (also working for po...Janus Weil7-1/+137
2010-07-08re PR fortran/44847 (ICE: OpenMP with Collapse clause and CYCLE stmt in loop)Jakub Jelinek2-12/+37
2010-07-08re PR fortran/18918 (Eventually support Fortran 2008's coarrays [co-arrays])Tobias Burnus5-9/+58
2010-07-06re PR fortran/44742 (ICE in gfc_conv_array_initializer)Tobias Burnus5-7/+25
2010-07-06trans-decl.c: Include diagnostic-core.h besides toplev.h.Tobias Burnus12-11/+28
2010-07-06PR fortran/PR44693Thomas Koenig2-4/+15
2010-07-05Fix ChangeLog entry from my previous commit to include Steven G. Kargl1-1/+1
2010-07-05io.c (resolve_tag): Check EXIST tag is a default logical.Steven G. Kargl2-0/+13
2010-07-05re PR fortran/44596 ([OOP] Dynamic dispatch uses broken types)Paul Thomas2-1/+9
2010-07-05vec.h (VEC_splice, [...]): New macros.Nathan Froyd5-43/+59
2010-07-04gfc-internals.texi (gfc_code): Document BLOCK and ASSOCIATE.Daniel Kraft2-0/+31
2010-07-04re PR fortran/44596 ([OOP] Dynamic dispatch uses broken types)Paul Thomas2-0/+11
2010-07-02re PR fortran/44662 (unitialized memory on testcases abstract_type_6.f03 and ...Mikael Morin2-1/+10
2010-07-02trans-types.h (gfc_add_field_to_struct): Add tree ** parameter.Nathan Froyd5-66/+88
2010-06-29re PR fortran/44718 (Procedure-pointer name is wrongly regarded as "external ...Janus Weil2-0/+7
2010-06-29re PR fortran/44696 ([OOP] ASSOCIATED fails on polymorphic variables)Janus Weil2-0/+8
2010-06-29re PR fortran/44582 (gfortran generates wrong results due to wrong ABI in fun...Paul Thomas2-20/+85
2010-06-28re PR fortran/40158 (Misleading error message for passing a scalar to an array)Paul Thomas2-6/+35
2010-06-28vec.h (vec_heap_free): Add parentheses around free.Nathan Froyd2-9/+23
2010-06-28system.h: Poison GCC_EXCEPT_H for front-end files.Steven Bosscher2-1/+5
2010-06-27gfortran.h (gfc_code): Split backend_decl field into cycle_label and exit_lab...Nathan Froyd4-17/+27
2010-06-27dump-parse-tree.c (show_symbol): Dump target-expression for associate names.Daniel Kraft2-8/+32