This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: GCC 3.0.4, GCC 3.1, GCC 3.2


Mark writes:

> We're scheduled to release GCC 3.0.4 on Friday.  I think that's too soon,
> given that I haven't made a prerelease tarball yet.  Therefore, I'd like
> to make that tarball tonight, and make the release next week.

Better to allow enough time to do it right.  Also, I'm going to repeat my
previous effort to collect the set of fixed PRs, this time for 3.0.4.  I
have an initial set from ChangeLog entries:

907, 2432, 3242, 3331, 3395, 3504, 3536, 3571, 4122, 4972, 5076, 5410, 5450

If anyone knows of other PRs that have been fixed on the 3.0 branch, or
that one of the above PRs is in fact not fixed, please let me know.
Also, there were a number of patches on the branch that don't mention
a PR that look fairly substantial.  I'll attach the list below to help
jog memories.  Folks, can you identify any PRs (or serious problems we
don't have a PR for) fixed by the following patches?

---------------------------------------------------------------------

>From gcc/ChangeLog:

2002-02-05  Dale Johannesen  <dalej@apple.com>

        * config/rs6000/rs6000.c (rs6000_emit_cmove):  Fix mode of
        if_then_else to match result, not operands.

2002-02-05  Phil Edwards  <pme@gcc.gnu.org>

        * configure.in (leb128 support):  Test as versions more carefully.
        * configure:  Regenerated.

2002-01-31  Zack Weinberg  <zack@codesourcery.com>

        * c-decl.c (c_expand_body): Reset input_filename from
        DECL_SOURCE_FILE (fndecl) before calling init_function_start.

2002-01-31  Jeffrey A Law  <law@redhat.com>

        * c-common.c (c_expand_start_cond): Expect the IF_STMT node to
        be passed in, do not build it.
        (c_begin_if_stmt): New function.
        (c_begin_while_stmt, c_finish_while_stmt_cond): Likewise.
        * c-common.h (c_expand_start_cond): Update prototype.
        (c_begin_if_stmt): Prototype new function.
        (c_begin_while_stmt, c_finish_while_stmt_cond): Likewise.
        * c-parse.in (if_prefix): Use c_begin_if_stmt,
        c_begin_while_stmt and c_finish_while_stmt_cond.

2002-01-29  Richard Henderson  <rth@redhat.com>

        2001-10-19  Jakub Jelinek  <jakub@redhat.com>
        * config/alpha/alpha.c (summarize_insn): Don't abort on ASM_INPUT.

2002-01-24  Alexandre Oliva  <aoliva@redhat.com>

        * config/sparc/sparc.md (fix_trunctfdi2): Correct typo in mode.

2002-01-22  Richard Henderson  <rth@redhat.com>

        2001-09-25  Andrew Haley  <aph@cambridge.redhat.com>
        * except.c (sjlj_mark_call_sites): Change address inside sequence.

2001-12-11  Richard Henderson  <rth@redhat.com>

        * expmed.c (expand_divmod): Ignore sdiv_pow2_cheap for modes in
        which there is no divide expander.

2002-01-21  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>

        * config/rs6000/t-ppccomm (CRTSTUFF_T_CFLAGS_S): Re-add -fPIC.

2002-01-15  Jason Merrill  <jason@redhat.com>

        * c-common.def (FILE_STMT): New code.
        * c-common.c (statement_code_p): It's a statement.
        * c-common.h (stmt_tree_s): Add x_last_filename.
        (FILE_STMT_FILENAME_NODE, FILE_STMT_FILENAME): New macros.
        (last_expr_filename): New macro.
        * c-semantics.c (begin_stmt_tree): Initialize it.
        (add_stmt): If the filename changed, also insert a
        FILE_STMT.
        (expand_stmt): Handle seeing one.

2002-01-02  David Edelsohn  <edelsohn@gnu.org>

        * gcc.c (init_gcc_spec): Do not link with static libgcc.a if
        gcc invoked with -shared.
	* config/rs6000/t-aix43: Revert previous change.

2002-01-02  Hans-Peter Nilsson  <hp@bitrange.com>

        * unwind-dw2-fde.c (fde_unencoded_compare): Derefer pc_begin
        fields when comparing.

2002-01-02  Richard Henderson  <rth@redhat.com>

        * unwind-dw2-fde.c (fde_compare_t): Change return type to int.
        (fde_unencoded_compare): Likewise.  Don't use subtraction to get
        a tristate comparison value.
        (fde_single_encoding_compare, fde_mixed_encoding_compare): Likewise.

>From gcc/f/ChangeLog:

2002-02-02  Richard Henderson  <rth@redhat.com>

        * ste.c (ffeste_begin_iterdo_): Use expand_exit_loop_top_cond.
        (ffeste_R819B): Likewise.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]