ug_words, [...]: Added alpha-ivms transitioning section to porting guide chapter...
[platform/upstream/gcc.git] / gcc / fortran /
2004-12-29 Steven G. Karglgfortran.h (gfc_case): fix typo in comment.
2004-12-27 Tobias Schlüterre PR libfortran/19032 (modulo generates wrong result...
2004-12-27 Andrew Pinskitrans-expr.c (gfc_conv_cst_int_power): Only check for...
2004-12-27 Tobias Schlütertrans-intrinsic.c (gfc_conv_intrinsic_ishft): Change...
2004-12-23 Steven G. Karglgfortran.texi: Fix typo.
2004-12-16 Tobias Schlütertrans-intrinsic.c (build_fixbound_expr): Clarify commen...
2004-12-15 Tobias Schlüterscanner.c (skip_fixed_comments): Fix typo in comment...
2004-12-15 Tobias Schlüterre PR fortran/18993 (incorrect parsing in fixed-form)
2004-12-15 Richard Hendersongfortran.h (gfc_expr.function.name): Make const.
2004-12-13 Richard Hendersoniresolve.c (gfc_resolve_all, [...]): Use PREFIX.
2004-12-12 Tobias Schlüterre PR fortran/18869 (multiple common blocks in a single...
2004-12-12 Steven G. Karglre PR fortran/16581 (gfortran F90 bit intrinsics don...
2004-12-12 Steven G. Karglre PR fortran/16222 (non-integral DO loop variables...
2004-12-12 Paul BrookFix trivial comment typo.
2004-12-12 Tobias SchlüterFix date on ChangeLog, fix typo in function name
2004-12-11 Tobias Schlüterre PR fortran/17175 (set_exponent breaks with integer...
2004-12-08 Richard Hendersonintrinsic.c (gfc_convert_type_warn): Propagate the...
2004-12-08 Tobias SchlüterAdd missing PR numbers for previous commit:
2004-12-08 Tobias Schlüter* decl.c (gfc_match_end): Use locus of END when eos...
2004-12-08 Tobias Schlüterresolve.c (resolve_code): Impose correct restrictions...
2004-12-02 Steven G. Karglflush.c: New file.
2004-12-02 Steven G. Karglintrinsic.c: Fix and add comments, fix function declara...
2004-11-25 Joseph Myersdarwin.h (SUBTARGET_OVERRIDE_OPTIONS): Use %qs instead...
2004-11-24 Steven Bosscherc-opts.c (c_common_post_options): Don't clear flag_inli...
2004-11-20 Steven G. Karglcheck.c (gfc_check_getcwd_sub): Fix seg fault.
2004-11-16 Paul Brookre PR fortran/13010 (seg fault on valid code)
2004-11-15 Paul Brook* trans-types.c (gfc_get_dtype): Remove obsolete TODO.
2004-11-13 Mike StumpMakefile.in: Add html support.
2004-11-10 Paul Brookre PR fortran/18375 (ICE when compiling spec benchmark...
2004-11-10 Paul Brook* invoke.texi: Fix typo.
2004-11-08 Kazu Hirataarith.c, [...]: Fix comment formatting.
2004-11-06 Tobias Schlüterre PR fortran/18023 (ice on trying to convert between...
2004-11-06 Kazu Hirata* gfortranspec.c: Replace GNU CC with GCC.
2004-11-05 Tobias Schlüter* gfortranspec.c (lang_specific_driver): Change year...
2004-11-05 Tobias Schlüterre PR fortran/18111 (spurious warnings with -W -Wunused)
2004-11-05 Tobias Schlüterre PR fortran/15164 (trans-decl.c:411: gfc_finish_var_d...
2004-11-03 Tobias Schlüterre PR fortran/17535 (gfortran with module procedures)
2004-11-02 Paul Brookintrinsic.c (check_intrinsic_standard): Include error...
2004-10-31 Janne Blomqvistre PR fortran/17590 (Standard conformance should take...
2004-10-30 Andrew Pinskif95-lang.c (lang_tree_node): Add chain_next to be the...
2004-10-30 Tobias Schlütersimplify.c (twos_complement): Calculate mask in GMP...
2004-10-30 Tobias Schlütertrans.c (gfc_trans_code): Set global locus after recursing.
2004-10-30 Canqun Yangcheck.c (gfc_check_rand): Allow missing optional argument.
2004-10-28 Scott Robert LaddFix for PR fortran/13490, PR fortran/17912
2004-10-28 Scott Robert LaddAdded pedantic_min_int to gfc_integer_info Added ARITH_...
2004-10-17 Andrew PinskiMake-lang.in (F95_ADDITIONAL_OBJS): Kill.
2004-10-13 Tobias Schlütertrans-decl.c (generate_local_decl): Simplify logic...
2004-10-10 Tobias Schlüter* module.c: Fix formatting issues.
2004-10-09 Tobias Schlütermodule.c (mio_interface_rest): Set where member of...
2004-10-08 Andrew Pinskire PR fortran/17901 (max-identifier-length problem...
2004-10-08 Tobias Schlüter* arith.c: Fix formatting issues.
2004-10-08 Tobias Schlüterre PR fortran/17676 (Problem with user operator)
2004-10-07 Tobias Schlüterprimary.c (match_boz_constant): Allow kind parameter...
2004-10-07 Kazu Hirata* trans-stmt.c: Fix a comment typo.
2004-10-07 Paul Brookre PR fortran/17678 (USE statement incorrectly initiali...
2004-10-06 Tobias Schlüter* simplify.c (gfc_simplify_abs): Use mpfr_hypot for...
2004-10-06 Tobias Schlüterre PR fortran/17568 (ISHFT intrinsic: bogus overflow...
2004-10-06 Paul Brooktrans-stmt.c (gfc_trans_simple_do): New function.
2004-10-04 Tobias Schlüterre PR fortran/17776 (no subroutine system)
2004-10-04 Tobias Schlüterre PR fortran/17708 (gfortran problem with goto inside...
2004-10-04 Tobias Schlütertrans-const.c (gfc_build_cstring_const): New function.
2004-10-04 Tobias Schlüterre PR libfortran/17631 (libfortran: intrinsic subroutin...
2004-10-04 Tobias Schlüterre PR fortran/17283 (UNPACK issues)
2004-10-04 Erik Schnetterscanner.c (preprocessor_line): Accept preprocessor...
2004-10-04 Tobias Schlütertrans-array.c (gfc_conv_expr_descriptor): Check for...
2004-10-04 Kazu Hirata* trans-intrinsic.c: Fix a comment typo.
2004-10-03 Tobias Schlütersimplify.c (range_check): Remove blank line at beginnin...
2004-10-03 Feng Wangtrans-intrinsic.c: Fix comments on spacing and rrspacing
2004-10-01 Jan Hubickac-decl.c (c_expand_body): Update call tree_rest_of_comp...
2004-09-26 Tobias Schlüter* trans-intrinsic.c: Comment fixes.
2004-09-25 Tobias Schlüter* decl.c (add_init_expr_to_sym, variable_decl): Comment...
2004-09-24 Tobias Schlüterre PR fortran/17615 (Internal compiler error using...
2004-09-24 Tobias Schlüterintrinsic.h (gfc_resolve_getcwd): Update prototype.
2004-09-24 Tobias Schlütertrans-types.c (gfc_return_by_reference): Remove superfl...
2004-09-20 Jan Hubickare PR middle-end/16460 (ICE when compiling glibc (ld...
2004-09-20 Tobias Schlüterre PR fortran/15957 (Error in array assignments; 'shape...
2004-09-17 Jeffrey D. Oldhamalias.c (find_base_decl): Remove unreachable case ...
2004-09-17 Paul Brookgfortran.h (struct gfc_linebuf): Don't use C99 empty...
2004-09-16 Kazu Hirataarray.c, [...]: Fix comment typos.
2004-09-16 Victor Leikehmantrans-io.c (transfer_array_component): New function.
2004-09-16 Kazu Hirata* gfortran.texi: Fix a typo.
2004-09-16 Paul BrookRevert accidental commit of unrelated/unfinished changes.
2004-09-15 Aaron W. LaFramboiseparse.c (eof_buf): Rename eof to eof_buf.
2004-09-15 Steven G. Karglcheck.c (gfc_check_getcwd_sub): New function.
2004-09-15 Steven G. Karglcheck.c (gfc_check_getcwd_sub): New function.
2004-09-15 Tobias Schlüterre PR fortran/16485 (Private subroutines from different...
2004-09-14 Kazu Hiratadata.c, [...]: Fix comment typos.
2004-09-09 Daniel BerlinMakefile.def: Remove libbanshee.
2004-09-08 Paul Brook* scanner.c (get_file): Add ATTRIBUTE_UNUSED.
2004-09-08 Paul Brookarray.c: Don't include assert.h.
2004-09-07 Per Bothnererror.c (show_locus): Handle mapped locations.
2004-09-02 Paul Brook* trans-types.c (gfc_type_for_mode): Return NULL for...
2004-09-02 Paul Brook* trans-types.c (gfc_type_for_mode): Return NULL for...
2004-09-01 Tobias Schlüterre PR fortran/15327 (ICE when using MERGE on strings)
2004-09-01 Tobias Schlüterre PR fortran/16400 (Invalid usage of assumed-size...
2004-08-31 Tobias Schlüterre PR fortran/16579 (gfortran: (ICHAR(CHAR(I)) .NE...
2004-08-31 Tobias Schlüter* CONTRIB, NEWS, README, TODO: Remove obsolete files.
2004-08-31 Tobias Schlüterre PR fortran/17244 (gfortran fatal error: gfc_todo...
2004-08-31 Tobias Schlütertrans-decl.c, [...]: Replace all occurences of 'gfc_str...
2004-08-31 Tobias Schlüter* f95-lang.c: Change initial comment to say gfortran.
next