aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/trans-intrinsic.c
AgeCommit message (Expand)AuthorFilesLines
2010-05-15re PR fortran/43207 ([OOP] invalid (pointer) assignment to and from abstract ...Janus Weil1-0/+2
2010-04-13[multiple changes]Jerry DeLisle1-2/+4
2010-04-01ioparm.def: Update copyright.Paul Thomas1-1/+1
2010-02-20re PR fortran/36932 (unneeded temporary (2x))Paul Thomas1-1/+1
2010-01-31re PR fortran/38324 (Wrong lbound given to allocatable components)Paul Thomas1-37/+1
2009-11-30backport: re PR fortran/42053 ([OOP] SELECT TYPE: reject duplicate CLASS IS b...Janus Weil1-23/+11
2009-11-28trans-common.c (create_common): Remove unused offset variable.Jakub Jelinek1-10/+1
2009-10-24re PR fortran/41772 (Wrong code due to TRANSFER of EMPTY array section)Paul Thomas1-0/+2
2009-09-30resolve.c (check_typebound_baseobject): Don't check for abstract types for CL...Tobias Burnus1-0/+2
2009-09-30re PR fortran/40996 ([F03] ALLOCATABLE scalars)Tobias Burnus1-0/+58
2009-08-31re PR fortran/40996 ([F03] ALLOCATABLE scalars)Janus Weil1-3/+15
2009-08-13re PR fortran/40941 (gfc_typespec: put derived and cl into union)Janus Weil1-3/+3
2009-07-24re PR fortran/40643 (maxloc/minloc: Wrong result for NaN at position 1)Jakub Jelinek1-30/+543
2009-07-16re PR c/40435 (Revision 148442 caused many regressions on trunk)Aldy Hernandez1-54/+104
2009-07-08re PR fortran/40675 (Support -fnosign-zero for SIGN intrinsic for Fortran 77 ...Tobias Burnus1-1/+20
2009-07-04trans-intrinsic.c (gfc_conv_intrinsic_minmaxloc): For integer maxloc initiali...Jakub Jelinek1-2/+2
2009-06-12java-gimplify.c (java_gimplify_block): New argument to build_empty_stmt.Aldy Hernandez1-20/+30
2009-06-08trans-array.h: Replace prototypes for gfc_conv_descriptor_offset...Paul Thomas1-11/+11
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