aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/intrinsic.c
AgeCommit message (Expand)AuthorFilesLines
2009-04-22re PR fortran/39735 (procedure pointer assignments: return value is not checked)Janus Weil1-1/+1
2009-01-09check.c: Update copyright year.Paul Thomas1-1/+1
2009-01-04intrinsic.c (do_simplify): Removed already implemented TODO.Daniel Franke1-3/+0
2009-01-04re PR fortran/38718 (some simplifiers for elemental intrinsics missing; requi...Daniel Franke1-1/+1
2008-11-09re PR fortran/37836 (ICE in gfc_trans_auto_array_allocation)Paul Thomas1-2/+2
2008-11-01re PR fortran/35681 (wrong result for vector subscripted array expression in ...Daniel Kraft1-0/+1
2008-10-09re PR fortran/35723 (Can't use run-time array element in character declaration)Daniel Kraft1-12/+28
2008-10-02re PR fortran/37635 (Fortran 2008: Support LEADZ / TRAILZ)Steven Bosscher1-0/+14
2008-07-29gfortran.h (try): Remove macro.Kaveh R. Ghazi1-23/+23
2008-07-24re PR fortran/33141 (Intrinsic procedures: Improve warning/error with -std=*)Daniel Kraft1-23/+149
2008-07-19gfortran.h (new): Remove macro.Kaveh R. Ghazi1-43/+43
2008-07-19gfortran.h (protected): Remove macro.Kaveh R. Ghazi1-15/+15
2008-06-20arith.c (hollerith2representation): Fix for -Wc++-compat.Kaveh R. Ghazi1-4/+5
2008-06-07re PR fortran/36437 (Simplify argument to [c_]sizeof)Tobias Burnus1-1/+2
2008-05-28re PR fortran/36319 (Segfault with wide characters in DATA)Francois-Xavier Coudert1-1/+0
2008-05-18intrinsic.c (char_conversions, ncharconv): New static variables.Francois-Xavier Coudert1-20/+159
2008-05-17intrinsic.c (add_functions): Change FLUSH(C) to FLUSH(UNIT).Tobias Burnus1-1/+1
2008-05-06re PR fortran/36117 (Use MPFR for bessel function (optimization, rejects vali...Tobias Burnus1-12/+12
2008-04-30intrinsic.c (add_functions): Add SELECTED_CHAR_KIND intrinsic.François-Xavier Coudert1-0/+7
2008-03-06re PR fortran/33197 (Fortran 2008: math functions)Francois-Xavier Coudert1-10/+10
2008-03-03re PR fortran/33197 (Fortran 2008: math functions)François-Xavier Coudert1-30/+58
2008-02-24arith.c: Update copyright years.Tobias Schlüter1-1/+1
2007-12-25re PR fortran/34533 (DTIME returns total process time and not since last invo...Daniel Franke1-5/+9
2007-12-17intrinsic.c (add_functions): Undo change; mark float and sngl as STD_F77.Tobias Burnus1-2/+2
2007-12-16re PR fortran/34495 (accepts invalid initialization expressions withTRANSFER)Tobias Burnus1-2/+10
2007-11-29re PR fortran/34262 (MVBITS does not work for arrays)Tobias Burnus1-2/+6
2007-10-27re PR fortran/33162 (INTRINSIC functions as ACTUAL argument)Jerry DeLisle1-30/+30
2007-08-29re PR libfortran/32989 (GETARG intrinsic)Francois-Xavier Coudert1-3/+3
2007-08-29re PR fortran/33105 (F2003: Support is_iostat_end & is_iostat_eor intrinsics)François-Xavier Coudert1-0/+12
2007-08-26re PR fortran/32980 (Vendor extension: Intrinsic functions (D)GAMMA, LGAMMA (...Tobias Burnus1-0/+25
2007-08-24re PR fortran/33178 (-std=f95: SIGN with integer arguments rejected as initia...Tobias Burnus1-6/+4
2007-08-12re PR fortran/29600 ([F03] MINLOC and MAXLOC take an optional KIND argument)Francois-Xavier Coudert1-2/+3
2007-08-12re PR fortran/30964 (optional arguments to random_seed)Francois-Xavier Coudert1-2/+3
2007-08-12re PR fortran/29600 ([F03] MINLOC and MAXLOC take an optional KIND argument)Francois-Xavier Coudert1-26/+41
2007-08-06re PR fortran/30933 (intrinsic: EXIT)Francois-Xavier Coudert1-3/+3
2007-08-05re PR fortran/32979 (Implement vendor-specific ISNAN() intrinsic function)Francois-Xavier Coudert1-0/+6
2007-08-01arith.c: Change copyright header to refer to version 3 of the GNU General Pub...Nick Clifton1-4/+3
2007-07-24re PR fortran/32778 (pedantic warning: intrinsics that are GNU extensions not...Daniel Franke1-33/+30
2007-07-22re PR fortran/29962 (Initialization expressions)Daniel Franke1-361/+346
2007-06-30re PR fortran/20373 (INTRINSIC symbols can be given the wrong type)Daniel Franke1-8/+7
2007-05-31trans-expr.c (gfc_conv_expr_op): Use zero constant that matches the lse type.Richard Guenther1-2/+2
2007-05-29gfortran.h: Renamed 'enum gfc_generic_isym_id' to 'enum gfc_isym_id'...Daniel Franke1-347/+352
2007-05-29gfortran.h (gfc_generic_isym_id): Add GFC_ISYM_SIZEOF.Tobias Schlüter1-0/+6
2007-05-28gfortran.h (gfc_expr): Remove from_H, add "representation" struct.Brooks Moses1-10/+0
2007-05-17re PR fortran/31919 ([4.1/4.2 only] min/max do not check array conformance)Daniel Franke1-23/+21
2007-05-04re PR libfortran/31760 (missing elemental applicability)Daniel Franke1-12/+12
2007-05-04re PR target/22539 (Internal compiler error with maximum sized array)Daniel Franke1-1/+7
2007-05-01intrinsic.c (add_functions): Fixed ELEMENTAL specifications.Daniel Franke1-66/+66
2007-04-25re PR fortran/31668 (%VAL rejected for PROC_MODULE and PROC_INTERNAL procedures)Tobias Burnus1-2/+2
2007-04-07re PR fortran/31257 (ICE in gfc_conv_expr_descriptor)Paul Thomas1-1/+1