aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran
AgeCommit message (Expand)AuthorFilesLines
2005-05-03Make-lang.in, [...]: Update copyright.Kazu Hirata6-6/+11
2005-04-29tree.c (build_block): Removed unused 'tags' argument.Tom Tromey2-1/+5
2005-04-29[multiple changes]Jakub Jelinek8-28/+325
2005-04-29gfortran.h (gfc_namespace): Add seen_implicit_none field, Tobias forgot this ...Francois-Xavier Coudert2-1/+6
2005-04-29trans-expr.c (gfc_conv_expr_present): Fix broken assert.Paul Brook2-2/+8
2005-04-29gfortran.h (gfc_namespace): Add seen_implicit_none field.Tobias Schlüter2-0/+21
2005-04-28gfortran.h (gfc_gsymbol): Make name a const char *.Tobias Schlüter3-2/+8
2005-04-28re PR fortran/20865 (statement function shall not be supplied as procedure ar...Francois-Xavier Coudert2-0/+12
2005-04-27re PR fortran/21177 (wrong code with NULL())François-Xavier Coudert2-1/+7
2005-04-25re PR fortran/20879 (argument to ICHAR must have length one)Paul Brook5-2/+76
2005-04-24re PR fortran/20059 (internal compiler error: Segmentation Fault - For common...Tobias Schlüter2-2/+8
2005-04-23diagnostic.c (warning): Accept parameter to classify warning option.DJ Delorie2-4/+8
2005-04-23Update of gfortran.info to describe extensions to the standard for namelist io.Paul Thomas1-4/+49
2005-04-23Fix comment typo in previous checkin.Tobias Schlüter2-2/+2
2005-04-23trans-const.c (gfc_conv_mpfr_to_tree): Use hexadecimal string as intermediate...Tobias Schlüter2-15/+22
2005-04-22trans-const.c (gfc_conv_mpfr_to_tree): Remove unneeded computation; simplify ...Steven G. Kargl2-39/+17
2005-04-20trans-const.c (gfc_conv_mpz_to_tree): Fix comment.Steven G. Kargl2-2/+6
2005-04-19invoke.texi: Update -Waliasing description.Arnaud Desitter2-5/+20
2005-04-19re PR fortran/16861 ([4.0 only] segfault with doubly used module)Francois-Xavier Coudert2-0/+9
2005-04-18Rewrap ChangeLog. I'm listing the affected PRs so that they receive anot abo...Tobias Schlüter1-7/+9
2005-04-17re PR fortran/17472 ([4.0 only] namelist does not handle arrays)Paul Thomas2-139/+241
2005-04-17scanner.c (gfc_next_char_literal): Reset truncation flag for lines ending in ...Richard Guenther2-2/+15
2005-04-15re PR fortran/14569 ([4.0 only] should not warn about truncated comment lines)Richard Guenther4-21/+32
2005-04-14gfortran.h (gfc_real_info): Add subnormal struct member.Steven G. Kargl4-15/+19
2005-04-14ChangeLog: Added comment on gfc_match_if for the 2005-04-09 entry on match.c.François-Xavier Coudert1-0/+2
2005-04-12* simplify.c: Fix a comment typo.Kazu Hirata2-1/+5
2005-04-12lang.opt: Refer to the GCC internals documentation instead of c.opt.Richard Sandiford2-1/+5
2005-04-11simplify.c (gfc_simplify_nearest): Overhaul.Tobias Schlüter2-41/+63
2005-04-10* interface.c: Fix a comment typo.Kazu Hirata2-1/+5
2005-04-10match.c (match_arithmetic_if): Arithmetic IF is obsolete in Fortran 95.Francois-Xavier Coudert2-0/+14
2005-04-09simplify.c (gfc_simplify_anint): Use mpfr_round()Steven G. Kargl2-78/+15
2005-04-09re PR fortran/13257 ([4.0 only] Error instead of warning for missing comma in...Andrew Pinski2-2/+11
2005-04-09match.c (match_arithmetic_if): Remove gfc_ prefix and correct comment accordi...Francois-Xavier Coudert2-5/+10
2005-04-08* match.c (gfc_match_arithmetic_if): Declare static.Diego Novillo2-1/+5
2005-04-08re PR fortran/17229 (parser confused by arithmetic if inside an if)Francois-Xavier Coudert2-0/+42
2005-04-07simplify.c (gfc_simplify_exponent): Fix exponent(tiny(x))Steven G. Kargl2-0/+11
2005-04-06Remove documentation of the nonexistent -std=f90 option.Steven G. Kargl2-1/+5
2005-04-06expr.c (gfc_check_assign): Don't allow NULL as rhs in a non-pointer assignment.Tobias Schlüter2-5/+11
2005-04-06Add ChangeLog.Feng Wang1-0/+14
2005-04-05re PR fortran/15959 (ICE and assertion failure in trans-decl.c with character...Feng Wang3-2/+95
2005-04-04* intrinsic.texi: BES?? functions are not in the f95 standard.Francois-Xavier Coudert2-12/+16
2005-04-03* intrinsic.texi: Document COS, EXP, LOG, LOG10, SIN, SQRT, TAN.Francois-Xavier Coudert2-40/+368
2005-04-03intrinsic.texi: Document BESJ0, BESJ1, BESJN, BESY0, BESY1, BESYN, ATAN, COSH...Francois-Xavier Coudert2-39/+555
2005-04-03Document ALLOCATED, ANINT, ANY, ASIN; Fix typos.Steven G. Kargl2-26/+235
2005-04-01decl.c, [...]: Fix comment typos.Kazu Hirata7-10/+15
2005-03-30gfortran.h (option_t): Change d8, i8, r8 to flag_default_double, flag_default...Steven G. Kargl6-48/+67
2005-03-29tree-ssanames.c (duplicate_ssa_name_ptr_info): New function.Dorit Nuzman2-1/+17
2005-03-28Document AIMAG, AINT, ALLSteven G. Kargl2-8/+174
2005-03-26Fix illogical logic.Steven G. Kargl2-11/+21
2005-03-26trans-common.c (create_common): Build RECORD_NODE for common blocks contain n...Canqun Yang2-8/+30