aboutsummaryrefslogtreecommitdiff
path: root/libgfortran
AgeCommit message (Expand)Author
2017-04-11close.c: Fix white space in pointer declarations and comment formats where ap...Jerry DeLisle
2017-03-29re PR fortran/78670 ([F03] Incorrect file position with namelist read under D...Jerry DeLisle
2017-03-28re PR fortran/78661 ([OOP] Namelist output missing object designator under DTIO)Janus Weil
2017-03-27list_read.c: Insert /* Fall through.Dominique d'Humieres
2017-03-25re PR fortran/78881 ([F03] reading from string with DTIO procedure does not w...Jerry DeLisle
2017-03-17re PR libfortran/79956 (many new -Wmaybe-uninitialized warnings with bootstra...Thomas Koenig
2017-03-15Don't use Win32 functions on CYGWIN.NightStrike
2017-03-15re PR libfortran/79956 (many new -Wmaybe-uninitialized warnings with bootstra...Thomas Koenig
2017-03-11re PR fortran/78854 ([F03] DTIO namelist output not working on internal unit)Jerry DeLisle
2017-03-10re PR libfortran/79956 (many new -Wmaybe-uninitialized warnings with bootstra...Thomas Koenig
2017-03-05check.c (positive_check): Add new function checking constant for being greate...Andre Vehreschild
2017-03-02matmul.m4 (matmul_'rtype_code`): Avoid race condition on storing function poi...Thomas Koenig
2017-03-02re PR libfortran/78379 (Processor-specific versions for matmul)Thomas Koenig
2017-02-27Don't try to use rand_s on CYGWINJanne Blomqvist
2017-02-20re PR fortran/79382 (DTIO ICE)Paul Thomas
2017-01-31re PR fortran/79305 (real128 - undefined reference to cexpl)Steven G. Kargl
2017-01-19re PR target/78478 (Compile Error for i386-rtems)Uros Bizjak
2017-01-19re PR target/79127 (Error: invalid register for .seh_savexmm in matmul_i4.c)Jakub Jelinek
2017-01-17re PR other/79046 (g++ -print-file-name=plugin uses full version number in path)Jakub Jelinek
2017-01-13Revert r244448Janne Blomqvist
2017-01-13PR 78534 Change character length from int to size_tJanne Blomqvist
2017-01-13re PR fortran/70696 ([Coarray] ICE on EVENT POST of host-associated EVENT_TYP...Andre Vehreschild
2017-01-07re PR fortran/78781 ([Coarray] ICE in gfc_deallocate_scalar_with_status, at f...Andre Vehreschild
2017-01-03PR 78534 Revert r244011Janne Blomqvist
2017-01-03PR 78534 Change character length from int to size_tJanne Blomqvist
2017-01-01Update copyright years.Jakub Jelinek
2016-12-21random.c: Do not include <sys/types.h> header.Francois-Xavier Coudert
2016-12-21libgfortran.h: Include <stdlib.h> header.Francois-Xavier Coudert
2016-12-21abort.c: Remove unused headers.Francois-Xavier Coudert
2016-12-21re PR libfortran/70311 (libgfortran build dies on "implicit declaration of fu...Francois-Xavier Coudert
2016-12-21iresolve.c (gfc_resolve_ftell): Call "ftell" instead of "ftell2".Francois-Xavier Coudert
2016-12-21gfortran.map: Move all _gfortran_* __iso_c_binding_* symbols to GFORTRAN_7.Francois-Xavier Coudert
2016-12-19trans-decl.c (create_main_function): Remove unused elements to the set_option...Francois-Xavier Coudert
2016-12-19Remove unused functions, take 2.Janne Blomqvist
2016-12-19trans.h: Remove gfor_fndecl_stop_numeric_f08.Francois-Xavier Coudert
2016-12-19* Makefile.in: Regenerate.François-Xavier Coudert
2016-12-19Makefile.am: Remove ISO_C_BINDING runtime functions.Francois-Xavier Coudert
2016-12-19Makefile.am: Remove intrinsics/bit_intrinsics.c.Francois-Xavier Coudert
2016-12-19Remove unused libgfortran functionsJanne Blomqvist
2016-12-19chmod.c (chmod_internal): Fix case where mode_t is different from unsigned int.Francois-Xavier Coudert
2016-12-18re PR fortran/78545 (Possible correction to online LTIME documentation)Dominique d'Humieres
2016-12-16re PR fortran/78662 ([F03] Incorrect parsing of quotes in the char-literal-co...Jerry DeLisle
2016-12-12Disable hwcaps on libgfortranRainer Orth
2016-12-03re PR libfortran/78379 (Processor-specific versions for matmul)Thomas Koenig
2016-11-30single.c (_gfortran_caf_get_by_ref): Prevent compile time warning.Andre Vehreschild
2016-11-30single.c (_gfortran_caf_is_present): Prevent fallthrough warnings.Andre Vehreschild
2016-11-30libcaf.h: Add new action types for (de-)registration of allocatable component...Andre Vehreschild
2016-11-16re PR libfortran/51119 (MATMUL slow for large matrices)Jerry DeLisle
2016-11-16[PR libgfortran/78314] Fix ieee_support_haltingSzabolcs Nagy
2016-11-15[multiple changes]Jerry DeLisle