summaryrefslogtreecommitdiff
path: root/gcc/fortran/trans-stmt.c
Commit message (Expand)AuthorAgeFilesLines
...
* trans-array.c (gfc_trans_create_temp_array): In the case of a class array tem...Paul Thomas2012-01-161-13/+36
* 2012-01-06 Tobias Burnus <burnus@net-b.de>Tobias Burnus2012-01-061-77/+91
* re PR fortran/50981 ([OOP] Wrong-code for scalarizing ELEMENTAL call with abs...Mikael Morin2012-01-041-1/+2
* re PR fortran/41539 ([OOP] Calling function which takes CLASS: Rank compariso...Paul Thomas2011-12-111-62/+136
* re PR fortran/51302 (ICE with VOLATILE loop variable)Tobias Burnus2011-11-251-1/+2
* trans-expr.c (gfc_conv_procedure_call): Handle temporaries for arguments to e...Mikael Morin2011-11-041-66/+46
* trans-array.h (gfc_trans_create_temp_array): Remove loop argument.Mikael Morin2011-11-031-5/+4
* trans.h (struct gfc_ss, [...]): Move field gfc_ss::where into gfc_ss_info.Mikael Morin2011-11-031-3/+3
* trans.h (struct gfc_ss, [...]): Move field gfc_ss::data::info into gfc_ss_inf...Mikael Morin2011-11-031-2/+2
* trans.h (struct gfc_ss, [...]): Move field expr from the former struct to the...Mikael Morin2011-11-031-1/+1
* trans.h (struct gfc_ss_info): New struct.Mikael Morin2011-11-031-1/+1
* trans.h (struct gfc_array_info): Move dim and dimen fields...Mikael Morin2011-11-031-3/+3
* trans.h (struct gfc_ss_info, [...]): Rename the former to the latter.Mikael Morin2011-11-031-2/+2
* trans-array.h (gfc_trans_create_temp_array): Replace info argument with ss ar...Mikael Morin2011-11-031-1/+1
* Convert standard builtin functions from being arrays to using a functional in...Michael Meissner2011-10-111-4/+4
* trans-array.h (gfc_get_scalar_ss): New prototype.Mikael Morin2011-09-081-22/+8
* re PR fortran/44646 ([F08] Implement DO CONCURRENT)Tobias Burnus2011-09-081-0/+30
* re PR fortran/45170 ([F2003] allocatable character lengths)Steven G. Kargl2011-08-301-0/+4
* trans-array.c (gfc_array_allocate): Pass token to gfc_allocate_allocatable fo...Tobias Burnus2011-08-021-1/+1
* re PR fortran/49755 (ALLOCATE with STAT= produces invalid code for already al...Daniel Carrera2011-07-271-9/+4
* trans.c (gfc_allocate_with_status): Split into two functions gfc_allocate_usi...Daniel Carrera2011-07-211-33/+71
* expr.c (gfc_ref_this_image): New function.Tobias Burnus2011-07-161-1/+1
* re PR fortran/49698 (Unmanageable compiler error)Jakub Jelinek2011-07-111-1/+1
* trans-array.c (gfc_array_allocate): Rename allocatable_arrayDaniel Carrera2011-07-061-3/+3
* cosmetic. Add sync_ to all the expand_builtin defines which do not match the ...Andrew MacLeod2011-06-211-2/+2
* re PR fortran/18918 (Eventually support Fortran 2008's coarrays [co-arrays])Tobias Burnus2011-06-201-0/+42
* trans-decl.c (gfc_build_builtin_function_decls): Updated declaration of caf_s...Daniel Carrera2011-06-101-12/+55
* generalize build_case_label to the rest of the compilerNathan Froyd2011-05-061-10/+6
* trans-array.c (gfc_trans_array_constructor_value): Use size_int for bounds of...Richard Guenther2011-05-041-4/+6
* Replace gfc_getmem with XCNEW, XCNEWVEC or xcallocJanne Blomqvist2011-04-191-8/+8
* convert each use of gfc_free (p) to free (p)Jim Meyering2011-04-181-10/+10
* re PR fortran/18918 (Eventually support Fortran 2008's coarrays [co-arrays])Tobias Burnus2011-03-271-20/+165
* re PR fortran/47846 (Deferred-string length: Length is wrong (gfortran.dg/all...Tobias Burnus2011-02-271-0/+19
* re PR fortran/41359 (Wrong line numbers for debugging/profiling)Tobias Burnus2011-02-221-0/+10
* re PR fortran/47592 (Multiple function invocation with ALLOCATE (SOURCE=REPEA...Paul Thomas2011-02-061-45/+42
* re PR fortran/47519 (Deferred-length string wrong results with character intr...Paul Thomas2011-01-311-20/+32
* re PR fortran/45170 ([F2003] allocatable character lengths)Paul Thomas2011-01-281-3/+63
* re PR fortran/45848 ([OOP] ICE on invalid code in fortran/symbol.c:2410)Tobias Burnus2011-01-131-5/+5
* re PR fortran/47189 ([OOP] calling STORAGE_SIZE on a NULL-initialized class p...Janus Weil2011-01-071-5/+21
* re PR fortran/46581 ([OOP] segfault in SELECT TYPE with associate-name)Janus Weil2010-11-251-2/+90
* re PR fortran/46313 ([OOP] class container naming collisions)Janus Weil2010-11-091-11/+11
* re PR fortran/45451 ([OOP] Inconsistent status of ALLOCATABLE components insi...Janus Weil2010-11-051-13/+25
* builtins.c (fold_builtin_signbit): Use build_zero_cst instead of fold_convert.Nathan Froyd2010-11-031-2/+2
* re PR fortran/42647 ([F03] Missed initialization/dealloc of allocatable scala...Janus Weil2010-10-261-19/+21
* [multiple changes]Tobias Burnus2010-10-261-1/+5
* re PR fortran/46079 (ABI for empty stop statement broken)Jerry DeLisle2010-10-211-6/+6
* re PR fortran/45186 (Gfortran 4.5.0 emits wrong linenumbers)Tobias Burnus2010-10-151-69/+75
* trans-stmt.c (gfc_trans_allocate): free lhs expr.Mikael Morin2010-10-061-0/+1
* trans-array.c (gfc_free_ss_chain): Made non-static.Mikael Morin2010-10-061-0/+3
* trans-expr.c (get_proc_ptr_comp): Restore initial expression type before call...Mikael Morin2010-10-061-0/+7