aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran
AgeCommit message (Expand)AuthorFilesLines
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
2017-01-13re PR fortran/70697 ([Coarray] ICE on EVENT WAIT with array element UNTIL_COU...Andre Vehreschild2-4/+13
2017-01-13re PR fortran/70696 ([Coarray] ICE on EVENT POST of host-associated EVENT_TYP...Andre Vehreschild2-0/+10
2017-01-09re PR translation/79019 (translatable string typo in cif-code.def:141)Jakub Jelinek5-30/+41
2017-01-08PR tree-optimization/78913 - Probably misleading error reported by -Wformat-l...Martin Sebor3-2/+10
2017-01-07re PR fortran/78781 ([Coarray] ICE in gfc_deallocate_scalar_with_status, at f...Andre Vehreschild13-102/+278
2017-01-06system.h (GCC_DIAGNOSTIC_PUSH_IGNORED, [...]): Define.Jakub Jelinek2-3/+8
2017-01-06[bootstrap-O3,fortran] silence warning in simplify_transformation_to_arrayAlexandre Oliva2-1/+15
2017-01-05[bootstrap-O3,fortran] add a NULL initializer to avoid a warning at -O3Alexandre Oliva2-1/+5
2017-01-03PR 78534 Revert r244011Janne Blomqvist23-365/+142
2017-01-03PR 78534 Change character length from int to size_tJanne Blomqvist23-142/+365
2017-01-02PR 78534 Modify string copy to avoid -Wstringop-overflow warningJanne Blomqvist2-33/+28
2017-01-01Update copyright years.Jakub Jelinek74-73/+75
2017-01-01gcc.c (process_command): Update copyright notice dates.Jakub Jelinek7-2988/+3002
2016-12-27gfortran.h (gfc_error): Rename overload with OPT argument to...Jakub Jelinek5-43/+47
2016-12-23class_assign_1.f08: New test.Andre Vehreschild2-16/+40