summaryrefslogtreecommitdiff
path: root/gcc/fortran/trans-array.c
Commit message (Expand)AuthorAgeFilesLines
* re PR fortran/28416 (ICE on allocatable codes)Erik Edelmann2006-07-241-1/+7
* re PR fortran/28129 (gfortran -fbounds-check: Shows invalid array out of boun...Francois-Xavier Coudert2006-07-061-9/+12
* re PR fortran/28174 (Corruption of multiple character arrays when passing arr...Paul Thomas2006-07-041-1/+18
* re PR fortran/28118 (ICE calling subroutine defined via explicit interface)Paul Thomas2006-06-241-3/+31
* re PR fortran/27965 (invalid "Array bound mismatch" runtime error)Francois-Xavier Coudert2006-06-161-12/+81
* trans-array.h (gfc_trans_create_temp_array): Add bool argument.Thomas Koenig2006-06-151-7/+54
* re PR fortran/27786 ([4.1 only] Bad interaction between Cray pointer, assumed...Asher Langton2006-06-081-1/+2
* trans.c (gfc_msg_bounds, [...]): Add strings for common runtime error messages.Francois-Xavier Coudert2006-06-031-26/+56
* trans-array.c: Fix previous commit, which included parts of patches in prepar...François-Xavier Coudert2006-05-291-4/+4
* re PR fortran/19777 (-fbounds-check catches non-existent bounds violation)Francois-Xavier Coudert2006-05-291-5/+6
* re PR fortran/19777 (-fbounds-check catches non-existent bounds violation)Francois-Xavier Coudert2006-05-271-1/+1
* re PR libfortran/27524 (-fbounds-check interacts with array function)Francois-Xavier Coudert2006-05-261-3/+3
* re PR fortran/27662 ([4.1 only]: Transpose doesn't work on function return)H.J. Lu2006-05-191-3/+0
* re PR fortran/27470 (wrong memory allocator for derived types)Thomas Koenig2006-05-101-1/+15
* re PR fortran/24813 (ICE with scalarization LEN of character types)Paul Thomas2006-05-071-1/+1
* re PR fortran/27351 (Use variable after free in gfc_conv_array_transpose)H.J. Lu2006-04-291-2/+2
* re PR fortran/27122 (binary operator functions should require intent(in))Paul Thomas2006-04-211-4/+1
* re PR fortran/26017 (allocate (a(1:-1)) should yield zero-sized array)Thomas Koenig2006-04-161-2/+31
* re PR fortran/26822 (Scalarization of non-elemental intrinsic: __logical_4_l4)Paul Thomas2006-04-161-1/+31
* re PR fortran/25619 (temporary array of constant size character type goes wrong)H.J. Lu2006-04-041-15/+25
* trans-array.c (gfc_trans_dealloc_allocated): Take a tree representation of th...Erik Edelmann2006-04-021-7/+3
* re PR fortran/25270 (testcases fail with a type mismatch)Roger Sayle2006-04-011-7/+7
* symbol.c (check_conflict): Allow allocatable function results, except for ele...Erik Edelmann2006-03-101-15/+21
* re PR fortran/26257 (internal compiler error: Segmentation fault, on function...Paul Thomas2006-03-091-7/+12
* trans-array.c (gfc_trans_dealloc_allocated): New function.Paul Thomas2006-03-061-14/+29
* re PR fortran/25031 ([4.1 only] Allocatable array can be reallocated.)Thomas Koenig2006-03-031-4/+32
* re PR fortran/26393 (ICE with function returning variable lenght array)Paul Thomas2006-03-011-1/+2
* re PR fortran/25806 (problems with functions returning array pointers?)Erik Edelmann2006-02-121-12/+15
* backport: trans-decl.c (create_function_arglist): Handle dummy functions.Jakub Jelinek2006-02-061-2/+27
* gfortranspec.c: Update copyright years.Tobias Schlüter2006-01-191-1/+2
* re PR fortran/22146 (ICE when calling ELEMENTAL subroutines)Paul Thomas2006-01-071-5/+5
* trans.h (tree): Remove declaration of gfc_build_function_call.Richard Guenther2005-12-161-15/+15
* trans.h (gfc_build_indirect_ref): Remove declaration.Richard Guenther2005-12-161-10/+10
* (gfc_conv_descriptor_data_addr): Use build_fold_addr_expr where appropriate.Richard Guenther2005-12-161-9/+9
* dependency.c, [...]: Fix comment typos.Kazu Hirata2005-12-161-1/+1
* Make-lang.in (fortran/trans-resolve.o): Depend on fortran/dependency.h.Richard Sandiford2005-12-131-0/+89
* [multiple changes]Paul Thomas2005-11-301-1/+3
* re PR fortran/18157 (ice-on-valid code, pointer to user-defined type, fold-st...Andrew Pinski2005-11-021-2/+5
* trans.h (gfc_conv_cray_pointee): Remove.Jakub Jelinek2005-10-251-6/+1
* Commit for Asher LangtonAsher Langton2005-10-241-2/+16
* re PR fortran/19358 ([gfortran] Segfault with missing upper bound)Paul Thomas2005-09-141-1/+1
* re PR fortran/18899 ([gfortran] ubound wrongly calculated for passed array)Richard Sandiford2005-09-131-2/+6
* re PR fortran/19269 (transpose(reshape(...)) of character array segfaults.)Richard Sandiford2005-09-131-3/+1
* re PR fortran/19239 ([4.0 only] gfortran ICE on vector subscript expressions)Richard Sandiford2005-09-091-217/+159
* re PR fortran/21104 (Segmentation fault on correct code)Richard Sandiford2005-09-091-19/+68
* re PR fortran/12840 ([4.0 only] Unable to find scalarization loop specifier)Richard Sandiford2005-09-091-133/+286
* re PR fortran/15326 ([4.0 only] ICE with assumed length character strings)Richard Sandiford2005-09-081-0/+1
* re PR fortran/19928 (Reference of constant derived type component causes fail...Richard Sandiford2005-09-081-6/+33
* [multiple changes]Tobias Schlüter2005-08-271-2/+2
* decl.c, [...]: Fix comment/doc typos.Kazu Hirata2005-08-061-1/+1