aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/simplify.c
AgeCommit message (Expand)AuthorFilesLines
2007-01-31* simplify.c, trans-array.c: Fix comment typos.Kazu Hirata1-2/+2
2007-01-28re PR fortran/30389 ([4.1 only] ACHAR() intrinsic gives erroneous errors in c...Thomas Koenig1-77/+34
2007-01-20openmp.c, [...]: Next installment in the massive whitespace patch.Steven G. Kargl1-265/+234
2007-01-11simplify.c: Update copyright to 2007.Brooks Moses1-1/+1
2007-01-09simplify.c (gfc_simplify_ibclr): Fix POS comparison.Brooks Moses1-2/+2
2007-01-09re PR fortran/30381 ([4.1 only] ISHFTC() constant folding is broken.)Brooks Moses1-46/+90
2006-11-16re PR fortran/29391 ([4.2/4.1 only] LBOUND and UBOUND are broken)Francois-Xavier Coudert1-7/+38
2006-10-28gfortran.h: Remove GFC_MPFR_TOO_OLD.Steven G. Kargl1-188/+2
2006-10-09re PR fortran/15441 (RRSPACING broken for denormals)Steven G. Kargl1-30/+83
2006-10-08re PR fortran/28585 (Fortran 2003: Support NEW_LINE intrinsic)Tobias Burnus1-0/+19
2006-09-28arith.c: Change conditional test for inclusion of arctangent().Steven G. Kargl1-6/+6
2006-09-27re PR fortran/28276 (EXPONENT() broken for real constants)Steven G. Kargl1-17/+60
2006-09-07data_1.f90: Fix integer oveflow in integer literal constant.Steven G. Kargl1-3/+9
2006-07-26intrinsic.c (add_functions): Add INT2, SHORT, INT8, LONG, LSTAT, MCLOCK and M...François-Xavier Coudert1-0/+60
2006-06-20simplify.c (gfc_simplify_rrspacing): Initialize and clear mpfr_t variable.Steven G. Kargl1-0/+2
2006-06-20re PR fortran/25049 (TRANSPOSE not allowed in initialisation expression)Paul Thomas1-0/+13
2006-06-18re PR fortran/19310 ([4.1 Only] unnecessary error for overflowing results)Jerry DeLisle1-3/+22
2006-05-04simplify.c (ascii_table): Fix wrong entry.Tobias Schlüter1-1/+1
2006-04-29re PR fortran/25681 (ICE with len of array of derived type)Francois-Xavier Coudert1-7/+17
2006-03-06simplify.c (gfc_simplify_verify): Fix return when SET=''.Steven G. Kargl1-2/+2
2006-02-10re PR fortran/20858 (NULL doesn't get its argument type (kind))Steven G. Kargl1-7/+5
2006-01-09Add 2006 copyright year.Feng Wang1-2/+2
2006-01-09simplify.c (gfc_simplify_char): Use UCHAR_MAX instead of literal constant.Feng Wang1-3/+3
2005-12-17re PR fortran/25458 ([4.1] Kind of constants in generic intrinsics)Steven G. Kargl1-0/+5
2005-11-27re PR fortran/23912 (MOD function requires same kind arguments)Francois-Xavier Coudert1-5/+11
2005-11-13fget.c: New file.Francois-Xavier Coudert1-0/+106
2005-09-22re PR fortran/23516 (IMAG is not a generic function when implicit none is dec...Steven G. Kargl1-0/+16
2005-09-07re PR fortran/19269 (transpose(reshape(...)) of character array segfaults.)Richard Sandiford1-1/+1
2005-07-07For the 60th anniversary of Chinese people��s Anti-Japan war victory.Feng Wang1-0/+28
2005-06-25Update FSF address.Kelley Cook1-2/+2
2005-06-24re PR fortran/21915 ([4.0 only] Would like atanh etc. as intrinsics)Jerry DeLisle1-2/+61
2005-06-24simplify.c (gfc_simplify_modulo): Don't clear before get result.Feng Wang1-2/+1
2005-06-01intrinsic.c (add_conv): No longer take a "simplify" argument as its always gf...Roger Sayle1-3/+14
2005-04-14gfortran.h (gfc_real_info): Add subnormal struct member.Steven G. Kargl1-13/+2
2005-04-12* simplify.c: Fix a comment typo.Kazu Hirata1-1/+1
2005-04-11simplify.c (gfc_simplify_nearest): Overhaul.Tobias Schlüter1-41/+59
2005-04-09simplify.c (gfc_simplify_anint): Use mpfr_round()Steven G. Kargl1-78/+9
2005-04-07simplify.c (gfc_simplify_exponent): Fix exponent(tiny(x))Steven G. Kargl1-0/+7
2005-03-01re PR fortran/19479 (UBOUND causes ICE)Tobias Schlüter1-16/+55
2005-02-19check.c (gfc_check_selected_int_kind): New function.Steven G. Kargl1-2/+2
2005-02-19check.c (gfc_check_int): improve checking of optional kindSteven G. Kargl1-1/+1
2005-01-18arith.c, [...]: Update copyright.Kazu Hirata1-1/+1
2005-01-03arith.c: Add system.h; remove string.hSteven G. Kargl1-3/+0
2004-10-30simplify.c (twos_complement): Calculate mask in GMP arithmetic.Tobias Schlüter1-9/+7
2004-10-07* simplify.c (gfc_simplify_abs): Use mpfr_hypot for CABS.Tobias Schlüter1-11/+2
2004-10-06re PR fortran/17568 (ISHFT intrinsic: bogus overflow error)Tobias Schlüter1-27/+82
2004-10-03simplify.c (range_check): Remove blank line at beginning of function.Tobias Schlüter1-152/+55
2004-09-20re PR fortran/15957 (Error in array assignments; 'shape'-related stuff)Tobias Schlüter1-1/+1
2004-09-08array.c: Don't include assert.h.Paul Brook1-4/+4
2004-08-27gfortran.h (gfc_default_*_kind): Remove prototypes, add extern variable decla...Tobias Schlüter1-32/+32