aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/trans-array.c
AgeCommit message (Expand)AuthorFilesLines
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
2013-07-23decl.c: Fix comment typos.Ondřej Bílka1-1/+1
2013-07-22re PR fortran/57906 (Coarray components: Assignment optimized away (gfortran....Tobias Burnus1-4/+13
2013-07-22trans-array.c (gfc_array_allocate): Correct memory-leak patch.Tobias Burnus1-16/+18
2013-07-22trans-array.c (gfc_array_allocate, [...]): Plug memory leak.Tobias Burnus1-6/+7
2013-07-15trans-array.h (gfc_deallocate_alloc_comp_no_caf, [...]): New prototype.Tobias Burnus1-22/+83
2013-07-15re PR fortran/37336 ([F03] Finish derived-type finalization)Tobias Burnus1-6/+22
2013-06-26re PR fortran/29800 (-fbounds-check: For derived types, write not also compou...Tobias Burnus1-3/+34
2013-06-21trans-array.c (gfc_trans_deferred_array): Call the finalizer for nonallocatab...Tobias Burnus1-9/+18
2013-06-21trans-array.c (gfc_alloc_allocatable_for_assignment): Allocate at least one b...Tobias Burnus1-0/+2
2013-06-11re PR fortran/57535 ([OOP] ICE when allocating a CLASS function-result variable)Tobias Burnus1-1/+7
2013-06-04re PR fortran/37336 ([F03] Finish derived-type finalization)Tobias Burnus1-9/+16
2013-05-31re PR fortran/57456 ([OOP] CLASS + CHARACTER ALLOCATE with typespec: For arra...Tobias Burnus1-3/+7
2013-05-29re PR fortran/37336 ([F03] Finish derived-type finalization)Tobias Burnus1-18/+11
2013-04-12re PR fortran/56929 ([OOP] [F08] ICE on dummy argument child class with coarr...Tobias Burnus1-3/+7
2013-04-11Replace enum gfc_try with bool type.Janne Blomqvist1-2/+2
2013-02-21re PR fortran/56385 ([OOP] ICE with allocatable function result in a procedur...Janus Weil1-3/+4
2013-02-06re PR fortran/55789 (Needless realloc with array constructor.)Paul Thomas1-3/+0
2013-02-04re PR fortran/56008 ([F03] wrong code with lhs-realloc on assignment with der...Paul Thomas1-0/+33
2013-01-29re PR fortran/54107 ([F03] Memory hog with abstract interface)Janus Weil1-2/+2
2013-01-12re PR fortran/55072 (Missing internal_pack leads to wrong code with derived t...Janus Weil1-8/+2
2013-01-10Update copyright years in gcc/Richard Sandiford1-3/+1
2013-01-06PR fortran/PR53876 PR fortran/PR54990 PR fortran/PR54992Paul Thomas1-58/+67
2012-12-09trans-array.c (gfc_deallocate_scalar_with_status): Use NULL_TREE in the call ...Tobias Burnus1-1/+1
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo1-3/+3
2012-11-17re PR fortran/55341 (address-sanitizer and Fortran)Jakub Jelinek1-3/+4
2012-10-31re PR fortran/55134 (associate construct and assumed size array)Tobias Burnus1-0/+1
2012-09-23re PR fortran/54599 (Issues found in gfortran by the Coverity Scan)Tobias Burnus1-2/+2