aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/simplify.c
AgeCommit message (Expand)AuthorFilesLines
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
2004-08-25arith.c (gfc_validate_kind): Add may_fail argument; abort if false and we don...Richard Henderson1-75/+26
2004-08-08simplify.c (gfc_simplify_shape): Bugfix.Victor Leikehman1-3/+3
2004-08-06arith.c: Add #define for model numbers.Steven G. Kargl1-524/+435
2004-07-15re PR fortran/13792 (lbound/ubound generates internal compiler error)Tobias Schlüter1-2/+2
2004-05-29* simplify.c (gfc_simplify_log): Remove useless line of code.Steven G. Kargl1-1/+0
2004-05-14Make-lang.in, [...]: Update copyright years and boilerplate.Tobias Schlüter1-13/+14
2004-05-13Merge tree-ssa-20020619-branch into mainline.Diego Novillo1-0/+4008