aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/expr.c
AgeCommit message (Expand)AuthorFilesLines
2017-08-28re PR fortran/81770 (Bogus warning: Pointer in pointer assignment might outli...Janus Weil1-1/+2
2017-08-01re PR fortran/53542 (Diagnostic of USE-associated variables shows original in...Dominique d'Humieres1-1/+1
2017-06-04i386.c (make_resolver_func): Update.Jan Hubicka1-1/+1
2017-05-17re PR fortran/80668 (wrong error message with -finit-derived)Fritz Reese1-2/+6
2017-05-15re PR fortran/80752 (ICE with wrong type initialization)Steven G. Kargl1-1/+6
2017-04-10re PR fortran/80046 ([F03] Explicit interface required: pointer argument)Janus Weil1-13/+29
2017-03-22re PR fortran/79602 (translation: globally replace '%s' with %qs)Dominique d'Humieres1-3/+3
2017-01-21gfortran.h (gfc_extract_int): Change return type to bool.Jakub Jelinek1-9/+25
2017-01-13Revert r244448Janne Blomqvist1-35/+7
2017-01-13PR 78534 Change character length from int to size_tJanne Blomqvist1-7/+35
2017-01-07re PR fortran/78781 ([Coarray] ICE in gfc_deallocate_scalar_with_status, at f...Andre Vehreschild1-3/+14
2017-01-03PR 78534 Revert r244011Janne Blomqvist1-35/+7
2017-01-03PR 78534 Change character length from int to size_tJanne Blomqvist1-7/+35
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-12-13re PR fortran/78798 ([cleanup] some int-valued functions should be bool)Janus Weil1-12/+11
2016-12-12re PR fortran/78392 (ICE in gfc_trans_auto_array_allocation, at fortran/trans...Janus Weil1-23/+5
2016-12-03expr.c (gfc_build_conversion): Remove unneeded initialization.Steven G. Kargl1-2/+0
2016-12-02[multiple changes]Janus Weil1-3/+3
2016-11-24re PR fortran/78500 (ICE in gfc_check_vardef_context, at fortran/expr.c:5289)Steven G. Kargl1-1/+2
2016-11-22re PR fortran/78479 (ICE in gfc_apply_init, at fortran/expr.c:4135)Steven G. Kargl1-1/+6
2016-11-09[multiple changes]Janus Weil1-5/+5
2016-11-08re PR fortran/68440 ([OOP] ICE on declaring class variable with wrong attribute)Janus Weil1-1/+1
2016-11-08re PR fortran/77596 ([F03] procedure pointer component with implicit interfac...Janus Weil1-9/+18
2016-11-07re PR fortran/78226 (Fill out location information everywhere)Thomas Koenig1-0/+1
2016-11-06allocate_with_source_14.f03: Fixed number mallocs occuring.Andre Vehreschild1-1/+23
2016-10-27Fix initialization of UNIONs with -finit-derived.Fritz Reese1-0/+91
2016-10-25re PR fortran/45516 ([F08] allocatable compontents of recursive type)Paul Thomas1-7/+8
2016-09-19libcaf.h: Add caf_reference_type.Andre Vehreschild1-3/+10
2016-08-15lang.opt, [...]: New flag -finit-derived.Fritz Reese1-12/+267
2016-07-22expr.c (gfc_find_stat_co): Fixed whitespaces.Andre Vehreschild1-3/+3
2016-07-05Second review of STAT= patch + testsAlessandro Fanfarillo1-0/+17
2016-05-14re PR fortran/71047 (Allocatable component of INTENT(OUT) dummy not set corre...Fritz Reese1-1/+4
2016-05-07re PR fortran/56226 (Add support for DEC UNION and MAP extensions)Fritz Reese1-6/+7
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-12-18re PR fortran/68196 (ICE on function result with procedure pointer component)Paul Thomas1-1/+1
2015-12-12re PR fortran/45859 ([Coarray, F2008, IR] Rejects valid actuals to coarray du...Tobias Burnus1-3/+3
2015-12-02check.c (gfc_check_event_query): New function.Tobias Burnus1-0/+13
2015-11-17re PR fortran/65751 (Bogus &L in error message)Dominique d'Humieres1-5/+4
2015-11-16re PR fortran/58027 ("Arithmetic overflow converting ..." in PARAMETER trigge...Steven G. Kargl1-5/+22
2015-09-28[multiple changes]Paul Thomas1-0/+9
2015-09-10re PR fortran/67526 (ICE on missing end parenthesis in substring construct)Steven G. Kargl1-7/+11
2015-08-07re PR fortran/64104 ([F2003][IEEE] Allow IEEE functions in specification expr...Francois-Xavier Coudert1-6/+31
2015-07-09flags.h: Don't include flag-types.h or options.h.Andrew MacLeod1-1/+1
2015-06-06re PR fortran/47359 (Recursive functions of intrinsic names generates invalid...Thomas Koenig1-49/+0
2015-05-23re PR fortran/44054 (Handle -Werror, -Werror=, -fdiagnostics-show-option, !GC...Manuel López-Ibáñez1-7/+7
2015-05-18re PR fortran/66045 (ICE on incorrect code with null)Steven G. Kargl1-4/+7
2015-05-16re PR fortran/66113 (Variable n cannot appear in the expression with nested b...Thomas Koenig1-3/+13
2015-05-05Fix indentation issues seen by -Wmisleading-indentationDavid Malcolm1-2/+2
2015-04-23PF fortran/60322Andre Vehreschild1-3/+4
2015-02-06re PR fortran/63205 ([OOP] Wrongly rejects type = class (for identical decla...Paul Thomas1-0/+34