aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/trans-stmt.c
AgeCommit message (Expand)AuthorFilesLines
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
2012-11-17re PR fortran/55341 (address-sanitizer and Fortran)Jakub Jelinek1-1/+2
2012-10-16re PR fortran/50981 ([OOP] Wrong-code for scalarizing ELEMENTAL call with abs...Tobias Burnus1-3/+3
2012-10-11re PR fortran/54784 ([OOP] wrong code in polymorphic allocation with SOURCE)Janus Weil1-5/+7
2012-09-16trans-decl.c (gfc_generate_function_code): Fix gfc_option.coarray check.Tobias Burnus1-1/+1
2012-08-27re PR fortran/54370 (error: non-trivial conversion in unary operation)Tobias Burnus1-1/+1
2012-08-24re PR fortran/54350 (FAIL: gfortran.dg/realloc_on_assign_*.f90 -O (internal...Tobias Burnus1-12/+6
2012-08-14re PR fortran/40881 ([F03] warn for obsolescent features)Tobias Burnus1-1/+2
2012-05-05re PR fortran/41600 ([OOP] SELECT TYPE with associate-name => exp: Arrays not...Paul Thomas1-3/+48
2012-04-18targhooks.c (default_case_values_threshold): Fix code style nit.Steven Bosscher1-3/+6
2012-02-12re PR fortran/50981 ([OOP] Wrong-code for scalarizing ELEMENTAL call with abs...Mikael Morin1-1/+22
2012-02-12trans-array.c (gfc_walk_elemental_function_args, [...]): Move call to gfc_get...Mikael Morin1-1/+2
2012-02-05re PR fortran/52102 ([OOP] Wrong result with ALLOCATE of CLASS components wit...Paul Thomas1-1/+7
2012-01-28re PR fortran/51972 ([OOP] Wrong code as _copy does not honor CLASS components)Tobias Burnus1-1/+2
2012-01-27re PR fortran/51970 ([OOP] gimplification failed for polymorphic MOVE_ALLOC)Tobias Burnus1-0/+1
2012-01-27re PR fortran/48705 ([OOP] ALLOCATE with non-trivial SOURCE)Paul Thomas1-21/+61
2012-01-16trans-array.c (gfc_trans_create_temp_array): In the case of a class array tem...Paul Thomas1-13/+36
2012-01-062012-01-06 Tobias Burnus <burnus@net-b.de>Tobias Burnus1-77/+91
2012-01-04re PR fortran/50981 ([OOP] Wrong-code for scalarizing ELEMENTAL call with abs...Mikael Morin1-1/+2
2011-12-11re PR fortran/41539 ([OOP] Calling function which takes CLASS: Rank compariso...Paul Thomas1-62/+136
2011-11-25re PR fortran/51302 (ICE with VOLATILE loop variable)Tobias Burnus1-1/+2
2011-11-04trans-expr.c (gfc_conv_procedure_call): Handle temporaries for arguments to e...Mikael Morin1-66/+46
2011-11-03trans-array.h (gfc_trans_create_temp_array): Remove loop argument.Mikael Morin1-5/+4
2011-11-03trans.h (struct gfc_ss, [...]): Move field gfc_ss::where into gfc_ss_info.Mikael Morin1-3/+3
2011-11-03trans.h (struct gfc_ss, [...]): Move field gfc_ss::data::info into gfc_ss_inf...Mikael Morin1-2/+2
2011-11-03trans.h (struct gfc_ss, [...]): Move field expr from the former struct to the...Mikael Morin1-1/+1
2011-11-03trans.h (struct gfc_ss_info): New struct.Mikael Morin1-1/+1
2011-11-03trans.h (struct gfc_array_info): Move dim and dimen fields...Mikael Morin1-3/+3
2011-11-03trans.h (struct gfc_ss_info, [...]): Rename the former to the latter.Mikael Morin1-2/+2
2011-11-03trans-array.h (gfc_trans_create_temp_array): Replace info argument with ss ar...Mikael Morin1-1/+1
2011-10-11Convert standard builtin functions from being arrays to using a functional in...Michael Meissner1-4/+4
2011-09-08trans-array.h (gfc_get_scalar_ss): New prototype.Mikael Morin1-22/+8
2011-09-08re PR fortran/44646 ([F08] Implement DO CONCURRENT)Tobias Burnus1-0/+30
2011-08-30re PR fortran/45170 ([F2003] allocatable character lengths)Steven G. Kargl1-0/+4
2011-08-02trans-array.c (gfc_array_allocate): Pass token to gfc_allocate_allocatable fo...Tobias Burnus1-1/+1
2011-07-27re PR fortran/49755 (ALLOCATE with STAT= produces invalid code for already al...Daniel Carrera1-9/+4
2011-07-21trans.c (gfc_allocate_with_status): Split into two functions gfc_allocate_usi...Daniel Carrera1-33/+71
2011-07-16expr.c (gfc_ref_this_image): New function.Tobias Burnus1-1/+1
2011-07-11re PR fortran/49698 (Unmanageable compiler error)Jakub Jelinek1-1/+1
2011-07-06trans-array.c (gfc_array_allocate): Rename allocatable_arrayDaniel Carrera1-3/+3
2011-06-21cosmetic. Add sync_ to all the expand_builtin defines which do not match the ...Andrew MacLeod1-2/+2
2011-06-20re PR fortran/18918 (Eventually support Fortran 2008's coarrays [co-arrays])Tobias Burnus1-0/+42
2011-06-10trans-decl.c (gfc_build_builtin_function_decls): Updated declaration of caf_s...Daniel Carrera1-12/+55
2011-05-06generalize build_case_label to the rest of the compilerNathan Froyd1-10/+6
2011-05-04trans-array.c (gfc_trans_array_constructor_value): Use size_int for bounds of...Richard Guenther1-4/+6
2011-04-19Replace gfc_getmem with XCNEW, XCNEWVEC or xcallocJanne Blomqvist1-8/+8
2011-04-18convert each use of gfc_free (p) to free (p)Jim Meyering1-10/+10
2011-03-27re PR fortran/18918 (Eventually support Fortran 2008's coarrays [co-arrays])Tobias Burnus1-20/+165