aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/trans-stmt.c
AgeCommit message (Expand)AuthorFilesLines
2015-05-20re PR fortran/65548 (gfc_conv_procedure_call)Andre Vehreschild1-93/+152
2015-04-30Fix spurious semicolonsDavid Malcolm1-1/+1
2015-04-23PF fortran/60322Andre Vehreschild1-7/+33
2015-04-10trans-stmt.c (gfc_trans_lock_unlock): Implement -fcoarray=lib version; reject...Tobias Burnus1-5/+135
2015-04-07re PR fortran/65548 (gfc_conv_procedure_call)Andre Vehreschild1-2/+7
2015-03-24re PR fortran/64787 (Invalid code on sourced allocation of class(*) character...Andre Vehreschild1-298/+516
2015-03-10trans.h (caf_sync_memory): New function decl tree.Alessandro Fanfarillo1-27/+11
2015-02-12re PR fortran/64932 (ICE in gfc_conv_descriptor_data_get for generated finali...Paul Thomas1-5/+39
2015-02-06re PR fortran/60289 (allocating class(*) pointer as character gives type-spec...Andre Vehreschild1-1/+10
2015-02-01Always pass 0 or option number to gfc_warning*.Joseph Myers1-1/+2
2015-01-23In gcc/fortran/ fixed some cosmetics.Andre Vehreschild1-1/+1
2015-01-18[multiple changes]Paul Thomas1-12/+88
2015-01-15Merge current set of OpenACC changes from gomp-4_0-branch.Thomas Schwinge1-0/+8
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-17re PR fortran/54687 (Use gcc option machinery for gfortran)Tobias Burnus1-13/+13
2014-12-162014-12-15 Tobias Burnus <burnus@net-b.de>Tobias Burnus1-3/+3
2014-12-11re PR tree-optimization/42108 (50% performance regression)Richard Biener1-12/+14
2014-12-03re PR fortran/44054 (Handle -Werror, -Werror=, -fdiagnostics-show-option, !GC...Manuel López-Ibáñez1-1/+1
2014-11-24error.c (gfc_fatal_error_1): Remove.Tobias Burnus1-3/+3
2014-11-15error.c (gfc_fatal_error_1): Renamed from gfc_fatal_error.Tobias Burnus1-3/+3
2014-09-20trans-expr.c (gfc_reset_vptr): Fix comment whitespace.Joost VandeVondele1-7/+7
2014-08-15resolve.c (resolve_critical): Fix name mangling.Tobias Burnus1-1/+1
2014-08-14gfortran.texi (caf_register_t): Add CAF_REGTYPE_CRITICAL.Tobias Burnus1-4/+11
2014-06-09re PR fortran/61406 (ICE on ASSOCIATE construct to literal array expression)Paul Thomas1-2/+5
2014-04-30gfortran.h (gfc_init_coarray_decl): Remove.Tobias Burnus1-1/+4
2014-04-13re PR fortran/58085 (Wrong indexing of an array in ASSOCIATE)Paul Thomas1-2/+4
2014-03-18re PR ipa/58721 (The subroutine perdida is no longer inlined in fatigue.f90)Jakub Jelinek1-4/+4
2014-03-06re PR fortran/51976 ([F2003] Support deferred-length character components of ...Paul Thomas1-0/+5
2014-02-09re PR fortran/57522 ([F03] ASSOCIATE construct creates array descriptor with ...Paul Thomas1-0/+11
2014-01-28re PR fortran/59414 ([OOP] ICE in in gfc_conv_expr_descriptor on ALLOCATE ins...Paul Thomas1-0/+39
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-12-18re PR fortran/59493 ([OOP] ICE: Segfault on Class(*) pointer association)Janus Weil1-9/+2
2013-11-19Factor unrelated declarations out of tree.h.Diego Novillo1-0/+1
2013-10-24re PR fortran/44646 ([F08] Implement DO CONCURRENT)Tobias Burnus1-0/+7
2013-08-09gfortran.h (gfc_get_code): Modified prototype.Janus Weil1-2/+1
2013-06-04re PR fortran/37336 ([F03] Finish derived-type finalization)Tobias Burnus1-1/+2
2013-05-31re PR fortran/57456 ([OOP] CLASS + CHARACTER ALLOCATE with typespec: For arra...Tobias Burnus1-1/+1
2013-05-29re PR fortran/37336 ([F03] Finish derived-type finalization)Tobias Burnus1-10/+0
2013-05-28trans-expr.c (gfc_conv_procedure_call): Deallocate polymorphic arrays for all...Tobias Burnus1-27/+3
2013-04-11Replace enum gfc_try with bool type.Janne Blomqvist1-9/+9
2013-01-29re PR fortran/54107 ([F03] Memory hog with abstract interface)Janus Weil1-1/+1
2013-01-17trans-stmt.c (gfc_trans_do): Conditionally compute countm1 dependent on sign ...Richard Biener1-34/+35
2013-01-16re PR fortran/52865 (GCC can't vectorize fortran loop but able to vectorize s...Jakub Jelinek1-8/+13
2013-01-10Update copyright years in gcc/Richard Sandiford1-3/+1
2012-12-20array.c (resolve_array_list): Apply C4106.Paul Thomas1-49/+114
2012-12-09trans-array.c (gfc_deallocate_scalar_with_status): Use NULL_TREE in the call ...Tobias Burnus1-1/+1
2012-11-29re PR fortran/52161 (Internal compiler errors with -fcheck=bounds in coarray ...Tobias Burnus1-2/+2
2012-11-28re PR fortran/52161 (Internal compiler errors with -fcheck=bounds in coarray ...Tobias Burnus1-1/+1
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo1-3/+4