| OLD | NEW |
| 1 2005-12-30 Erik Edelmann <eedelman@gcc.gnu.org> | 1 2005-12-30 Erik Edelmann <eedelman@gcc.gnu.org> |
| 2 | 2 |
| 3 PR fortran/22607 | 3 PR fortran/22607 |
| 4 * trans-decl.c(gfc_get_extern_function_decl): Don't set | 4 * trans-decl.c(gfc_get_extern_function_decl): Don't set |
| 5 DECL_IS_PURE (fndecl) = 1 for return-by-reference | 5 DECL_IS_PURE (fndecl) = 1 for return-by-reference |
| 6 functions. | 6 functions. |
| 7 | 7 |
| 8 fortran/PR 25396 | 8 fortran/PR 25396 |
| 9 * interface.c (gfc_extend_expr): Initialize | 9 * interface.c (gfc_extend_expr): Initialize |
| 10 e->value.function.name to NULL. | 10 e->value.function.name to NULL. |
| (...skipping 3424 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3435 (gfc_add_allocatable, gfc_add_external, gfc_add_intrinsic, | 3435 (gfc_add_allocatable, gfc_add_external, gfc_add_intrinsic, |
| 3436 gfc_add_optional, gfc_add_pointer, gfc_add_target, gfc_add_elemental, | 3436 gfc_add_optional, gfc_add_pointer, gfc_add_target, gfc_add_elemental, |
| 3437 gfc_add_pure, gfc_add_recursive, gfc_add_intent, | 3437 gfc_add_pure, gfc_add_recursive, gfc_add_intent, |
| 3438 gfc_add_explicit_interface, gfc_copy_attr): Pass NULL for new | 3438 gfc_add_explicit_interface, gfc_copy_attr): Pass NULL for new |
| 3439 argument in calls to any of the modified functions. | 3439 argument in calls to any of the modified functions. |
| 3440 | 3440 |
| 3441 2005-02-06 Joseph S. Myers <joseph@codesourcery.com> | 3441 2005-02-06 Joseph S. Myers <joseph@codesourcery.com> |
| 3442 | 3442 |
| 3443 * gfortran.texi: Don't give last update date. | 3443 * gfortran.texi: Don't give last update date. |
| 3444 | 3444 |
| 3445 2006-01-30 Richard Henderson <rth@redhat.com> | 3445 2005-01-30 Richard Henderson <rth@redhat.com> |
| 3446 | 3446 |
| 3447 * options.c (gfc_init_options): Zero flag_errno_math. | 3447 * options.c (gfc_init_options): Zero flag_errno_math. |
| 3448 | 3448 |
| 3449 2005-01-29 Paul Brook <paul@codesourcery.com> | 3449 2005-01-29 Paul Brook <paul@codesourcery.com> |
| 3450 | 3450 |
| 3451 PR fortran/18565 | 3451 PR fortran/18565 |
| 3452 * check.c (real_or_complex_check): New function. | 3452 * check.c (real_or_complex_check): New function. |
| 3453 (gfc_check_fn_c, gfc_check_fn_r, gfc_check_fn_rc): New functions. | 3453 (gfc_check_fn_c, gfc_check_fn_r, gfc_check_fn_rc): New functions. |
| 3454 * intrinsic.c (add_functions): Use new check functions. | 3454 * intrinsic.c (add_functions): Use new check functions. |
| 3455 * intrinsic.h (gfc_check_fn_c, gfc_check_fn_r, gfc_check_fn_rc): | 3455 * intrinsic.h (gfc_check_fn_c, gfc_check_fn_r, gfc_check_fn_rc): |
| (...skipping 258 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3714 * scanner.c: Update copyright; add system.h; remove stdlib.h, | 3714 * scanner.c: Update copyright; add system.h; remove stdlib.h, |
| 3715 stdio.h, string.h, and strings.h | 3715 stdio.h, string.h, and strings.h |
| 3716 * symbol.c: Add system.h; remove stdlib.h, stdio.h, and string.h | 3716 * symbol.c: Add system.h; remove stdlib.h, stdio.h, and string.h |
| 3717 * trans-array.c: Remove stdio.h and gmp.h | 3717 * trans-array.c: Remove stdio.h and gmp.h |
| 3718 * trans-const.c: Ditto | 3718 * trans-const.c: Ditto |
| 3719 * trans-expr.c: Ditto | 3719 * trans-expr.c: Ditto |
| 3720 * trans-io.c: Ditto | 3720 * trans-io.c: Ditto |
| 3721 * trans-stmt.c: Ditto | 3721 * trans-stmt.c: Ditto |
| 3722 * trans.c: Ditto | 3722 * trans.c: Ditto |
| 3723 * trans-intrinsic.c: Remove stdio.h and string.h | 3723 * trans-intrinsic.c: Remove stdio.h and string.h |
| 3724 |
| 3725 |
| 3726 Copyright (C) 2005 Free Software Foundation, Inc. |
| 3727 |
| 3728 Copying and distribution of this file, with or without modification, |
| 3729 are permitted in any medium without royalty provided the copyright |
| 3730 notice and this notice are preserved. |
| OLD | NEW |