aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran
AgeCommit message (Expand)AuthorFilesLines
2004-09-16array.c, [...]: Fix comment typos.Kazu Hirata26-68/+77
2004-09-16trans-io.c (transfer_array_component): New function.Victor Leikehman2-13/+117
2004-09-16* gfortran.texi: Fix a typo.Kazu Hirata2-1/+5
2004-09-16Revert accidental commit of unrelated/unfinished changes.Paul Brook1-85/+5
2004-09-15parse.c (eof_buf): Rename eof to eof_buf.Aaron W. LaFramboise2-3/+9
2004-09-15check.c (gfc_check_getcwd_sub): New function.Steven G. Kargl1-0/+12
2004-09-15check.c (gfc_check_getcwd_sub): New function.Steven G. Kargl7-5/+143
2004-09-15re PR fortran/16485 (Private subroutines from different modules collide durin...Tobias Schlüter2-3/+8
2004-09-14data.c, [...]: Fix comment typos.Kazu Hirata13-17/+24
2004-09-09Makefile.def: Remove libbanshee.Daniel Berlin1-1/+1
2004-09-08* scanner.c (get_file): Add ATTRIBUTE_UNUSED.Paul Brook2-1/+5
2004-09-08array.c: Don't include assert.h.Paul Brook19-401/+381
2004-09-07error.c (show_locus): Handle mapped locations.Per Bothner10-16/+133
2004-09-02* trans-types.c (gfc_type_for_mode): Return NULL for unknown modes.Paul Brook1-1/+1
2004-09-02* trans-types.c (gfc_type_for_mode): Return NULL for unknown modes.Paul Brook2-1/+5
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