summaryrefslogtreecommitdiff
path: root/gcc/fortran/trans.h
Commit message (Expand)AuthorAgeFilesLines
* trans.h: Use fold_build in build1_v, build2_v and build3_v macros.Tobias Schlüter2008-03-231-5/+5
* re PR fortran/33387 (Fortran front-end should translate intrinsics by calling...Francois-Xavier Coudert2008-02-271-4/+0
* re PR target/25477 (builtin functions should use $LDBL128 suffix on darwin wh...Francois-Xavier Coudert2008-02-231-4/+0
* re PR fortran/31213 (ICE on valid code with gfortran)Paul Thomas2007-12-161-1/+2
* re PR fortran/22244 (dimension information is lost for multi-dimension array)Jakub Jelinek2007-12-091-1/+13
* re PR libfortran/34209 (run-time lib: NEAREST(0.0_8, -1.0) produces wrong num...Jerry DeLisle2007-11-241-1/+1
* gfortran.h (gfc_get_data_variable, [...]): Move to decl.c.Francois-Xavier Coudert2007-10-051-4/+0
* arith.c (reduce_binary_aa): Fix capitalization.Tobias Schlüter2007-09-271-3/+3
* re PR fortran/29396 (segfault with character pointer association)Paul Thomas2007-09-161-3/+5
* re PR fortran/31879 (ICE with function having array of character variables ar...Paul Thomas2007-08-301-1/+1
* builtin-types.def (BT_FN_PTR_PTR_SIZE): New type.Francois-Xavier Coudert2007-08-291-4/+12
* c-common.c (vector_types_convertible_p, [...]): Constify.Kaveh R. Ghazi2007-08-251-1/+1
* re PR fortran/31270 (print subscript value and array bounds when out-of-bound...Francois-Xavier Coudert2007-08-101-1/+1
* re PR fortran/32732 ([Bind C] Character scalars are passed as arrays)Christopher D. Rickett2007-08-071-0/+3
* re PR fortran/29828 ([F2003] MIN and MAX with character variables)Francois-Xavier Coudert2007-08-061-0/+1
* arith.c: Change copyright header to refer to version 3 of the GNU General Pub...Nick Clifton2007-08-011-4/+3
* re PR libfortran/32611 (Print sign of negative zero)Jerry DeLisle2007-07-151-1/+1
* re PR fortran/32550 (openmp: COPYPRIVATE of pointer variables fails)Jakub Jelinek2007-07-121-0/+2
* fortran frontend:Janne Blomqvist2007-07-011-3/+0
* re PR fortran/31219 (ICE on array of character function results)Paul Thomas2007-05-261-1/+4
* re PR fortran/30723 (Freeing memory doesn't need to call a library function)Francois-Xavier Coudert2007-05-141-3/+7
* re PR fortran/31201 (Too large unit number generates wrong code)Jerry DeLisle2007-05-061-0/+3
* arith.h: Update copyright years.Tobias Schlüter2007-04-171-1/+2
* re PR fortran/31304 (REPEAT argument NCOPIES is not converted as it should)Francois-Xavier Coudert2007-04-031-1/+0
* re PR fortran/30284 ([4.1 only] ICE in gfc_add_modify with internal reads)Paul Thomas2007-02-021-0/+4
* re PR fortran/30407 ([4.1 only] Elemental functions in WHERE assignments wron...Paul Thomas2007-01-271-0/+3
* re PR fortran/30003 ([4.1 only] Expressions with side effects in array refere...Paul Thomas2006-12-051-0/+1
* Merge gimple-tuples-branch into mainline.Aldy Hernandez2006-12-051-2/+6
* decl.c: Include langhooks.h.Rafael Ávila de Espíndola2006-10-231-2/+1
* re PR fortran/26025 (Optionally use BLAS for matmul)Francois-Xavier Coudert2006-10-221-1/+8
* [multiple changes]Paul Thomas2006-10-191-1/+1
* [multiple changes]Paul Thomas2006-10-081-1/+1
* re PR fortran/28163 (Calling libgfortran's copy_string is inefficient)Francois-Xavier Coudert2006-07-121-1/+0
* re PR fortran/27916 (Problem with allocatable arrays inside OpenMP do loop)Jakub Jelinek2006-06-091-0/+1
* trans.c (gfc_msg_bounds, [...]): Add strings for common runtime error messages.Francois-Xavier Coudert2006-06-031-1/+8
* re PR fortran/24813 (ICE with scalarization LEN of character types)Paul Thomas2006-05-071-0/+3
* re PR testsuite/26981 (g++.old-deja/g++.other/init18.C fails)Paul Thomas2006-04-031-0/+2
* re PR fortran/26257 (internal compiler error: Segmentation fault, on function...Paul Thomas2006-03-091-0/+4
* re PR fortran/26107 (ICE after error message on invalid code)Paul Thomas2006-03-061-1/+1
* re PR fortran/25031 ([4.1 only] Allocatable array can be reallocated.)Thomas Koenig2006-03-031-0/+2
* re PR fortran/25162 (Issue with OpenMP COPYIN and gfortran)Jakub Jelinek2006-02-141-0/+13
* backport: trans-decl.c (create_function_arglist): Handle dummy functions.Jakub Jelinek2006-02-061-0/+2
* Add 2006 copyright year.Feng Wang2006-01-091-1/+1
* fortran ChangeLog entry:Feng Wang2006-01-091-0/+3
* trans.h (tree): Remove declaration of gfc_build_function_call.Richard Guenther2005-12-161-3/+0
* trans.h (gfc_build_indirect_ref): Remove declaration.Richard Guenther2005-12-161-3/+0
* trans.h (build1_v): Use build1, not build to build the void typed tree.Richard Guenther2005-12-021-1/+1
* intrinsic.c (add_functions): Add ctime and fdate intrinsics.Francois-Xavier Coudert2005-11-061-0/+2
* intrinsic.c (add_functions): Add function version of TTYNAM.Francois-Xavier Coudert2005-11-051-0/+1
* trans.h (gfc_conv_cray_pointee): Remove.Jakub Jelinek2005-10-251-3/+0