aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran
AgeCommit message (Expand)AuthorFilesLines
2004-10-03simplify.c (range_check): Remove blank line at beginning of function.Tobias Schlüter2-152/+70
2004-10-03trans-intrinsic.c: Fix comments on spacing and rrspacingFeng Wang2-16/+38
2004-10-01c-decl.c (c_expand_body): Update call tree_rest_of_compilation.Jan Hubicka3-2/+8
2004-09-26* trans-intrinsic.c: Comment fixes.Tobias Schlüter2-1/+5
2004-09-25* decl.c (add_init_expr_to_sym, variable_decl): Comment fixes.Tobias Schlüter2-2/+7
2004-09-24re PR fortran/17615 (Internal compiler error using interface procedures)Tobias Schlüter2-2/+9
2004-09-24intrinsic.h (gfc_resolve_getcwd): Update prototype.Tobias Schlüter2-2/+2
2004-09-24trans-types.c (gfc_return_by_reference): Remove superfluous assertion.Tobias Schlüter2-2/+5
2004-09-20re PR middle-end/16460 (ICE when compiling glibc (ld-ctype.c))Jan Hubicka2-20/+8
2004-09-20re PR fortran/15957 (Error in array assignments; 'shape'-related stuff)Tobias Schlüter2-1/+7
2004-09-17alias.c (find_base_decl): Remove unreachable case '3' block.Jeffrey D. Oldham4-69/+75
2004-09-17gfortran.h (struct gfc_linebuf): Don't use C99 empty arrays.Paul Brook3-3/+11
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