aboutsummaryrefslogtreecommitdiff
path: root/libgfortran
AgeCommit message (Expand)AuthorFilesLines
2017-03-28re PR fortran/78661 ([OOP] Namelist output missing object designator under DTIO)Janus Weil2-10/+23
2017-03-27list_read.c: Insert /* Fall through.Dominique d'Humieres2-1/+7
2017-03-25re PR fortran/78881 ([F03] reading from string with DTIO procedure does not w...Jerry DeLisle4-21/+74
2017-03-17re PR libfortran/79956 (many new -Wmaybe-uninitialized warnings with bootstra...Thomas Koenig13-12/+29
2017-03-15Don't use Win32 functions on CYGWIN.NightStrike4-6/+17
2017-03-15re PR libfortran/79956 (many new -Wmaybe-uninitialized warnings with bootstra...Thomas Koenig15-0/+144
2017-03-11re PR fortran/78854 ([F03] DTIO namelist output not working on internal unit)Jerry DeLisle5-0/+36
2017-03-10re PR libfortran/79956 (many new -Wmaybe-uninitialized warnings with bootstra...Thomas Koenig195-730/+929
2017-03-05check.c (positive_check): Add new function checking constant for being greate...Andre Vehreschild3-6/+102
2017-03-02matmul.m4 (matmul_'rtype_code`): Avoid race condition on storing function poi...Thomas Koenig15-154/+257
2017-03-02re PR libfortran/78379 (Processor-specific versions for matmul)Thomas Koenig15-91/+62
2017-02-27Don't try to use rand_s on CYGWINJanne Blomqvist2-1/+6
2017-02-20re PR fortran/79382 (DTIO ICE)Paul Thomas2-0/+34
2017-01-31re PR fortran/79305 (real128 - undefined reference to cexpl)Steven G. Kargl3-2/+8
2017-01-19re PR target/78478 (Compile Error for i386-rtems)Uros Bizjak5-1/+55
2017-01-19re PR target/79127 (Error: invalid register for .seh_savexmm in matmul_i4.c)Jakub Jelinek3-2/+24
2017-01-17re PR other/79046 (g++ -print-file-name=plugin uses full version number in path)Jakub Jelinek5-4/+36
2017-01-13Revert r244448Janne Blomqvist13-59/+37
2017-01-13PR 78534 Change character length from int to size_tJanne Blomqvist13-37/+59
2017-01-13re PR fortran/70696 ([Coarray] ICE on EVENT POST of host-associated EVENT_TYP...Andre Vehreschild2-2/+11
2017-01-07re PR fortran/78781 ([Coarray] ICE in gfc_deallocate_scalar_with_status, at f...Andre Vehreschild2-4/+24
2017-01-03PR 78534 Revert r244011Janne Blomqvist13-59/+37
2017-01-03PR 78534 Change character length from int to size_tJanne Blomqvist13-37/+59
2017-01-01Update copyright years.Jakub Jelinek629-2161/+2170
2016-12-21random.c: Do not include <sys/types.h> header.Francois-Xavier Coudert126-135/+134
2016-12-21libgfortran.h: Include <stdlib.h> header.Francois-Xavier Coudert381-394/+399
2016-12-21abort.c: Remove unused headers.Francois-Xavier Coudert360-397/+378
2016-12-21re PR libfortran/70311 (libgfortran build dies on "implicit declaration of fu...Francois-Xavier Coudert4-1/+10
2016-12-21iresolve.c (gfc_resolve_ftell): Call "ftell" instead of "ftell2".Francois-Xavier Coudert3-21/+8
2016-12-21gfortran.map: Move all _gfortran_* __iso_c_binding_* symbols to GFORTRAN_7.Francois-Xavier Coudert2-394/+363
2016-12-19trans-decl.c (create_main_function): Remove unused elements to the set_option...Francois-Xavier Coudert2-12/+9
2016-12-19Remove unused functions, take 2.Janne Blomqvist45-3062/+4
2016-12-19trans.h: Remove gfor_fndecl_stop_numeric_f08.Francois-Xavier Coudert3-19/+5
2016-12-19* Makefile.in: Regenerate.François-Xavier Coudert1-31/+13
2016-12-19Makefile.am: Remove ISO_C_BINDING runtime functions.Francois-Xavier Coudert6-733/+9
2016-12-19Makefile.am: Remove intrinsics/bit_intrinsics.c.Francois-Xavier Coudert5-160/+17
2016-12-19Remove unused libgfortran functionsJanne Blomqvist6-563/+104
2016-12-19chmod.c (chmod_internal): Fix case where mode_t is different from unsigned int.Francois-Xavier Coudert2-7/+6
2016-12-18re PR fortran/78545 (Possible correction to online LTIME documentation)Dominique d'Humieres2-4/+9
2016-12-16re PR fortran/78662 ([F03] Incorrect parsing of quotes in the char-literal-co...Jerry DeLisle2-16/+39
2016-12-12Disable hwcaps on libgfortranRainer Orth6-371/+445
2016-12-03re PR libfortran/78379 (Processor-specific versions for matmul)Thomas Koenig22-516/+29850
2016-11-30single.c (_gfortran_caf_get_by_ref): Prevent compile time warning.Andre Vehreschild2-2/+9
2016-11-30single.c (_gfortran_caf_is_present): Prevent fallthrough warnings.Andre Vehreschild1-0/+2
2016-11-30libcaf.h: Add new action types for (de-)registration of allocatable component...Andre Vehreschild3-8/+149
2016-11-16re PR libfortran/51119 (MATMUL slow for large matrices)Jerry DeLisle3-2/+8
2016-11-16[PR libgfortran/78314] Fix ieee_support_haltingSzabolcs Nagy2-1/+40
2016-11-15[multiple changes]Jerry DeLisle17-1138/+4436
2016-11-15config-ml.in: Remove references to GCJ.Matthias Klose2-1/+4
2016-11-03Default missing exponents to 0 with -fdec.Fritz Reese4-3/+35