aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/trans-array.c
AgeCommit message (Expand)AuthorFilesLines
2015-07-22Fix r225926's iso_varying_string ICE regressionMikael Morin1-1/+5
2015-07-17Fix PR61831: Side-effect variable component deallocationMikael Morin1-4/+5
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-2/+1
2015-07-07re PR fortran/66578 ([F2008] Invalid free on allocate(...,source=a(:)) in block)Andre Vehreschild1-22/+32
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod1-1/+0
2015-06-15re PR fortran/44672 ([F08] ALLOCATE with SOURCE and no array-spec)Andre Vehreschild1-19/+100
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod1-3/+0
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-4/+0
2015-05-26re PR fortran/66082 (memory leak with automatic array dummy argument with der...Paul Thomas1-1/+12
2015-05-19Use std::swap instead of explicit swapsMikhail Maltsev1-5/+1
2015-05-09Fix fortran/65894 elemental procedures wrong-codeMikael Morin1-12/+40
2015-05-08trans-array.c (gfc_walk_elemental_function_args): Don't skip the advance to t...Mikael Morin1-1/+2
2015-04-27re PR fortran/59678 ([F03] Segfault on equalizing variables of a complex deri...Andre Vehreschild1-38/+60
2015-04-23PF fortran/60322Andre Vehreschild1-31/+86
2015-03-24re PR fortran/64787 (Invalid code on sourced allocation of class(*) character...Andre Vehreschild1-12/+10
2015-03-23re PR fortran/64952 (Missing temporary in assignment from elemental function)Paul Thomas1-1/+18
2015-02-06re PR fortran/63205 ([OOP] Wrongly rejects type = class (for identical decla...Paul Thomas1-4/+42
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-0/+11
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-12-31trans-array.c (trans_array_bound_check): Use xasprintf instead of unchecked a...Uros Bizjak1-34/+34
2014-12-28re PR fortran/56867 (Missing temporary with string array assignment)Thomas Koenig1-0/+7
2014-12-17re PR fortran/64173 ([F03] ICE involving procedure pointer component)Janus Weil1-1/+1
2014-12-17re PR fortran/54687 (Use gcc option machinery for gfortran)Tobias Burnus1-4/+4
2014-12-16re PR fortran/54687 (Use gcc option machinery for gfortran)Tobias Burnus1-2/+1
2014-12-162014-12-15 Tobias Burnus <burnus@net-b.de>Tobias Burnus1-4/+4
2014-12-03re PR fortran/44054 (Handle -Werror, -Werror=, -fdiagnostics-show-option, !GC...Manuel López-Ibáñez1-4/+8
2014-11-30gfortran.h (gfc_option_t): Remove warn_aliasing,Tobias Burnus1-3/+3
2014-11-25error.c (gfc_internal_error): Convert to common diagnostics.Tobias Burnus1-1/+1
2014-11-24error.c (gfc_fatal_error_1): Remove.Tobias Burnus1-5/+6
2014-11-15error.c (gfc_fatal_error_1): Renamed from gfc_fatal_error.Tobias Burnus1-5/+5
2014-09-20trans-expr.c (gfc_reset_vptr): Fix comment whitespace.Joost VandeVondele1-3/+3
2014-09-19re PR fortran/63152 (needless initialization of local pointer arrays.)Joost VandeVondele1-2/+2
2014-08-15re PR fortran/44054 (Handle -Werror, -Werror=, -fdiagnostics-show-option, !GC...Manuel López-Ibáñez1-1/+1
2014-07-09Avoid using create_tmp_var for static decls.Bernd Schmidt1-1/+5
2014-07-04resolve.c (resolve_assoc_var): Fix corank setting.Tobias Burnus1-1/+0
2014-06-10re PR fortran/60928 (gfortran issue with allocatable components and OpenMP)Jakub Jelinek1-17/+34
2014-05-09re PR fortran/61109 (ICE in fortran/trans-array.c on dimension 0 arrays)Mike Stump1-1/+0
2014-05-06Merge in wide-int.Kenneth Zadeck1-13/+6
2014-04-13re PR fortran/58085 (Wrong indexing of an array in ASSOCIATE)Paul Thomas1-7/+9
2014-03-18re PR ipa/58721 (The subroutine perdida is no longer inlined in fatigue.f90)Jakub Jelinek1-6/+12
2014-03-14re PR fortran/60392 (Problem with TRANSPOSE and CONTIGUOUS dummy arguments)Mikael Morin1-1/+44
2014-03-06re PR fortran/51976 ([F2003] Support deferred-length character components of ...Paul Thomas1-12/+61
2014-02-01re PR fortran/59906 (error: size of variable '<anonymous>' is too large)Paul Thomas1-0/+5
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-12-01re PR fortran/57354 (Wrong run-time assignment of allocatable array of derive...Paul Thomas1-2/+10
2013-12-01re PR fortran/58410 (Bogus uninitialized variable warning for allocatable der...Paul Thomas1-6/+17
2013-11-12gimple-expr.h (create_tmp_var_name, [...]): Relocate prototypes from gimple.h.Andrew MacLeod1-1/+1
2013-08-23re PR fortran/57798 (Incorrect handling of sum over first dimension of a prod...Mikael Morin1-7/+14
2013-08-23trans-array.c (gfc_conv_section_startstride): Move &loop->pre access to the c...Mikael Morin1-8/+8
2013-07-29match.c (gfc_match_call): Exit loop after setting i.Po-Chun Chang1-1/+4