aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran
AgeCommit message (Expand)AuthorFilesLines
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
2016-12-21re PR fortran/78866 (ICE in gimplify_adjust_omp_clauses_1, at gimplify.c:8721)Jakub Jelinek3-0/+35
2016-12-21PR 78867 Function returning string ICE with -fltoJanne Blomqvist2-13/+19
2016-12-21iresolve.c (gfc_resolve_ftell): Call "ftell" instead of "ftell2".Francois-Xavier Coudert2-1/+5
2016-12-20Use the middle-end boolean_type_nodeJanne Blomqvist2-4/+4
2016-12-19trans-decl.c (create_main_function): Remove unused elements to the set_option...Francois-Xavier Coudert2-22/+12
2016-12-19trans.h: Remove gfor_fndecl_stop_numeric_f08.Francois-Xavier Coudert4-9/+8
2016-12-19re PR fortran/78545 (Possible correction to online LTIME documentation)Janus Weil2-11/+23
2016-12-18re PR fortran/78545 (Possible correction to online LTIME documentation)Dominique d'Humieres2-9/+34
2016-12-18re PR fortran/78848 ([OOP] ICE on writing CLASS variable with non-typebound D...Janus Weil2-26/+30
2016-12-18re PR fortran/78592 (ICE in gfc_find_specific_dtio_proc, at fortran/interface...Janus Weil2-12/+18
2016-12-17re PR fortran/78239 (ICE in char_len_param_value, at fortran/decl.c:926, with...Thomas Koenig2-2/+10
2016-12-17re PR fortran/78239 (ICE in char_len_param_value, at fortran/decl.c:926, with...Thomas Koenig1-0/+6
2016-12-16re PR fortran/78662 ([F03] Incorrect parsing of quotes in the char-literal-co...Jerry DeLisle2-1/+7
2016-12-16re PR fortran/78757 (ICE with function returning a pointer to a character)Jakub Jelinek2-0/+19
2016-12-15re PR fortran/78798 ([cleanup] some int-valued functions should be bool)Janus Weil3-183/+205
2016-12-15re PR fortran/78800 ([OOP] ICE in compare_parameter, at fortran/interface.c:2...Janus Weil2-9/+19
2016-12-14Split omp-low into multiple filesMartin Jambor2-1/+6
2016-12-14re PR fortran/78780 ([Coarray] ICE in conv_caf_send, at fortran/trans-intrins...Andre Vehreschild2-4/+19
2016-12-14re PR fortran/78672 (Gfortran test suite failures with a sanitized compiler)Andre Vehreschild9-40/+76
2016-12-13re PR fortran/78798 ([cleanup] some int-valued functions should be bool)Janus Weil5-29/+35
2016-12-13re PR fortran/77785 ([Coarray] ICE in gfc_get_caf_token_offset, at fortran/tr...Andre Vehreschild3-2/+12
2016-12-13re PR fortran/78737 ([OOP] linking error with deferred, undefined user-define...Janus Weil4-18/+62
2016-12-12re PR fortran/78392 (ICE in gfc_trans_auto_array_allocation, at fortran/trans...Janus Weil3-25/+16
2016-12-10re PR fortran/78226 (Fill out location information everywhere)Thomas Koenig4-0/+85
2016-12-10re PR fortran/78350 (ICE in gfc_code2string(): Bad code, at fortran/misc.c:193)Paul Thomas2-23/+10
2016-12-09re PR fortran/77903 ([F08] gfortran 6.1.0/7.0.0 accept invalid code with conf...Paul Thomas5-28/+41
2016-12-09re PR fortran/61767 ([OOP] ICE in generate_finalization_wrapper at fortran/cl...Janus Weil2-14/+19