summaryrefslogtreecommitdiff
path: root/gcc/fortran/trans-stmt.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* re PR fortran/52865 (GCC can't vectorize fortran loop but able to vectorize s...Jakub Jelinek2013-01-161-8/+13
* Update copyright years in gcc/Richard Sandiford2013-01-101-3/+1
* array.c (resolve_array_list): Apply C4106.Paul Thomas2012-12-201-49/+114
* trans-array.c (gfc_deallocate_scalar_with_status): Use NULL_TREE in the call ...Tobias Burnus2012-12-091-1/+1
* re PR fortran/52161 (Internal compiler errors with -fcheck=bounds in coarray ...Tobias Burnus2012-11-291-2/+2
* re PR fortran/52161 (Internal compiler errors with -fcheck=bounds in coarray ...Tobias Burnus2012-11-281-1/+1
* This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo2012-11-171-3/+4
* re PR fortran/55341 (address-sanitizer and Fortran)Jakub Jelinek2012-11-171-1/+2
* re PR fortran/50981 ([OOP] Wrong-code for scalarizing ELEMENTAL call with abs...Tobias Burnus2012-10-161-3/+3
* re PR fortran/54784 ([OOP] wrong code in polymorphic allocation with SOURCE)Janus Weil2012-10-111-5/+7
* trans-decl.c (gfc_generate_function_code): Fix gfc_option.coarray check.Tobias Burnus2012-09-161-1/+1
* re PR fortran/54370 (error: non-trivial conversion in unary operation)Tobias Burnus2012-08-271-1/+1
* re PR fortran/54350 (FAIL: gfortran.dg/realloc_on_assign_*.f90 -O (internal...Tobias Burnus2012-08-241-12/+6
* re PR fortran/40881 ([F03] warn for obsolescent features)Tobias Burnus2012-08-141-1/+2
* re PR fortran/41600 ([OOP] SELECT TYPE with associate-name => exp: Arrays not...Paul Thomas2012-05-051-3/+48
* targhooks.c (default_case_values_threshold): Fix code style nit.Steven Bosscher2012-04-181-3/+6
* re PR fortran/50981 ([OOP] Wrong-code for scalarizing ELEMENTAL call with abs...Mikael Morin2012-02-121-1/+22
* trans-array.c (gfc_walk_elemental_function_args, [...]): Move call to gfc_get...Mikael Morin2012-02-121-1/+2
* re PR fortran/52102 ([OOP] Wrong result with ALLOCATE of CLASS components wit...Paul Thomas2012-02-051-1/+7
* re PR fortran/51972 ([OOP] Wrong code as _copy does not honor CLASS components)Tobias Burnus2012-01-281-1/+2
* re PR fortran/51970 ([OOP] gimplification failed for polymorphic MOVE_ALLOC)Tobias Burnus2012-01-271-0/+1
* re PR fortran/48705 ([OOP] ALLOCATE with non-trivial SOURCE)Paul Thomas2012-01-271-21/+61