summaryrefslogtreecommitdiff
path: root/gcc/fortran/iresolve.c
AgeCommit message (Expand)Author
2020-04-07Fix PR fortran/93871 and re-implement degree-valued trigonometric intrinsics.Fritz Reese
2020-01-30Remove check for maximum symbol name length.Andrew Benson
2020-01-01Update copyright years.Jakub Jelinek
2019-12-30Remove KIND argument from INDEX so it does not mess up scalarization.Thomas Koenig
2019-03-18re PR fortran/68009 (prototype for gfortran_runtime_error with inline matmul)Thomas Koenig
2019-01-07re PR fortran/45424 ([F08] Add IS_CONTIGUOUS intrinsic)Thomas Koenig
2019-01-01Update copyright years.Jakub Jelinek
2018-10-28re PR fortran/54613 ([F08] Add FINDLOC plus support MAXLOC/MINLOC with KIND=/...Thomas Koenig
2018-09-20gfortran.h (gfc_str_startswith): New macro.Janus Weil
2018-06-01re PR fortran/63570 ([F2018] Implement 13.7.137 RANDOM INIT (REPEATABLE, IMAG...Steven G. Kargl
2018-03-14check.c (gfc_check_kill_sub): Remove check for INTEGER(4) or (8).Steven G. Kargl
2018-03-11check.c (gfc_check_kill): Check pid and sig are scalar.Steven G. Kargl
2018-01-26Partial Failed Images patchDamian Rouson
2018-01-15re PR fortran/54613 ([F08] Add FINDLOC plus support MAXLOC/MINLOC with KIND=/...Thomas Koenig
2018-01-05PR 78534 Change character length from int to size_tJanne Blomqvist
2018-01-03Update copyright years.Jakub Jelinek
2017-12-03re PR fortran/36313 ([F03] {MIN,MAX}{LOC,VAL} should accept character arguments)Thomas Koenig
2017-11-22re PR fortran/36313 ([F03] {MIN,MAX}{LOC,VAL} should accept character arguments)Thomas Koenig
2017-11-04re PR fortran/29600 ([F03] MINLOC and MAXLOC take an optional KIND argument)Thomas Koenig
2017-03-05check.c (positive_check): Add new function checking constant for being greate...Andre Vehreschild
2017-01-21gfortran.h (gfc_extract_int): Change return type to bool.Jakub Jelinek
2017-01-13Revert r244448Janne Blomqvist
2017-01-13PR 78534 Change character length from int to size_tJanne Blomqvist
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-21iresolve.c (gfc_resolve_ftell): Call "ftell" instead of "ftell2".Francois-Xavier Coudert
2016-11-07re PR fortran/78226 (Fill out location information everywhere)Thomas Koenig
2016-10-11iresolve.c (is_trig_resolved, [...]): Formatting fixes.Jakub Jelinek
2016-10-11Fix bad commit for -fdec-math.Fritz Reese
2016-10-11simplify.c (radians_f): Fix mpdr_mod.Jerry DeLisle
2016-10-11New flag -fdec-math for COTAN and degree trig intrinsics.Fritz Reese
2016-01-04Update copyright years.Jakub Jelinek
2015-12-02check.c (gfc_check_event_query): New function.Tobias Burnus
2015-11-11decl.c: Remove unused header files.Andrew MacLeod
2015-10-29decl.c: Reorder #include's and remove duplicates.Andrew MacLeod
2015-08-28re PR fortran/53668 (Cray-pointer diagnostic enhancement)Francois-Xavier Coudert
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod
2015-06-04re PR fortran/58749 (PACK(ADJUSTL([" a"," b"]), [.TRUE.,.FALSE.]) causes an i...Thomas Koenig
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod
2015-05-06re PR fortran/37131 (inline matmul for small matrix sizes)Thomas Koenig
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison
2015-01-05Update copyright years.Jakub Jelinek
2014-06-15re PR fortran/28484 ([F03] system_clock with real-type count_rate does not co...Francois-Xavier Coudert
2014-05-25check.c (gfc_check_num_images): New.Tobias Burnus
2014-01-02Update copyright years in gcc/Richard Sandiford
2013-11-19Factor unrelated declarations out of tree.h.Diego Novillo
2013-04-07re PR fortran/56849 (Missing compile-time shape check for RESHAPE assignments...Tobias Burnus