aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran
AgeCommit message (Expand)AuthorFilesLines
2013-05-01frontend-passes.c (optimize_power): Fix typo in comment.Thomas Koenig2-1/+6
2013-04-30re PR fortran/57071 (Optimize (-1)**k to 1 - 2 * mod(K, 2))Thomas Koenig2-0/+24
2013-04-29re PR fortran/57114 (wrong information at http://gcc.gnu.org/onlinedocs/gfort...Tobias Burnus2-2/+8
2013-04-28re PR fortran/57093 (Seg fault on internal output to a character scalar coarray)Tobias Burnus3-5/+12
2013-04-28re PR fortran/57071 (Optimize (-1)**k to 1 - 2 * mod(K, 2))Thomas Koenig2-0/+69
2013-04-25PR 57028 Bootstrap regression wrt zlib.Janne Blomqvist2-1/+9
2013-04-22re PR fortran/53685 (surprising warns about transfer with explicit character ...Janus Weil5-47/+47
2013-04-20re PR fortran/56907 (C_LOC shall not call internal-PACK when an array argumen...Tobias Burnus2-1/+12
2013-04-19re PR fortran/56872 (Incorrect SUM evaluation, involving implied-do loop, wit...Thomas Koenig2-20/+43
2013-04-18expr.c (find_array_element): Don't copy expr.Tobias Burnus6-5/+27
2013-04-18re PR fortran/56994 (Incorrect documentation for Fortran NEAREST intrinsic fu...Tobias Burnus2-1/+6
2013-04-17re PR fortran/56814 (Bogus Interface mismatch in dummy procedure)Janus Weil2-2/+15
2013-04-17PR 40958 Compress module files with zlib.Janne Blomqvist5-95/+196
2013-04-16re PR fortran/39505 (Consider a 'no arg check' directive)Tobias Burnus6-16/+141
2013-04-16re PR fortran/56968 ([F03] Issue with a procedure defined with a generic name...Janus Weil2-1/+11
2013-04-16re PR fortran/56969 (ISO_C_BINDING regression with current trunk)Tobias Burnus2-1/+9
2013-04-15intrinsic.texi (SYSTEM_CLOCK): Recommend kind=8.Tobias Burnus2-1/+5
2013-04-15PR 56919 Improve SYSTEM_CLOCK intrinsic on Windows.Janne Blomqvist2-19/+35
2013-04-15class.c (gfc_find_intrinsic_vtab): Removed unused var.Tobias Burnus7-7/+16
2013-04-14re PR fortran/56816 (ICE in delete_root)Mikael Morin3-7/+17
2013-04-13re PR fortran/55959 ([OOP] ICE in in gfc_simplify_expr, at fortran/expr.c:1920)Janus Weil2-1/+5
2013-04-12re PR fortran/56266 ([OOP] ICE on invalid in gfc_match_varspec)Janus Weil2-4/+11
2013-04-12re PR fortran/56929 ([OOP] [F08] ICE on dummy argument child class with coarr...Tobias Burnus2-3/+13
2013-04-12re PR fortran/56261 ([OOP] seg fault call procedure pointer on polymorphic ar...Janus Weil5-150/+172
2013-04-12re PR fortran/56845 ([OOP] _vptr not set to declared type for CLASS + SAVE)Tobias Burnus2-1/+8
2013-04-12re PR fortran/56845 ([OOP] _vptr not set to declared type for CLASS + SAVE)Tobias Burnus4-33/+89
2013-04-11Replace enum gfc_try with bool type.Janne Blomqvist36-4989/+4849
2013-04-09gfortran.texi (KIND Type Parameters, [...]): Add crossrefs.Tobias Burnus2-11/+159
2013-04-08re PR fortran/56872 (Incorrect SUM evaluation, involving implied-do loop, wit...Thomas Koenig2-1/+13
2013-04-07re PR fortran/56849 (Missing compile-time shape check for RESHAPE assignments...Tobias Burnus2-4/+7
2013-04-04re PR fortran/40881 ([F03] warn for obsolescent features)Janus Weil3-4/+10
2013-04-04re PR fortran/50269 (Wrongly rejects element of assumed-shape array in C_LOC)Tobias Burnus2-6/+30
2013-04-03re PR fortran/56284 ([OOP] ICE with alternate return in type-bound procedure)Janus Weil3-1/+20
2013-04-01re PR fortran/56500 ([OOP] "IMPLICIT CLASS(...)" wrongly rejected)Janus Weil2-0/+10
2013-03-312013-03-31 Tobias Burnus <burnus@net-b.de>Tobias Burnus4-28/+55
2013-03-30ChangeLog: Add commit message from rev.Thomas Koenig1-0/+8
2013-03-30trans-expr.c (build_memcmp_call): New function.Thomas Koenig1-0/+46
2013-03-29re PR fortran/35203 (OPTIONAL, VALUE actual argument cannot be an INTEGER 0)Tobias Burnus3-7/+105
2013-03-29re PR libfortran/56737 (Wrong I/O result with format cache for Hollerith stri...Tobias Burnus1-7/+0
2013-03-29re PR fortran/56735 (Namelist Read Error with question marks)Tobias Burnus1-0/+7
2013-03-28re PR fortran/45159 (Unnecessary temporaries)Thomas Koenig4-10/+296
2013-03-28re PR fortran/55806 (Missed optimization with ANY or ALL)Thomas Koenig2-1/+106
2013-03-27re PR fortran/56650 (Odd error messages with C_SIZEOF for valid code)Tobias Burnus6-18/+156
2013-03-27PR 25708 Use a temporary buffer when parsing module files.Janne Blomqvist2-13/+54
2013-03-26re PR fortran/56649 (ICE gfc_conv_structure with MERGE)Tobias Burnus2-4/+44
2013-03-25re PR fortran/38536 (ICE with C_LOC in resolve.c due to not properly going th...Tobias Burnus17-1465/+1181
2013-03-19Yet another ChangeLog fix.Jakub Jelinek1-1/+1
2013-03-18gfortran.h (gfc_option_t): Remove flag_whole_file.Tobias Burnus9-107/+58
2013-03-15re PR fortran/56615 (Wrong code with TRANSFER of arrays of character with str...Tobias Burnus2-3/+8
2013-03-11gfortran.texi (STRUCTURE and RECORD): State more clearly how to convert them ...Tobias Burnus2-4/+18