aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran
AgeCommit message (Expand)AuthorFilesLines
2005-05-18array.c (gfc_match_array_constructor): Support [ ...Erik Edelmann2-3/+21
2005-05-18f95-lang.c (gfc_init_builtin_functions): Define BUILT_IN_TRUNC and BUILT_IN_T...Tobias Schlüter3-12/+28
2005-05-18re PR fortran/20954 (gfortran - internal compiler error with -fdefault-intege...Feng Wang2-0/+8
2005-05-17trans-types.c (gfc_array_range_type): New variable.Zdenek Dvorak2-3/+14
2005-05-17re PR fortran/15080 (Forall bounds not calculated correctly (forall_3.f90))Jakub Jelinek2-90/+188
2005-05-15[multiple changes]Feng Wang3-2/+12
2005-05-13trans-stmt.c (gfc_trans_forall_1): Fix comment typo.Paul Brook2-1/+5
2005-05-12* trans-types.c (gfc_is_nodesc_array): Remove redundant check.Tobias Schlüter2-3/+4
2005-05-12re PR fortran/21260 (Conflict between comment and H edit descriptor)Tobias Schlüter2-1/+7
2005-05-11Fix incomplete ChagneLog from previous checkin.Tobias Schlüter1-0/+2
2005-05-11resolve.c (resolve_symbol): Copy 'pointer' and 'dimension' attribute from res...Tobias Schlüter3-1/+8
2005-05-11Fix previous buggy checkin to invoke.texi.Tobias Schlüter1-2/+2
2005-05-11re PR fortran/20178 (COMPLEX function returns incompatible with g77)Tobias Schlüter8-32/+185
2005-05-09match.c (gfc_match_return): Only require space after keyword when it is oblig...Tobias Schlüter3-8/+31
2005-05-08* intrinsic.texi: Fix typos.Kazu Hirata2-3/+7
2005-05-07intrinsic.texi: Document ASSOCIATED and ATAN2.Steven G. Kargl2-31/+160
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