aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/trans-expr.c
AgeCommit message (Expand)AuthorFilesLines
2017-01-07re PR fortran/78781 ([Coarray] ICE in gfc_deallocate_scalar_with_status, at f...Andre Vehreschild1-1/+53
2017-01-03PR 78534 Revert r244011Janne Blomqvist1-34/+24
2017-01-03PR 78534 Change character length from int to size_tJanne Blomqvist1-24/+34
2017-01-02PR 78534 Modify string copy to avoid -Wstringop-overflow warningJanne Blomqvist1-33/+22
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-12-23class_assign_1.f08: New test.Andre Vehreschild1-16/+33
2016-12-21PR 78867 Function returning string ICE with -fltoJanne Blomqvist1-13/+13
2016-12-16re PR fortran/78757 (ICE with function returning a pointer to a character)Jakub Jelinek1-0/+13
2016-12-14re PR fortran/78780 ([Coarray] ICE in conv_caf_send, at fortran/trans-intrins...Andre Vehreschild1-4/+13
2016-12-14re PR fortran/78672 (Gfortran test suite failures with a sanitized compiler)Andre Vehreschild1-3/+3
2016-12-09trans-array.c (gfc_array_deallocate): Remove wrapper.Andre Vehreschild1-2/+6
2016-12-09re PR fortran/44265 (Link error with reference to parameter array in specific...Paul Thomas1-3/+21
2016-11-30libcaf.h: Add new action types for (de-)registration of allocatable component...Andre Vehreschild1-15/+88
2016-11-25[multiple changes]Paul Thomas1-1/+1
2016-11-16re PR fortran/78356 ([OOP] segfault allocating polymorphic variable with poly...Andre Vehreschild1-8/+19
2016-11-09Fix ICE in gfc_trans_subcomponent_assign due to NULL components.Fritz O. Reese1-1/+2
2016-11-06allocate_with_source_14.f03: Fixed number mallocs occuring.Andre Vehreschild1-1/+1
2016-11-05re PR fortran/67564 (Segfault on sourced allocattion statement with class(*) ...Paul Thomas1-0/+6
2016-10-27Fix initialization of UNIONs with -finit-derived.Fritz Reese1-20/+63
2016-10-25re PR fortran/45516 ([F08] allocatable compontents of recursive type)Paul Thomas1-0/+2
2016-10-25re PR fortran/72770 (ICE in make_ssa_name_fn, at tree-ssanames.c:263)Andre Vehreschild1-1/+1
2016-10-24trans-intrinsic.c (gfc_conv_intrinsic_minmax): Use VAR_P (x) instead of TREE_...Jakub Jelinek1-13/+9
2016-10-24Remove dead wood from trans-expr.cPaul Thomas1-21/+0
2016-10-23re PR fortran/69834 ([OOP] Collision in derived type hashes)Paul Thomas1-0/+21
2016-10-22re PR fortran/43366 ([OOP][F08] Intrinsic assign to polymorphic variable)Andre Vehreschild1-170/+392
2016-10-21re PR fortran/69566 ([OOP] Failure of SELECT TYPE with unlimited polymorphic ...Paul Thomas1-0/+5
2016-10-13re PR fortran/72832 ([OOP] ALLOCATE with SOURCE fails to allocate requested d...Andre Vehreschild1-0/+26
2016-10-12trans-expr.c (gfc_find_and_cut_at_last_class_ref): Fixed style.Andre Vehreschild1-11/+9
2016-10-072016_10-06 Louis Krupp <louis.krupp@zoho.com>Louis Krupp1-0/+4
2016-09-26Implement -Wimplicit-fallthrough.Marek Polacek1-0/+1
2016-09-19libcaf.h: Add caf_reference_type.Andre Vehreschild1-69/+198
2016-08-31[multiple changes]Paul Thomas1-4/+18
2016-07-15re PR fortran/71807 (Internal compiler error with NULL() reference in structu...Andre Vehreschild1-0/+6
2016-07-08re PR fortran/71764 (ICE in gfc_trans_structure_assign)Jerry DeLisle1-1/+0
2016-06-20re PR fortran/71194 (ICE on compilation with fcheck=all ; -fcheck=bounds)Tobias Burnus1-5/+5
2016-05-07re PR fortran/56226 (Add support for DEC UNION and MAP extensions)Fritz Reese1-9/+34
2016-03-29re PR fortran/70397 (ice while allocating ultimate polymorphic)Andre Vehreschild1-1/+25
2016-02-05Fix fortran scalar elemental dependency mishandlingMikael Morin1-5/+5
2016-02-03re PR fortran/67451 ([F08] ICE with sourced allocation from coarray.)Andre Vehreschild1-1/+8
2016-01-31re PR fortran/67564 (Segfault on sourced allocattion statement with class(*) ...Paul Thomas1-1/+2
2016-01-30re PR fortran/69566 ([OOP] Failure of SELECT TYPE with unlimited polymorphic ...Paul Thomas1-2/+3
2016-01-27[multiple changes]Paul Thomas1-3/+4
2016-01-26[multiple changes]Paul Thomas1-7/+11
2016-01-16Clean up some minor white space issues in trans-decl.c and trans-expr.cPaul Thomas1-1/+1
2016-01-15re PR fortran/64324 (Deferred character specific functions not permitted in g...Paul Thomas1-1/+32
2016-01-08re PR fortran/69128 (OpenMP workshare problem with SUM())Jakub Jelinek1-2/+11
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-12-02check.c (gfc_check_event_query): New function.Tobias Burnus1-2/+8
2015-11-15re PR fortran/50221 (Allocatable string length fails with array assignment)Paul Thomas1-4/+13
2015-11-11decl.c: Remove unused header files.Andrew MacLeod1-2/+0