aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/trans-intrinsic.c
AgeCommit message (Expand)AuthorFilesLines
2009-05-29re PR fortran/40019 (LEADZ and TRAILZ give wrong results)Francois-Xavier Coudert1-60/+56
2009-05-14re PR fortran/39865 (ICE in gfc_conv_scalarized_array_ref)Jakub Jelinek1-1/+1
2009-05-06re PR fortran/39630 ([F03] Procedure Pointer Components)Janus Weil1-2/+4
2009-04-27collect2.c (is_ctor_dtor): Change type of ret field in struct names to symkind.Ian Lance Taylor1-3/+5
2009-04-22hashtab.h: Update GTY annotations to new syntaxTaras Glek1-2/+1
2009-04-20module.c (import_iso_c_binding_module): Add casts to enum type.Ian Lance Taylor1-8/+8
2009-03-30f95-lang.c (gfc_init_builtin_functions): Define BUILT_IN_HUGE_VAL family of i...Ulrich Weigand1-6/+6
2009-03-28gfortran.h (gfc_option_t): Add rtcheck.Francois-Xavier Coudert1-2/+2
2009-03-27gimplify.c (mark_addressable): Export.Richard Guenther1-16/+16
2009-03-27gfortran.h (enum init_local_real.): Add GFC_INIT_REAL_SNAN.Tobias Burnus1-7/+8
2009-02-20Update Copyright years for files modified in 2008 and/or 2009.Jakub Jelinek1-1/+1
2009-01-28re PR fortran/38852 ([4.3] UBOUND fails for negative stride triplets)Paul Thomas1-1/+6
2009-01-17re PR fortran/34955 (transfer_assumed_size_1.f90: Valgrind error: invalid rea...Paul Thomas1-84/+92
2008-12-18re PR fortran/31822 (Missing run-time bound checks for character pointer => t...Daniel Kraft1-7/+6
2008-12-17re PR fortran/38137 (MERGE: -fbounds-check runtime check for same string length)Daniel Kraft1-1/+34
2008-11-20trans-intrinsic.c (gfc_conv_intrinsic_minmaxloc): Use gfc_index_one_node.Jakub Jelinek1-7/+6
2008-11-20re PR fortran/38181 (calls to SIZE not optimized out of loops)Jakub Jelinek1-5/+30
2008-11-12re PR target/35366 (gfortran.dg/equiv_7.f90 fails with -m64 -Os on powerpc-ap...Jakub Jelinek1-11/+36
2008-11-01re PR fortran/35681 (wrong result for vector subscripted array expression in ...Daniel Kraft1-1/+1
2008-10-02re PR fortran/37635 (Fortran 2008: Support LEADZ / TRAILZ)Steven Bosscher1-0/+143
2008-09-12tree-vrp.c (simplify_truth_ops_using_ranges): Fix types.Richard Guenther1-1/+1
2008-09-04trans-array.c (gfc_conv_array_parameter): Use correct types in building COND_...Richard Guenther1-1/+2
2008-08-28gfortran.h (enum expr_t): New value `EXPR_COMPCALL'.Daniel Kraft1-0/+1
2008-07-29re PR fortran/36403 (Some fortran tests using eoshift fail on SH)Daniel Kraft1-1/+82
2008-07-28backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch.Richard Biener1-35/+35
2008-07-27re PR fortran/36132 (_gfortran_internal_pack on optional arguments)Tobias Burnus1-5/+6
2008-07-24re PR fortran/29952 (Flag to give runtime information " array temporary was c...Thomas Koenig1-7/+12
2008-07-21fmt_g0_3.f08: Fix typo in expected error message.Ralf Wildenhues1-2/+2
2008-06-20arith.c (hollerith2representation): Fix for -Wc++-compat.Kaveh R. Ghazi1-13/+13
2008-06-12re PR fortran/36462 ([F03] Audit intrinsics for KIND arguments)Tobias Burnus1-3/+9
2008-06-07re PR fortran/36437 (Simplify argument to [c_]sizeof)Tobias Burnus1-7/+5
2008-05-28re PR fortran/36319 (Segfault with wide characters in DATA)Francois-Xavier Coudert1-29/+36
2008-05-18intrinsic.c (char_conversions, ncharconv): New static variables.Francois-Xavier Coudert1-13/+52
2008-05-15trans-expr.c (gfc_conv_concat_op): Take care of nondefault character kinds.Francois-Xavier Coudert1-20/+84
2008-05-14re PR fortran/35685 (UBOUND incorrect for run-time zero-sized section)Francois-Xavier Coudert1-0/+2
2008-04-30intrinsic.c (add_functions): Add SELECTED_CHAR_KIND intrinsic.François-Xavier Coudert1-0/+17
2008-04-24re PR fortran/35994 (MAXLOC and MINLOC off by one with mask)Jerry DeLisle1-4/+5
2008-04-16re PR fortran/35932 (ICE: CHAR with array arg and also a KIND arg)Paul Thomas1-5/+8
2008-03-03re PR fortran/33197 (Fortran 2008: math functions)François-Xavier Coudert1-4/+12
2008-02-29re PR fortran/35059 (Seg fault when max constructor limit reached)Jerry DeLisle1-0/+2
2008-02-27re PR fortran/33387 (Fortran front-end should translate intrinsics by calling...Francois-Xavier Coudert1-42/+351
2008-02-24trans-array.c (gfc_conv_descriptor_data_get, [...]): Use fold_buildN instead ...Tobias Schlüter1-103/+111
2007-12-25re PR fortran/34533 (DTIME returns total process time and not since last invo...Daniel Franke1-0/+1
2007-11-24re PR libfortran/34209 (run-time lib: NEAREST(0.0_8, -1.0) produces wrong num...Jerry DeLisle1-1/+1
2007-11-18trans-expr.c (gfc_conv_missing_dummy): Set the type of the dummy argument to ...Jerry DeLisle1-1/+1
2007-11-08re PR fortran/34028 (Type mismatch with optimization of ISHFT)Francois-Xavier Coudert1-1/+1
2007-10-30re PR fortran/33596 (ICE with simplified ISNAN)Francois-Xavier Coudert1-0/+1
2007-10-05gfortran.h (gfc_get_data_variable, [...]): Move to decl.c.Francois-Xavier Coudert1-4/+3
2007-09-27re PR fortran/33568 (ICE with ANINT (with KIND and an array))Paul Thomas1-9/+10
2007-09-03re PR fortran/31675 (Fortran front-end and libgfortran should have a common h...Francois-Xavier Coudert1-2/+2