aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran
AgeCommit message (Expand)AuthorFilesLines
2011-01-21re PR fortran/47377 (internal compiler error: in fold_convert_loc, at fold-co...Tobias Burnus2-0/+15
2011-01-18re PR fortran/47240 ([F03] segfault with procedure pointer component)Janus Weil3-2/+14
2011-01-17re PR fortran/47331 (ICE in make_decl_rtl, at varasm.c:1133 (with -fopenmp))Jakub Jelinek4-0/+43
2011-01-17re PR fortran/47327 (Documentation: Link to GCC Errors and Warnings options b...Tobias Burnus2-1/+7
2011-01-16re PR fortran/47177 (bad example of using -dM in manual)Tobias Burnus3-41/+79
2011-01-13re PR libfortran/47268 (Documentation: missing (Optional) keyword for paramet...Tobias Burnus2-7/+13
2011-01-13re PR fortran/47260 (DLLEXPORT: TREE_PUBLIC for procedures lost between trans...Kai Tietz2-15/+23
2011-01-13re PR fortran/45848 ([OOP] ICE on invalid code in fortran/symbol.c:2410)Tobias Burnus9-40/+61
2011-01-11re PR fortran/47051 (Wrong reallocate)Paul Thomas2-82/+78
2011-01-09re PR fortran/47224 ([F03] ICE with procedure pointer component)Janus Weil2-15/+6
2011-01-09re PR fortran/38536 (ICE with C_LOC in resolve.c due to not properly going th...Thomas Koenig2-15/+13
2011-01-09re PR fortran/46313 ([OOP] class container naming collisions)Janus Weil2-4/+13
2011-01-08re PR fortran/46405 (Preprocessor generated code can exceed 132 characters)Thomas Koenig2-3/+11
2011-01-08re PR fortran/46896 (Wrong code with transpose(a) passed to subroutine)Paul Thomas11-17/+238
2011-01-08re PR fortran/45777 (Alias analysis broken for arrays where LHS or RHS is a c...Thomas Koenig4-41/+104
2011-01-07re PR fortran/41580 ([OOP] SAME_TYPE_AS and EXTENDS_TYPE_OF - add compile-tim...Tobias Burnus4-5/+106
2011-01-07re PR fortran/47189 ([OOP] calling STORAGE_SIZE on a NULL-initialized class p...Janus Weil7-46/+67
2011-01-06re PR fortran/33117 (Improve error message for generic interface with subrout...Daniel Franke3-40/+44
2011-01-05re PR fortran/47180 ([OOP] EXTENDS_TYPE_OF returns the wrong result for disas...Janus Weil2-1/+7
2011-01-05re PR fortran/47180 ([OOP] EXTENDS_TYPE_OF returns the wrong result for disas...Janus Weil2-14/+19
2011-01-05re PR fortran/46017 (Reject ALLOCATE(a, a%b) as "a%b" depends on the alloca...Thomas Koenig2-9/+64
2011-01-05re PR fortran/47024 ([OOP] STORAGE_SIZE (for polymorphic types): Segfault at ...Janus Weil2-3/+24
2011-01-04re PR fortran/46448 ([OOP] symbol `__copy_...' is already defined)Janus Weil2-0/+8
2011-01-03Update Copyright years for files modified in 2010.Jakub Jelinek12-12/+12
2011-01-03gcc.c (process_command): Update copyright notice dates.Jakub Jelinek2-2/+7
2011-01-03intrinsic.texi (LEADZ): Fix example.Janus Weil2-1/+6
2011-01-02re PR fortran/46408 ([OOP] Segfault when running gfortran.dg/class_allocate_6...Janus Weil2-1/+7
2011-01-02Rotate ChangeLogs.H.J. Lu2-5551/+5557
2010-12-31intrinsic.texi (IANY): Correct section title.Janus Weil2-6/+11
2010-12-31re PR fortran/47065 (Replace trim(a) by a(1:len_trim(a)))Thomas Koenig2-1/+114
2010-12-31re PR fortran/45338 (Failure on interfacing a function passed as an argument ...Thomas Koenig2-3/+12
2010-12-31re PR fortran/46971 ([OOP] ICE on long class names)Janus Weil4-47/+65
2010-12-30re PR fortran/47085 ([OOP] Problem in allocate( SOURCE=) for polymorphic com...Janus Weil3-2/+9
2010-12-29dump_parse_tree.c (show_components): Show ALLOCATABLE.Thomas Koenig2-0/+7
2010-12-29re PR fortran/46838 ([OOP] Initialization of polymorphic allocatable components)Janus Weil2-2/+9
2010-12-29frontend-passes.c (gfc_code_walker): Handle expressions in EXEC_CALL, EXEC_AS...Thomas Koenig2-0/+32
2010-12-28re PR fortran/45827 ([OOP] mio_component_ref(): Component not found)Janus Weil2-0/+9
2010-12-27dump-parse-tree.c (show_typespec): Also show character kind.Thomas Koenig2-0/+5
2010-12-24re PR fortran/31821 (character pointer => target(range) should detect if leng...Thomas Koenig2-24/+60
2010-12-23re PR fortran/46978 (TRANSPOSE with RESHAPE and ALLOCATE: Segfault)Mikael Morin2-2/+9
2010-12-18re PR fortran/46974 (ICE with TRANSFER using a C_PTR entity)Tobias Burnus3-17/+49
2010-12-17re PR fortran/46849 ([OOP] MODULE PROCEDURE resolution does not work in BLOCK...Janus Weil2-1/+10
2010-12-15re PR fortran/46945 (gfortran.dg/unpack_zerosize_1.f90 FAILs with -ftree-vrp ...Jakub Jelinek2-27/+32
2010-12-15Better error message for malloc() failureJanne Blomqvist3-5/+12
2010-12-15PR 28105 Remove size<0 checks before calling malloc/reallocJanne Blomqvist2-70/+17
2010-12-14re PR fortran/46937 (gfortran.dg/pointer_intent_1.f90 FAILs with -fno-inline)Tobias Burnus2-1/+13
2010-12-14re PR fortran/46874 ([OpenMP] ICE in gfc_conv_descriptor_data_get, at fortran...Jakub Jelinek2-8/+26
2010-12-13re PR fortran/46201 ([F03] ICE on procedure pointer component call)Janus Weil2-1/+7
2010-12-13re PR fortran/46841 ([F03] ICE on allocating array of procedure pointers)Janus Weil2-1/+7
2010-12-13re PR fortran/46884 (Use of charlen after free)Jakub Jelinek2-5/+22