aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran
AgeCommit message (Expand)AuthorFilesLines
2011-02-12class.c (gfc_build_class_symbol): Reject polymorphic arrays.Janus Weil3-5/+20
2011-02-12re PR fortran/45586 (ICE non-trivial conversion at assignment)Michael Matz2-17/+18
2011-02-11re PR fortran/47550 (PURE with VALUE and w/o INTENT: add gfc_notify_std (GFC_...Tobias Burnus2-8/+28
2011-02-09re PR fortran/47352 ([F03] ICE with proc-pointers in generic procedures)Janus Weil2-1/+10
2011-02-09re PR fortran/47463 ([OOP] ICE in gfc_add_component_ref)Janus Weil2-1/+5
2011-02-09re PR fortran/47637 ([OOP] Memory leak involving INTENT(OUT) CLASS argument w...Janus Weil2-0/+31
2011-02-09io.c (match_io_element): Do not set dt if not inquire.Jerry DeLisle2-1/+6
2011-02-08re PR fortran/45290 ([F08] pointer initialization)Janus Weil2-1/+19
2011-02-07More style fixes from RalfJanne Blomqvist2-21/+21
2011-02-07texinfo fixes suggested by Ralf WildenhuesJanne Blomqvist3-19/+26
2011-02-06Add thread-safety section to menuJanne Blomqvist2-0/+6
2011-02-06Document libgfortran thread-safetyJanne Blomqvist3-2/+56
2011-02-06re PR fortran/47592 (Multiple function invocation with ALLOCATE (SOURCE=REPEA...Paul Thomas2-45/+52
2011-02-05PR 42434 Update SYSTEM_CLOCK documentationJanne Blomqvist2-9/+29
2011-02-02re PR fortran/47082 ([OOP] ICE in gfc_conv_component_ref)Janus Weil3-1/+29
2011-02-02re PR fortran/47572 ([OOP] Invalid: Allocatable polymorphic with init express...Janus Weil2-1/+7
2011-02-01re PR fortran/47565 ([OOP] Segfault with TBP)Janus Weil2-1/+7
2011-01-31re PR fortran/47455 ([OOP] internal compiler error: in fold_convert_loc, at f...Janus Weil2-4/+9
2011-01-31re PR fortran/47519 (Deferred-length string wrong results with character intr...Paul Thomas4-21/+73
2011-01-31re PR fortran/47463 ([OOP] ICE in gfc_add_component_ref)Janus Weil2-4/+9
2011-01-31configure.ac (gcc_cv_ld_static_option): Define.Rainer Orth2-2/+7
2011-01-30re PR fortran/47042 (ICE with character pointer in function)Tobias Burnus2-0/+14
2011-01-30re PR fortran/47042 (ICE with character pointer in function)Tobias Burnus2-0/+30
2011-01-30re PR fortran/47523 (Concatenation with deferred length character with lhs va...Paul Thomas2-2/+22
2011-01-29re PR fortran/47531 (SHAPE misses KIND= support)Tobias Burnus7-19/+44
2011-01-28re PR fortran/47507 (PURE functions with VALUE arguments invalidly rejectd)Tobias Burnus2-5/+13
2011-01-28gfortran.texi (Fortran 2003 status): Mention support for nonconstant namelist...Tobias Burnus2-0/+8
2011-01-28re PR fortran/45170 ([F2003] allocatable character lengths)Paul Thomas10-60/+510
2011-01-27re PR fortran/47474 (Wrong code with allocatable scalar, allocatable componen...Tobias Burnus2-5/+13
2011-01-27re PR fortran/47472 (Rules printed by -M option contains duplicate slash when...Tobias Burnus2-1/+8
2011-01-26re PR fortran/47339 (Fortran 2003/2008: Valid NAMELIST rejected; Fortran 95: ...Tobias Burnus4-66/+78
2011-01-25re PR fortran/47448 (Invalid check for ASSIGNMENT(=))Tobias Burnus2-2/+9
2011-01-23re PR fortran/47421 (Wrong-code: Value of scalar ALLOCATABLE CHARACTER(len=n)...Tobias Burnus2-3/+10
2011-01-22re PR fortran/38536 (ICE with C_LOC in resolve.c due to not properly going th...Thomas Koenig2-0/+49
2011-01-22re PR fortran/47399 ([OOP] ICE with TBP of a PARAMETER)Tobias Burnus2-1/+10
2011-01-21re PR fortran/47394 (Internal compiler error when error count limit is reached)Tobias Burnus3-5/+12
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