aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/iresolve.c
AgeCommit message (Expand)AuthorFilesLines
2020-06-25PR fortran/95827 - Buffer overflows with submodules and coarraysHarald Anlauf1-2/+2
2020-06-22PR fortran/95688 - ICE in gfc_get_string, at fortran/iresolve.c:70Harald Anlauf1-2/+2
2020-06-05PR fortran/95090 - ICE: identifier overflowHarald Anlauf1-1/+2
2020-04-07Fix PR fortran/93871 and re-implement degree-valued trigonometric intrinsics.Fritz Reese1-232/+24
2020-01-30Remove check for maximum symbol name length.Andrew Benson1-1/+4
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-12-30Remove KIND argument from INDEX so it does not mess up scalarization.Thomas Koenig1-4/+21
2019-03-18re PR fortran/68009 (prototype for gfortran_runtime_error with inline matmul)Thomas Koenig1-0/+5
2019-01-07re PR fortran/45424 ([F08] Add IS_CONTIGUOUS intrinsic)Thomas Koenig1-0/+9
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-10-28re PR fortran/54613 ([F08] Add FINDLOC plus support MAXLOC/MINLOC with KIND=/...Thomas Koenig1-0/+109
2018-09-20gfortran.h (gfc_str_startswith): New macro.Janus Weil1-1/+1
2018-06-01re PR fortran/63570 ([F2018] Implement 13.7.137 RANDOM INIT (REPEATABLE, IMAG...Steven G. Kargl1-0/+11
2018-03-14check.c (gfc_check_kill_sub): Remove check for INTEGER(4) or (8).Steven G. Kargl1-29/+0
2018-03-11check.c (gfc_check_kill): Check pid and sig are scalar.Steven G. Kargl1-3/+7
2018-01-26Partial Failed Images patchDamian Rouson1-22/+48
2018-01-15re PR fortran/54613 ([F08] Add FINDLOC plus support MAXLOC/MINLOC with KIND=/...Thomas Koenig1-2/+20
2018-01-05PR 78534 Change character length from int to size_tJanne Blomqvist1-8/+7
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-12-03re PR fortran/36313 ([F03] {MIN,MAX}{LOC,VAL} should accept character arguments)Thomas Koenig1-6/+16
2017-11-22re PR fortran/36313 ([F03] {MIN,MAX}{LOC,VAL} should accept character arguments)Thomas Koenig1-2/+24
2017-11-04re PR fortran/29600 ([F03] MINLOC and MAXLOC take an optional KIND argument)Thomas Koenig1-4/+56
2017-03-05check.c (positive_check): Add new function checking constant for being greate...Andre Vehreschild1-0/+49
2017-01-21gfortran.h (gfc_extract_int): Change return type to bool.Jakub Jelinek1-13/+25
2017-01-13Revert r244448Janne Blomqvist1-2/+3
2017-01-13PR 78534 Change character length from int to size_tJanne Blomqvist1-3/+2
2017-01-03PR 78534 Revert r244011Janne Blomqvist1-2/+3
2017-01-03PR 78534 Change character length from int to size_tJanne Blomqvist1-3/+2
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-12-21iresolve.c (gfc_resolve_ftell): Call "ftell" instead of "ftell2".Francois-Xavier Coudert1-1/+1
2016-11-07re PR fortran/78226 (Fill out location information everywhere)Thomas Koenig1-0/+8
2016-10-11iresolve.c (is_trig_resolved, [...]): Formatting fixes.Jakub Jelinek1-24/+22
2016-10-11Fix bad commit for -fdec-math.Fritz Reese1-2/+2
2016-10-11simplify.c (radians_f): Fix mpdr_mod.Jerry DeLisle1-0/+1
2016-10-11New flag -fdec-math for COTAN and degree trig intrinsics.Fritz Reese1-0/+233
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-12-02check.c (gfc_check_event_query): New function.Tobias Burnus1-0/+6
2015-11-11decl.c: Remove unused header files.Andrew MacLeod1-2/+0
2015-10-29decl.c: Reorder #include's and remove duplicates.Andrew MacLeod1-3/+3
2015-08-28re PR fortran/53668 (Cray-pointer diagnostic enhancement)Francois-Xavier Coudert1-36/+0
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-2/+1
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod1-1/+0
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod1-3/+0
2015-06-04re PR fortran/58749 (PACK(ADJUSTL([" a"," b"]), [.TRUE.,.FALSE.]) causes an i...Thomas Koenig1-0/+6
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-3/+0
2015-05-06re PR fortran/37131 (inline matmul for small matrix sizes)Thomas Koenig1-0/+13
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-0/+10
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-06-15re PR fortran/28484 ([F03] system_clock with real-type count_rate does not co...Francois-Xavier Coudert1-7/+8
2014-05-25check.c (gfc_check_num_images): New.Tobias Burnus1-2/+3