summaryrefslogtreecommitdiff
path: root/gcc/fortran/trans-stmt.c
Commit message (Expand)AuthorAgeFilesLines
* tree-core.h: Include symtab.h.Andrew MacLeod2015-07-081-2/+1
* coretypes.h: Include input.h and as-a.h.Andrew MacLeod2015-06-171-1/+0
* re PR fortran/44672 ([F08] ALLOCATE with SOURCE and no array-spec)Andre Vehreschild2015-06-151-90/+90
* re PR fortran/66079 (memory leak with source allocation in internal subprogram)Paul Thomas2015-06-111-1/+14
* coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod2015-06-081-4/+0
* coretypes.h: Include machmode.h...Andrew MacLeod2015-06-041-3/+0
* trans-stmt.c (gfc_trans_allocate): Add missing location information for e3rhs.Andre Vehreschild2015-05-271-0/+1
* re PR fortran/65548 (gfc_conv_procedure_call)Andre Vehreschild2015-05-201-93/+152
* Fix spurious semicolonsDavid Malcolm2015-04-301-1/+1
* PF fortran/60322Andre Vehreschild2015-04-231-7/+33
* trans-stmt.c (gfc_trans_lock_unlock): Implement -fcoarray=lib version; reject...Tobias Burnus2015-04-101-5/+135
* re PR fortran/65548 (gfc_conv_procedure_call)Andre Vehreschild2015-04-071-2/+7
* re PR fortran/64787 (Invalid code on sourced allocation of class(*) character...Andre Vehreschild2015-03-241-298/+516
* trans.h (caf_sync_memory): New function decl tree.Alessandro Fanfarillo2015-03-101-27/+11
* re PR fortran/64932 (ICE in gfc_conv_descriptor_data_get for generated finali...Paul Thomas2015-02-121-5/+39
* re PR fortran/60289 (allocating class(*) pointer as character gives type-spec...Andre Vehreschild2015-02-061-1/+10
* Always pass 0 or option number to gfc_warning*.Joseph Myers2015-02-011-1/+2
* In gcc/fortran/ fixed some cosmetics.Andre Vehreschild2015-01-231-1/+1
* [multiple changes]Paul Thomas2015-01-181-12/+88
* Merge current set of OpenACC changes from gomp-4_0-branch.Thomas Schwinge2015-01-151-0/+8
* genattrtab.c (write_header): Include hash-set.h...Michael Collison2015-01-091-0/+11
* Update copyright years.Jakub Jelinek2015-01-051-1/+1
* re PR fortran/54687 (Use gcc option machinery for gfortran)Tobias Burnus2014-12-171-13/+13
* 2014-12-15 Tobias Burnus <burnus@net-b.de>Tobias Burnus2014-12-161-3/+3
* re PR tree-optimization/42108 (50% performance regression)Richard Biener2014-12-111-12/+14
* re PR fortran/44054 (Handle -Werror, -Werror=, -fdiagnostics-show-option, !GC...Manuel López-Ibáñez2014-12-031-1/+1
* error.c (gfc_fatal_error_1): Remove.Tobias Burnus2014-11-241-3/+3
* error.c (gfc_fatal_error_1): Renamed from gfc_fatal_error.Tobias Burnus2014-11-151-3/+3
* trans-expr.c (gfc_reset_vptr): Fix comment whitespace.Joost VandeVondele2014-09-201-7/+7
* resolve.c (resolve_critical): Fix name mangling.Tobias Burnus2014-08-151-1/+1
* gfortran.texi (caf_register_t): Add CAF_REGTYPE_CRITICAL.Tobias Burnus2014-08-141-4/+11
* re PR fortran/61406 (ICE on ASSOCIATE construct to literal array expression)Paul Thomas2014-06-091-2/+5
* gfortran.h (gfc_init_coarray_decl): Remove.Tobias Burnus2014-04-301-1/+4
* re PR fortran/58085 (Wrong indexing of an array in ASSOCIATE)Paul Thomas2014-04-131-2/+4
* re PR ipa/58721 (The subroutine perdida is no longer inlined in fatigue.f90)Jakub Jelinek2014-03-181-4/+4
* re PR fortran/51976 ([F2003] Support deferred-length character components of ...Paul Thomas2014-03-061-0/+5
* re PR fortran/57522 ([F03] ASSOCIATE construct creates array descriptor with ...Paul Thomas2014-02-091-0/+11
* re PR fortran/59414 ([OOP] ICE in in gfc_conv_expr_descriptor on ALLOCATE ins...Paul Thomas2014-01-281-0/+39
* Update copyright years in gcc/Richard Sandiford2014-01-021-1/+1
* re PR fortran/59493 ([OOP] ICE: Segfault on Class(*) pointer association)Janus Weil2013-12-181-9/+2
* Factor unrelated declarations out of tree.h.Diego Novillo2013-11-191-0/+1
* re PR fortran/44646 ([F08] Implement DO CONCURRENT)Tobias Burnus2013-10-241-0/+7
* gfortran.h (gfc_get_code): Modified prototype.Janus Weil2013-08-091-2/+1
* re PR fortran/37336 ([F03] Finish derived-type finalization)Tobias Burnus2013-06-041-1/+2
* re PR fortran/57456 ([OOP] CLASS + CHARACTER ALLOCATE with typespec: For arra...Tobias Burnus2013-05-311-1/+1
* re PR fortran/37336 ([F03] Finish derived-type finalization)Tobias Burnus2013-05-291-10/+0
* trans-expr.c (gfc_conv_procedure_call): Deallocate polymorphic arrays for all...Tobias Burnus2013-05-281-27/+3
* Replace enum gfc_try with bool type.Janne Blomqvist2013-04-111-9/+9
* re PR fortran/54107 ([F03] Memory hog with abstract interface)Janus Weil2013-01-291-1/+1
* trans-stmt.c (gfc_trans_do): Conditionally compute countm1 dependent on sign ...Richard Biener2013-01-171-34/+35