aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran
AgeCommit message (Expand)AuthorFilesLines
2017-03-28re PR fortran/78661 ([OOP] Namelist output missing object designator under DTIO)Janus Weil2-14/+51
2017-03-25re PR fortran/80156 (Generic DTIO interface reported missing if public statem...Paul Thomas2-14/+14
2017-03-22Also fixed by revision r246391.Dominique d'Humieres1-0/+5
2017-03-22re PR fortran/39239 (Reject SAVEd variables EQUIVALENCEd to a COMMON)Nicolas Koenig1-0/+5
2017-03-22ChangeLog: Add forgotten entry for r246322.Nicolas Koenig1-0/+7
2017-03-22re PR fortran/79602 (translation: globally replace '%s' with %qs)Dominique d'Humieres11-39/+63
2017-03-22re PR fortran/80142 (Warning: No location in expression ... with -O / -ffront...Thomas Koenig2-1/+8
2017-03-21re PR fortran/69498 (ICE on disjunct cases with displaced or incomplete embed...Nicolas Koenig1-0/+1
2017-03-20re PR fortran/39239 (Reject SAVEd variables EQUIVALENCEd to a COMMON)Nicolas Koenig1-0/+1
2017-03-18re PR fortran/79676 ([submodules] Compilation/linking error when module proce...Paul Thomas2-7/+23
2017-03-18re PR fortran/71838 (ICE with OpenCoarrays on submodule)Paul Thomas2-3/+22
2017-03-17re PR fortran/79841 (Inconsistent diagnostics in fortran/openmp.c, function c...Jerry DeLisle2-3/+8
2017-03-16re PR fortran/80010 (diagnostics: typo $!)Jakub Jelinek4-8/+15
2017-03-16re PR fortran/79886 (ICE in pp_format, at pretty-print.c:681)Jakub Jelinek3-5/+23
2017-03-15Fix translation issue with character length * errors (PR fortran/79860)David Malcolm2-4/+11
2017-03-06re PR fortran/79894 (ICE in gfc_add_modify_loc, at fortran/trans.c:159)Richard Biener2-2/+7
2017-03-05check.c (positive_check): Add new function checking constant for being greate...Andre Vehreschild22-13/+526
2017-03-04re PR fortran/79841 (Inconsistent diagnostics in fortran/openmp.c, function c...Jerry DeLisle2-1/+6
2017-02-28re PR fortran/79739 (ICE with some interesting code)Paul Thomas2-3/+11
2017-02-28i386.c: Include intl.h.Jakub Jelinek4-12/+21
2017-02-26re PR libfortran/51119 (MATMUL slow for large matrices)Thomas Koenig3-6/+18
2017-02-25re PR fortran/79597 (Incomplete error message "Expecting %<END INTERFACE OPER...Dominique d'Humieres2-3/+15
2017-02-20re PR fortran/79599 (typo in diagnostic gfc_error ("DTIO dummy argument at %L...Paul Thomas2-2/+14
2017-02-20re PR fortran/79382 (DTIO ICE)Paul Thomas2-0/+21
2017-02-20re PR fortran/79434 ([submodules] separate module procedure breaks encapsulat...Paul Thomas2-6/+35
2017-02-19re PR fortran/79447 ([F08] gfortran rejects valid & accepts invalid internal ...Paul Thomas2-6/+16
2017-02-19re PR fortran/79229 (ICE in gfc_trans_assignment_1 with -fcheck=mem)Andre Vehreschild2-3/+12
2017-02-19re PR fortran/79402 (ICE with submodules: module procedure interface defined ...Paul Thomas2-0/+40
2017-02-19re PR fortran/79335 (Conditional jump or move depends on uninitialised in val...Andre Vehreschild3-5/+18
2017-02-13cprop.c (cprop_jump): Add missing space in string literal.Jakub Jelinek2-1/+5
2017-02-12re PR fortran/65542 (SPREAD intrinsic incorrectly accepted in initialization ...Thomas Koenig2-0/+28
2017-02-09gimplify.c (gimplify_scan_omp_clauses): No special handling for OMP_CLAUSE_TILE.Chung-Lin Tang3-2/+24
2017-02-07trans-types.c (gfc_get_int_kind_from_width_isofortranen): Choose REAL type wi...Steven G. Kargl2-7/+28
2017-02-05re PR fortran/79344 (segmentation faults and run-time errors)Andre Vehreschild2-5/+14
2017-02-05re PR fortran/79335 (Conditional jump or move depends on uninitialised in val...Andre Vehreschild2-0/+16
2017-02-05re PR fortran/78958 (Unallocated memory access after SOURCE-ALLOCATEing unlim...Andre Vehreschild2-8/+21
2017-02-05re PR fortran/79230 ([OOP] Run time error: double free or corruption)Andre Vehreschild2-2/+16
2017-01-25re PR lto/79061 ([LTO][ASAN] LTO plus ASAN fails with "AddressSanitizer: init...Maxim Ostapenko2-1/+9
2017-01-23arith.c (arith_power): If simplifying integer power expression to zero...Thomas Koenig2-0/+9
2017-01-22re PR fortran/79154 (omp declare simd in pure function?)Jakub Jelinek2-19/+71
2017-01-21gfc-internals.texi (Symbol Versioning): Change references to www.akkadia.org ...Gerald Pfeifer2-2/+7
2017-01-21gfortran.h (gfc_extract_int): Change return type to bool.Jakub Jelinek19-150/+201
2017-01-19Add missing period at end of -ftest-forall-temp option text.Louis Krupp1-1/+1
2017-01-19re PR fortran/70696 ([Coarray] ICE on EVENT POST of host-associated EVENT_TYP...Andre Vehreschild2-1/+9
2017-01-18re PR fortran/50069 (FORALL fails on a character array)Louis Krupp5-94/+134
2017-01-18coarray_alloc_with_implicit_sync_2.f90: New test.Andre Vehreschild3-11/+32
2017-01-18gfortran.texi: Add missing parameters to caf-API functions.Andre Vehreschild2-323/+359
2017-01-18re PR fortran/70696 ([Coarray] ICE on EVENT POST of host-associated EVENT_TYP...Andre Vehreschild3-5/+15
2017-01-13Revert r244448Janne Blomqvist23-369/+144
2017-01-13PR 78534 Change character length from int to size_tJanne Blomqvist23-144/+369