aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/trans-intrinsic.c
AgeCommit message (Expand)AuthorFilesLines
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
2007-08-29re PR fortran/33105 (F2003: Support is_iostat_end & is_iostat_eor intrinsics)François-Xavier Coudert1-0/+24
2007-08-23re PR fortran/33095 (MAX with optional arguments gives run-time error)Francois-Xavier Coudert1-54/+13
2007-08-14re PR fortran/33073 (Type mismatch in build_fixbound_expr())Francois-Xavier Coudert1-20/+4
2007-08-12re PR fortran/29600 ([F03] MINLOC and MAXLOC take an optional KIND argument)Francois-Xavier Coudert1-79/+11
2007-08-10re PR fortran/31270 (print subscript value and array bounds when out-of-bound...Francois-Xavier Coudert1-9/+10
2007-08-10re PR fortran/32933 (ICE in simplify_subreg with -fdefault-integer-8)Francois-Xavier Coudert1-10/+7
2007-08-06re PR fortran/29828 ([F2003] MIN and MAX with character variables)Francois-Xavier Coudert1-2/+47
2007-08-05re PR fortran/32979 (Implement vendor-specific ISNAN() intrinsic function)Francois-Xavier Coudert1-0/+16
2007-08-04re PR fortran/32968 (selected_(int|real)_kind fail with -fdefault-integer-8)Steven G. Kargl1-6/+28
2007-08-03re PR fortran/31202 (Incorrect rounding generated for NINT)Francois-Xavier Coudert1-21/+49
2007-08-01arith.c: Change copyright header to refer to version 3 of the GNU General Pub...Nick Clifton1-4/+3
2007-07-31re PR fortran/32942 (Wrong code with with -fdefault-integer-8)Steven G. Kargl1-3/+7
2007-07-28re PR fortran/32048 (max/min and NaN)François-Xavier Coudert1-3/+12
2007-07-21re PR fortran/32823 (internal compiler error: in gfc_trans_assignment_1)Lee Millward1-9/+14
2007-07-16re PR fortran/32222 (ICE in gfc_trans_assignment_1)Lee Millward1-310/+326