summaryrefslogtreecommitdiff
path: root/gcc/fortran
Commit message (Expand)AuthorAgeFilesLines
* re PR fortran/47448 (Invalid check for ASSIGNMENT(=))Tobias Burnus2011-01-252-2/+9
* re PR fortran/47421 (Wrong-code: Value of scalar ALLOCATABLE CHARACTER(len=n)...Tobias Burnus2011-01-232-3/+10
* re PR fortran/38536 (ICE with C_LOC in resolve.c due to not properly going th...Thomas Koenig2011-01-222-0/+49
* re PR fortran/47399 ([OOP] ICE with TBP of a PARAMETER)Tobias Burnus2011-01-222-1/+10
* re PR fortran/47394 (Internal compiler error when error count limit is reached)Tobias Burnus2011-01-213-5/+12
* re PR fortran/47377 (internal compiler error: in fold_convert_loc, at fold-co...Tobias Burnus2011-01-212-0/+15
* re PR fortran/47240 ([F03] segfault with procedure pointer component)Janus Weil2011-01-183-2/+14
* re PR fortran/47331 (ICE in make_decl_rtl, at varasm.c:1133 (with -fopenmp))Jakub Jelinek2011-01-174-0/+43
* re PR fortran/47327 (Documentation: Link to GCC Errors and Warnings options b...Tobias Burnus2011-01-172-1/+7
* re PR fortran/47177 (bad example of using -dM in manual)Tobias Burnus2011-01-163-41/+79
* re PR libfortran/47268 (Documentation: missing (Optional) keyword for paramet...Tobias Burnus2011-01-132-7/+13
* re PR fortran/47260 (DLLEXPORT: TREE_PUBLIC for procedures lost between trans...Kai Tietz2011-01-132-15/+23
* re PR fortran/45848 ([OOP] ICE on invalid code in fortran/symbol.c:2410)Tobias Burnus2011-01-139-40/+61
* re PR fortran/47051 (Wrong reallocate)Paul Thomas2011-01-112-82/+78
* re PR fortran/47224 ([F03] ICE with procedure pointer component)Janus Weil2011-01-092-15/+6
* re PR fortran/38536 (ICE with C_LOC in resolve.c due to not properly going th...Thomas Koenig2011-01-092-15/+13
* re PR fortran/46313 ([OOP] class container naming collisions)Janus Weil2011-01-092-4/+13
* re PR fortran/46405 (Preprocessor generated code can exceed 132 characters)Thomas Koenig2011-01-082-3/+11
* re PR fortran/46896 (Wrong code with transpose(a) passed to subroutine)Paul Thomas2011-01-0811-17/+238
* re PR fortran/45777 (Alias analysis broken for arrays where LHS or RHS is a c...Thomas Koenig2011-01-084-41/+104
* re PR fortran/41580 ([OOP] SAME_TYPE_AS and EXTENDS_TYPE_OF - add compile-tim...Tobias Burnus2011-01-074-5/+106
* re PR fortran/47189 ([OOP] calling STORAGE_SIZE on a NULL-initialized class p...Janus Weil2011-01-077-46/+67
* re PR fortran/33117 (Improve error message for generic interface with subrout...Daniel Franke2011-01-063-40/+44
* re PR fortran/47180 ([OOP] EXTENDS_TYPE_OF returns the wrong result for disas...Janus Weil2011-01-052-1/+7
* re PR fortran/47180 ([OOP] EXTENDS_TYPE_OF returns the wrong result for disas...Janus Weil2011-01-052-14/+19
* re PR fortran/46017 (Reject ALLOCATE(a, a%b) as "a%b" depends on the alloca...Thomas Koenig2011-01-052-9/+64
* re PR fortran/47024 ([OOP] STORAGE_SIZE (for polymorphic types): Segfault at ...Janus Weil2011-01-052-3/+24
* re PR fortran/46448 ([OOP] symbol `__copy_...' is already defined)Janus Weil2011-01-042-0/+8
* Update Copyright years for files modified in 2010.Jakub Jelinek2011-01-0312-12/+12
* gcc.c (process_command): Update copyright notice dates.Jakub Jelinek2011-01-032-2/+7
* intrinsic.texi (LEADZ): Fix example.Janus Weil2011-01-032-1/+6
* re PR fortran/46408 ([OOP] Segfault when running gfortran.dg/class_allocate_6...Janus Weil2011-01-022-1/+7
* Rotate ChangeLogs.H.J. Lu2011-01-022-5551/+5557
* intrinsic.texi (IANY): Correct section title.Janus Weil2010-12-312-6/+11
* re PR fortran/47065 (Replace trim(a) by a(1:len_trim(a)))Thomas Koenig2010-12-312-1/+114
* re PR fortran/45338 (Failure on interfacing a function passed as an argument ...Thomas Koenig2010-12-312-3/+12
* re PR fortran/46971 ([OOP] ICE on long class names)Janus Weil2010-12-314-47/+65
* re PR fortran/47085 ([OOP] Problem in allocate( SOURCE=) for polymorphic com...Janus Weil2010-12-303-2/+9
* dump_parse_tree.c (show_components): Show ALLOCATABLE.Thomas Koenig2010-12-292-0/+7
* re PR fortran/46838 ([OOP] Initialization of polymorphic allocatable components)Janus Weil2010-12-292-2/+9
* frontend-passes.c (gfc_code_walker): Handle expressions in EXEC_CALL, EXEC_AS...Thomas Koenig2010-12-292-0/+32
* re PR fortran/45827 ([OOP] mio_component_ref(): Component not found)Janus Weil2010-12-282-0/+9
* dump-parse-tree.c (show_typespec): Also show character kind.Thomas Koenig2010-12-272-0/+5
* re PR fortran/31821 (character pointer => target(range) should detect if leng...Thomas Koenig2010-12-242-24/+60
* re PR fortran/46978 (TRANSPOSE with RESHAPE and ALLOCATE: Segfault)Mikael Morin2010-12-232-2/+9
* re PR fortran/46974 (ICE with TRANSFER using a C_PTR entity)Tobias Burnus2010-12-183-17/+49
* re PR fortran/46849 ([OOP] MODULE PROCEDURE resolution does not work in BLOCK...Janus Weil2010-12-172-1/+10
* re PR fortran/46945 (gfortran.dg/unpack_zerosize_1.f90 FAILs with -ftree-vrp ...Jakub Jelinek2010-12-152-27/+32
* Better error message for malloc() failureJanne Blomqvist2010-12-153-5/+12
* PR 28105 Remove size<0 checks before calling malloc/reallocJanne Blomqvist2010-12-152-70/+17