aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran
AgeCommit message (Expand)AuthorFilesLines
2004-09-02re PR fortran/15327 (ICE when using MERGE on strings)Tobias Schlüter2-5/+27
2004-09-01re PR fortran/16400 (Invalid usage of assumed-size arrays is not rejected)Tobias Schlüter2-1/+67
2004-08-31re PR fortran/16579 (gfortran: (ICHAR(CHAR(I)) .NE. I) when 128 <= I <= 255)Tobias Schlüter2-1/+8
2004-08-31* CONTRIB, NEWS, README, TODO: Remove obsolete files.Tobias Schlüter5-114/+4
2004-08-31re PR fortran/17244 (gfortran fatal error: gfc_todo: Not Implemented: Returni...Tobias Schlüter2-3/+7
2004-08-31trans-decl.c, [...]: Replace all occurences of 'gfc_strlen_type_node' by 'gfc...Tobias Schlüter8-47/+53
2004-08-31* f95-lang.c: Change initial comment to say gfortran.Tobias Schlüter2-1/+2
2004-08-31* primary.c: Update copyright boilerplate to say GCC.Tobias Schlüter2-12/+16
2004-08-30trans-types.h: Add comments.Paul Brook2-7/+10
2004-08-30Make-lang.in (fortran/f95-lang.o): Update dependencies.Richard Henderson11-412/+367
2004-08-30gfortran.h (gfc_namespace): Add new field is_block_data.Tobias Schlüter6-18/+49
2004-08-29trans-const.c (gfc_conv_mpz_to_tree): Use mpz_export.Richard Henderson3-32/+32
2004-08-29re PR fortran/13910 (Cannot initialize variables with declation as allowed by...Tobias Schlüter8-361/+537
2004-08-29check.c (gfc_check_besn, [...]): New functions.Steven G. Kargl10-33/+271
2004-08-28gfortran.h (enum gfc_generic_isym_id): Add GFC_ISYM_GET?ID.Steven G. Kargl6-51/+103
2004-08-28error.c (gfc_error_init_1): Remove blank line in front of function body.Tobias Schlüter2-13/+16
2004-08-27gfortran.h (gfc_default_*_kind): Remove prototypes, add extern variable decla...Tobias Schlüter19-199/+172
2004-08-26arith.c: Include system.h, not real system headers.Richard Henderson7-257/+345
2004-08-26check.c (gfc_check_atan2): New function.Tobias Schlüter4-1/+20
2004-08-25arith.c (gfc_validate_kind): Add may_fail argument; abort if false and we don...Richard Henderson9-101/+74
2004-08-26expr.c (gfc_check_assign): Add comment.Tobias Schlüter3-0/+22
2004-08-25config-lang.in: Remove dead commented line.Paul Brook3-3/+6
2004-08-25re PR fortran/17190 (MPFR semantics for mpfr_get_z_exp changed)Paul Brook2-3/+11
2004-08-25re PR fortran/17144 (Not Implemented: Character string array constructors / A...Paul Brook8-60/+238
2004-08-25trans.h (build2_v, build3_v): New macros.Tobias Schlüter12-460/+525
2004-08-25trans-const.c (gfc_conv_mpz_to_tree): Change call to build_int_cst to build_i...Tobias Schlüter2-1/+7
2004-08-25tree.h (build_int_cst): New, sign extended constant.Nathan Sidwell9-31/+49
2004-08-24trans-decl.c, [...]: Add and remove blank lines as required.Tobias Schlüter3-4/+7
2004-08-24* trans-const.c (gfc_conv_mpz_to_tree): Fix 64-bit shift warning.Richard Henderson2-5/+10
2004-08-24resolve.c (merge_argument_lists): Revert unintentionally committed change.Tobias Schlüter2-4/+5
2004-08-24* resolve.c (resolve_entries): Fix a bunch of comment typos.Tobias Schlüter2-5/+17
2004-08-24trans-decl.c (build_function_decl): Fix spelling in comment.Tobias Schlüter1-7/+1
2004-08-24c-decl.c (c_init_decl_processing): Adjust build_common_tree_nodes call.Nathan Sidwell2-8/+13
2004-08-24* trans-types.c: Spelling and formatting fixes.Tobias Schlüter2-12/+16
2004-08-23trans-const.c (gfc_conv_mpz_to_tree): Use mpz_getlimbn instead of going throu...Richard Henderson2-49/+46
2004-08-24defaults.h (VECTOR_MODE_SUPPORTED_P): Remove macro.Eric Christopher2-82/+61
2004-08-23re PR fortran/13465 (Data statement for large arrays compiles verrrry sllloww...Richard Henderson5-25/+240
2004-08-22* trans-const.c, trans-decl.c, trans-expr.c: Spelling fixes.Tobias Schlüter4-58/+73
2004-08-22check.c (gfc_check_reduction): Rename to ...Tobias Schlüter4-15/+52
2004-08-20Trivial spelling typo fix.Paul Brook1-1/+1
2004-08-20re PR fortran/17077 (adjustable size arrays crash)Paul Brook3-7/+19
2004-08-20re PR fortran/17074 (Unclassifiable statement in IF-clause / Simple IF follow...Tobias Schlüter2-19/+179
2004-08-20Commit previously forgotten ChangeLog diffs for this patch:Erik Schnetter1-0/+15
2004-08-19re PR fortran/17091 (gfortran MAIN__ symbol not marked TREE_PUBLIC)Paul Brook3-32/+8
2004-08-19re PR fortran/14976 (.space is wrong)Paul Brook2-90/+88
2004-08-19re PR fortran/16946 (sum (array, mask) is not accepted)Erik Schnetter5-69/+91
2004-08-18* trans-types.c (gfc_sym_type): Use pointer types for optional args.Paul Brook2-1/+12
2004-08-18re PR fortran/13278 (derived type namelist I/O support missing, causes ICE)Victor Leikehman2-50/+116
2004-08-17re PR fortran/13082 (Function entries and entries with alternate returns not ...Paul Brook16-176/+669
2004-08-15re PR fortran/17030 (gfortran does not optimize ABS of complex that well)Andrew Pinski5-31/+47