Regression for trunk on i686-pc-linux-gnu
Autocrasher
autocrasher@devphil.com
Sun Jul 25 07:06:00 GMT 2004
1 new FAIL's (12 total) have appeared for i686-pc-linux-gnu:
gcc.sum gcc.dg/tree-ssa/sra-1.c
These tests passed the last time they were ran.
Attached are the ChangeLogs since the previous run. Possibly a patch with
your name on it has caused the problem(s).
The full transcript is at http://www.devphil.com/build/
Specific problem logs are at http://www.devphil.com/build/reports/tests-trunk/
Host was an x86-type system. Target was specified as i686-pc-linux-gnu.
This particular run used standard (previously installed) binutils.
This email is generated by a machine, not sent from a person. If you think
it's been sent to you in error, please see the gcc-regression list archives
for possible followup discussion; this could be legitimate or it could be a
false positive. Also watch for email from the other regression testers and
check the logs from the known autobuilders.
If you write a response, please respect the Reply-To: header.
With love,
The Autocrasher (Phil's Builder Bot, version 2.1)
=========================================================================
-------------- next part --------------
diff -u1r previous/CL/gcc/ChangeLog current/CL/gcc/ChangeLog
--- previous/CL/gcc/ChangeLog 2004-07-23 01:40:03.000000000 -0400
+++ current/CL/gcc/ChangeLog 2004-07-25 01:40:03.000000000 -0400
@@ -1 +1,313 @@
+2004-07-24 Zack Weinberg <zack@codesourcery.com>
+
+ * config/ia64/ia64.c (general_xfmode_operand)
+ (destination_xfmode_operand): Delete.
+ * config/ia64/ia64.h (PREDICATE_CODES): Remove them.
+ * config/ia64/ia64.md (*movxf_internal): Use general_operand
+ and destination_operand.
+
+2004-07-24 Alexander Kabaev <kan@freebsd.org>
+
+ * config/ia64/ia64.h (SUBTARGET_EXTRA_SPECS): Default to nothing.
+ (EXTRA_SPECS): Use SUBTARGET_EXTRA_SPECS.
+
+2004-07-24 Alexander Kabaev <kan@freebsd.org>
+ Zack Weinberg <zack@codesourcery.com
+
+ PR 16684
+ * c-decl.c (diagnose_mismatched_decls): Don't issue a
+ redundant-declaration warning the first time a builtin is
+ declared explicitly.
+
+2004-07-25 Bernardo Innocenti <bernie@develer.com>
+
+ * tree.h (staticp): Change return type to bool.
+
+2004-07-25 Bernardo Innocenti <bernie@develer.com>
+
+ * c-common.c (c_staticp): Last episode of the staticp saga.
+
+2004-07-25 Bernardo Innocenti <bernie@develer.com>
+
+ * c-common.h (c_staticp): Change return type from int to bool.
+ * tree.c (staticp): Likewise.
+ * langhooks.h (staticp): Likewise.
+
+2004-07-25 Bernardo Innocenti <bernie@develer.com>
+
+ * langhooks-def.h (lhd_staticp): Change return type from int to
+ bool in prototype to match definition.
+
+2004-07-25 Bernardo Innocenti <bernie@develer.com>
+
+ * system.h (bool, true, false): Don't redefine as preprocessor macros
+ in C++.
+
+2004-07-24 Roger Sayle <roger@eyesopen.com>
+
+ * expmed.c (init_expmed): A signed modulus by a power of two is
+ considered cheap if its less than or equal to four instructions.
+
+2004-07-25 Bernardo Innocenti <bernie@develer.com>
+
+ * ggc.h (GGC_NEW, GGC_CNEW, GGC_NEWVEC, GGC_CNEWVEC, GGC_NEWVAR,
+ GGC_CNEWVAR): New macros.
+
+2004-07-25 Bernardo Innocenti <bernie@develer.com>
+
+ * c-common.c: Convert ATTRIBUTE_UNUSED to ARG_UNUSED in parameter
+ lists.
+ * c-decl.c: Likewise.
+ * c-format.c: Likewise.
+ * c-lex.c: Likewise.
+ * c-opts.c: Likewise.
+ * c-pragma.c: Likewise.
+ * c-typeck.c: Likewise.
+ * gencheck.c: Likewise.
+ * genconditions.c: Likewise.
+ * genconfig.c: Likewise.
+ * genflags.c: Likewise.
+ * gengtype.c: Likewise.
+ * gensupport.c: Likewise.
+ * ggc-none.c: Likewise.
+ * langhooks.c: Likewise.
+ * statistics.h: Likewise.
+ * stub-objc.c: Likewise.
+ * java/decl.c: Likewise.
+
+2004-07-24 Roman Zippel <zippel@linux-m68k.org>
+
+ * config/m68k/m68k.c (output_scc_di): Fix coding style.
+ (symbolic_operand): Fix prototype.
+ * config/m68k/m68k.h (PREDICATE_CODES): Add symbolic_operand.
+ * config/m68k/m68k.md: Add constants for registers a0 and sp and
+ use them, change from the "{...}" syntax to the simpler {...}
+ syntax.
+ (*cfv4_extendqisi2): Fix destination predicate.
+ * config/m68k/m68k-protos.h: Remove various declarations also
+ generated via PREDICATE_CODES.
+
+2004-07-23 Mike Stump <mrs@apple.com>
+
+ * c-typeck.c (convert_for_assignment): Tightened up pointer converstions
+ that differ in signedness.
+
+2004-07-23 Zack Weinberg <zack@codesourcery.com>
+
+ * genmodes.c (make_vector_modes): Mark with ATTRIBUTE_UNUSED.
+
+2004-07-23 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
+
+ * tree.def (VIEW_CONVERT_EXPR): Change to class 'r'.
+ * tree-ssa-operands.c (get_expr_operands, case VIEW_CONVERT_EXPR): New.
+
+ * gimplify.c (gimplify_compound_lval): Check for no handled
+ operations, rather than checking for explicit list of nodes.
+ (is_gimple_addr_expr_arg_or_indirect): New function.
+ (gimplify_addr_expr): Call it and handle INDIRECT_REF; remove
+ redundant setting of TREE_INVARIANT.
+ (gimplify_expr, case VIEW_CONVERT_EXPR): Call gimplify_compound_lval.
+ * tree-gimple.c (is_gimple_addr_expr_arg): Call handled_component_p.
+
+2004-07-23 Diego Novillo <dnovillo@redhat.com>
+
+ PR tree-optimization/16688
+ PR tree-optimization/16689
+ * tree-ssa-alias.c (setup_pointers_and_addressables): Remove
+ unnecessary initialization of 'tag'.
+ (get_tmt_for): Check that the new type tag has the same alias
+ set as the pointed-to type.
+ (group_aliases): Only regular variables need to be removed
+ from the alias set of a name tag.
+ * tree-ssa-copy.c (may_propagate_copy): Do not allow copy
+ propagation if the two types are not compatible.
+ (merge_alias_info): Rename from replace_ssa_names_ann.
+ Add more checking.
+ (replace_exp_1): If both arguments are SSA_NAMEs, check that
+ the propagation can be done.
+ Only call merge_alias_info on pointers.
+ (propagate_value): Likewise.
+ * tree-ssa-copyrename.c: Include langhooks.h.
+ (copy_rename_partition_coalesce): Call replace_ssa_name_symbol
+ to do the merging.
+ Do not coalesce variables with incompatible types.
+ (rename_ssa_copies): Call replace_ssa_name_symbol.
+ * tree-ssa.c (verify_ssa_name): Verify that the SSA_NAME has
+ the same type as the underlying _DECL.
+ * tree-ssanames.c (replace_ssa_name_symbol): New function.
+ * tree.h (replace_ssa_name_symbol): Declare.
+
+2004-07-23 Richard Henderson <rth@redhat.com>
+
+ PR c++/16277
+ * gimplify.c (gimplify_cond_expr): Gimplify TARGET to a min_lval;
+ unshare it properly.
+ (gimplify_modify_expr_rhs): Push assignment from a conditional into
+ the conditional for all non-register types.
+
+2004-07-23 Richard Henderson <rth@redhat.com>
+
+ * expr.c (expand_expr_real_1): Don't handle non-local variables.
+ * expr.h (fix_lexical_addr): Remove.
+ * function.c (NEED_SEPARATE_AP): Remove.
+ (fix_lexical_addr): Remove.
+ * tree-alias-common.c (get_alias_var_decl): Check TREE_STATIC,
+ not null decl_function_context.
+ (create_alias_vars): Likewise.
+ * tree-cfg.c (make_ctrl_stmt_edges): Don't check for non-local labels.
+ (simple_goto_p): Likewise.
+ * tree-dfa.c (add_referenced_var): Don't check for non-local variables.
+ * tree-ssa-ccp.c (get_default_value): Likewise.
+ * tree-tailcall.c (suitable_for_tail_opt_p): Likewise.
+ * tree.c (needs_to_live_in_memory): Likewise.
+ * tree-flow-inline.h (may_be_aliased): Move...
+ * tree-ssa-alias.c (may_be_aliased): ... here. Enhance check for
+ when TREE_STATIC variables may be addressable.
+
+2004-07-24 Jakub Jelinek <jakub@redhat.com>
+
+ * Makefile.in (site.exp): Add HOSTCC and HOSTCFLAGS to site.exp.
+
+2004-07-23 Zack Weinberg <zack@codesourcery.com>
+
+ * print-rtl.c (print_rtx <case 'b'>): Don't attempt to print
+ bitmap contents if GENERATOR_FILE is defined.
+ * Makefile.in (BUILD_RTL): Remove $(BUILD_PREFIX)bitmap.o.
+ ($(BUILD_PREFIX_1)bitmap.o): Delete rule.
+
+2004-07-23 Joseph S. Myers <jsm@polyomino.org.uk>
+
+ * c-decl.c (start_function): Form composite type of function types
+ rather than copying type from previous prototype declaration.
+
+2004-07-23 Janis Johnson <janis187@us.ibm.com>
+
+ * config/rs6000/altivec.h (vec_lvewx, vec_lvehx, vec_lvwbx): Remove
+ the const qualifier for the second argument in the C++ functions.
+
+ * config/rs6000/altivec.h (vec_stvewx, vec_stvehx, vec_stvebx): Use
+ specific pointer types.
+
+ * config/rs6000/altivec.h (vec_vadduwm): (vec_vadduwm, vec_vadduhm,
+ vec_vaddubm, vec_vsubuwm, vec_vsubuhm, vec_vsububm): Fix types used
+ for vector bool and/or vector pixel, add C++ and C missing support.
+ (vec_vaddsws, vec_vaddshs, vec_vaddsbs, vec_vmaxsw, vec_vmaxsh,
+ vec_vmaxsb, vec_vmrghw, vec_vmrghh, vec_vmrghb, vec_vmrglw, vec_vmrglh,
+ vec_vmrglb, vec_vminsw, vec_vminsh, vec_vminsb, vec_vpkuwum,
+ vec_vpkuhum, vec_vspltw, vec_vsplth, vec_vspltb, vec_vsubsws,
+ vec_vsubshs, vec_vsubsbs, vec_vupklsh, vec_vupkhsh, vec_vupklsb): Add
+ missing C++ and C support for vector bool and/or vector pixel.
+ (vec_vadduws, vec_vadduhs, vec_vaddubs, vec_vcmpeqfp, vec_vcmpequw,
+ vec_vcmpequh, vec_vcmpequb, vec_vcmpgtfp, vec_vcmpgtsw, vec_vcmpgtuw,
+ vec_vcmpgtsh, vec_vcmpgtuh, vec_vcmpgtsb, vec_vcmpgtub, vec_vmaxuw,
+ vec_vmaxuh, vec_vmaxub, vec_vminuw, vec_vminuh, vec_vminub,
+ vec_vsubuws, vec_vsubuhs, vec_vsububs, vec_vupkhpx, vec_vupklpx): Fix
+ C++ and C types used for vector bool and/or vector pixel.
+ (vec_st, vec_stl): Add C++ support for vector pixel.
+ (vec_unpackh, vec_unpackl, vec_any_ge): Fix C++ support for vector bool.
+ (vec_all_ne): Add C++ support for vector pixel.
+
+ * config/rs6000/altivec.h (vec_vcmpgtsh): Fix C++ function name.
+ (vec_vmulesb): Add missing C++ function.
+ (vec_perm): Fix type of third argument in C++ function.
+ (vec_vsum4shs): Fix C++ function name.
+ (vec_any_ge): Remove C++ functions for unsupported arg combinations.
+ (vec_vcmpgtsw, vec_vcmpgtuw, vec_minsb, vec_vmsummbm): Fix the
+ argument passed to the error handler in C macro.
+ (vec_nmsub): Remove extra parens around argument names in C macro.
+ (vec_packpx): Add missing parens in C macro.
+
+2004-07-22 Paolo Bonzini <bonzini@gnu.org>
+
+ * machmode.def: Remove vector modes.
+ * config/alpha/alpha-modes.def: Add supported vector modes.
+ * config/arm/arm-modes.def: Likewise.
+ * config/frv/frv-modes.def: Likewise.
+ * config/i386/i386-modes.def: Likewise.
+ * config/rs6000/rs6000-modes.def: Likewise.
+ * config/sh/sh-modes.def: Likewise.
+
+2004-07-23 Matthias Klose <doko@debian.org>
+
+ * intl.c (gcc_init_libintl): Use PACKAGE for the text domain.
+ * configure.ac: Add AC_DEFINE_UNQUOTED for PACKAGE.
+ * config.h: Regenerate.
+ * configure: Likewise.
+
+2004-07-22 Mark Mitchell <mark@codesourcery.com>
+
+ * dwarf2out.c (output_call_frame_info): Set SYMBOL_FLAG_LOCAL on
+ generated SYMBOL_REFs for labels.
+ * config/darwin-protos.h (machopic_validate_stub_or_non_lazy_ptr):
+ Change prototype.
+ (machopic_stub_name): Remove.
+ (machopic_indirection_name): New function.
+ (machopic_mcount_stub_name): Likewise.
+ (machopic_classify_name): Remove.
+ (machopic_function_base_sym): New function.
+ (machpoic_classify_symbol): Likewise.
+ (machopic_classify_ident): Remove.
+ (machopic_define_ident): Likewise.
+ (machopic_define_name): Likewise.
+ (machopic_name_defined_p): Likewise.
+ (machopic_ident_defined_p): Likewise.
+ (darwin_strip_name_encoding): Likewise.
+ (machopic_define_symbol): New function.
+ * config/darwin.c (hashtab.h): Include.
+ (machopic_defined_list): Remove.
+ (machopic_classify_ident): Likewise.
+ (machopic_classify_name): Likewise.
+ (machopic_ident_defined_p): Likewise.
+ (machopic_define_ident): Likewise.
+ (machopic_define_name): Likewise.
+ (machopic_symbol_defined_p): New function.
+ (machopic_classify_symbol): Likewise.
+ (machopic_data_defined_p): Use machopic_classify_symbol.
+ (machopic_define_symbol): New function.
+ (machopic_function_base_sym): New function.
+ (machopic_non_lazy_pointers): Remove.
+ (machopic_non_lazy_ptr_name): Likewise.
+ (machopic_stubs): Likewise.
+ (machopic_stub_name): Likewise.
+ (NON_LAZY_POINTER_SUFFIX): New macro.
+ (STUB_SUFFIX): Likewise.
+ (machopic_indirection): New structure.
+ (machopic_indirections): New variable.
+ (machopic_indirection_hash): New function.
+ (machopic_indirection_eq): Likewise.
+ (machopic_indirection_name): Likewise.
+ (machopic_mcount_stub_name): New function.
+ (machopic_validate_stub_or_non_lazy_pointer): Reimplement to use
+ hash table.
+ (machopic_indirect_data_reference): Rework to use new functions.
+ (machopic_indirect_call_target): Likewise.
+ (machopic_legitimize_pic_address): Likewise.
+ (machopic_output_indirection): New function.
+ (machopic_finish): Use it.
+ (machopic_operand_p): Rework to use new functions.
+ (darwin_encode_seciton_info): Use SYMBOL_REF_FLAGS.
+ (darwin_strip_name_encoding): Remove.
+ (update_non_lazy_ptrs): Remove.
+ (update_stubs): Likewise.
+ (darwin_non_lazy_pcrel): Use new functions.
+ * config/darwin.h (ASM_DECLARE_OBJECT_NAME): Likewise.
+ (ASM_OUTPUT_LABELREF): Likewise.
+ (ASM_OUTPUT_ALIGNED_DECL_LOCAL): Likewise.
+ (MACHO_SYMBOL_FLAG_VARIABLE): New macro.
+ (MACHO_SYMBOL_FLAG_DEFINED): Likewise.
+ (TARGET_STRIP_NAME_ENCODING): Do not use
+ darwin_strip_name_encoding.
+ (GEN_LAZY_PTR_NAME_FOR_SYMBOL): Do not use
+ darwin_strip_name_encoding.
+ * config/i386/darwin.h (FUNCTION_PROFILER): Use
+ machopic_mcount_stub_name.
+ * config/i386/i386.c (x86_output_mi_thunk): Use
+ machopic_indirection_name, not machopic_stub_name.
+ * config/rs6000/rs6000.c (rs6000_legitimize_reload_address): Use
+ machopic_function_base_sym.
+ (print_operand): Use machopic_classify_symbol.
+ (rs6000_emit_prologue): Use machopic_function_base_sym.
+ (output_profile_hook): Do not use machopic_stub_name.
+ (macho_branch_isalnds): Do not use darwin_strip_name_encoding.
+
2004-07-22 Joseph S. Myers <jsm@polyomino.org.uk>
@@ -24,3 +336,3 @@
(visit_phi_node): Handle UNKNOWN_VAL latticevalue.
- (cp_lattice_meet): Handle merging of latticevalues when
+ (cp_lattice_meet): Handle merging of latticevalues when
UNKNOWN_VAL is present.
@@ -32,5 +344,5 @@
(initialize): Mark statements with V_MUST_DEFs as VARYING only if the
- V_MUST_DEF operand is VARYING. Fix comment and include VOPS when
+ V_MUST_DEF operand is VARYING. Fix comment and include VOPS when
computing immediate uses.
- (set_lattice_value): Disallow a UNKNOWN_VAL->UNDEFINED state
+ (set_lattice_value): Disallow a UNKNOWN_VAL->UNDEFINED state
transition.
@@ -38,3 +350,3 @@
(likely_value): Add check of vuse operands.
- (get_default_value): Set the default value of virtually defined
+ (get_default_value): Set the default value of virtually defined
variables to UKNOWN_VAL instead of VARYING.
diff -u1r previous/CL/gcc/cp/ChangeLog current/CL/gcc/cp/ChangeLog
--- previous/CL/gcc/cp/ChangeLog 2004-07-23 01:40:11.000000000 -0400
+++ current/CL/gcc/cp/ChangeLog 2004-07-25 01:40:13.000000000 -0400
@@ -1 +1,9 @@
+2004-07-23 Nathan Sidwell <nathan@codesourcery.com>
+
+ * search.c (lookup_conversion_operator): Avoid two loops.
+ (add_conversions): Remove.
+ (check_hidden_convs, split_conversions,
+ lookup_conversions_r): New.
+ (lookup_conversions): Use lookup_conversions_r.
+
2004-07-22 Nathan Sidwell <nathan@codesourcery.com>
diff -u1r previous/CL/gcc/testsuite/ChangeLog current/CL/gcc/testsuite/ChangeLog
--- previous/CL/gcc/testsuite/ChangeLog 2004-07-23 01:40:14.000000000 -0400
+++ current/CL/gcc/testsuite/ChangeLog 2004-07-25 01:40:16.000000000 -0400
@@ -1 +1,47 @@
+2004-07-24 Zack Weinberg <zack@codesourcery.com>
+
+ PR 16684
+ * gcc.dg/Wredundant-decls-1.c: New test case.
+
+2004-07-24 Jakub Jelinek <jakub@redhat.com>
+
+ * README.compat: Add RUN_ALL_COMPAT_TESTS documentation.
+ * lib/compat.exp: Replace ^$tmpdir/? in testcase names with tmpdir-.
+ * gcc.dg/compat/struct-layout-1.exp: New testsuite driver.
+ * gcc.dg/compat/struct-layout-1_generate.c: New testcase generator.
+ * gcc.dg/compat/generate-random.c: New file.
+ * gcc.dg/compat/generate-random.h: Likewise.
+ * gcc.dg/compat/generate-random_r.c: Likewise.
+ * gcc.dg/compat/struct-layout-1.h: Likewise.
+ * gcc.dg/compat/struct-layout-1_x1.h: Likewise.
+ * gcc.dg/compat/struct-layout-1_x2.h: Likewise.
+ * gcc.dg/compat/struct-layout-1_y1.h: Likewise.
+ * gcc.dg/compat/struct-layout-1_y2.h: Likewise.
+ * gcc.dg/compat/struct-layout-1_main.c: New test.
+ * gcc.dg/compat/struct-layout-1_x.c: New file.
+ * gcc.dg/compat/struct-layout-1_y.c: New file.
+ * gcc.dg/compat/struct-layout-1_test.h: New file.
+
+2004-07-23 Joseph S. Myers <jsm@polyomino.org.uk>
+
+ * gcc.dg/comp-return-1.c: New test
+
+2004-07-23 Janis Johnson <janis187@us.ibm.com>
+
+ * gcc.dg/vmx/8-02a.c: Fix typo.
+
+ * gcc.dg/vmx/varargs-4.c: Remove a Darwin-specific check.
+ * gcc.dg/darwin-abi-3.c: New test.
+
+ * gcc.dg/vmx/debug-1.c: Use int, not long, in union with vector.
+ * gcc.dg/vmx/varargs-1.c: Use int, not long, in union with vector.
+
+ * gcc.dg/vmx/ops.c: Remove checks using pointers to long.
+ * gcc.dg/vmx/ops-long-1.c: New test.
+ * gcc.dg/vmx/ops-long-2.c: New test.
+
+2004-07-23 Nathan Sidwell <nathan@codesourcery.com>
+
+ * g++.dg/lookup/conv-[1234].C: New.
+
2004-07-22 Mark Mitchell <mark@codesourcery.com>
@@ -19,3 +65,3 @@
- * gfortran.dg/g77/970625-2.f Copy from g77.f-torture/execute.
+ * gfortran.dg/g77/970625-2.f Copy from g77.f-torture/execute.
Add dg-run directive. Declare variables as required.
@@ -73,3 +119,3 @@
Copy cases from g77.f-torture/execute and add dg-run
- directive. Other changes as noted.
+ directive. Other changes as noted.
* gfortran.dg/g77/13037.f
@@ -145,3 +191,3 @@
g++.dg/template/nontype3.C: Remove trailing CR from tests.
-
+
2004-07-18 Mark Mitchell <mark@codesourcery.com>
@@ -259,3 +305,3 @@
* g++.dg/parse/mutable1.C: New test.
-
+
2004-07-13 Diego Novillo <dnovillo@redhat.com>
@@ -273,3 +319,3 @@
* gfortran.dg/g77/README: New file
- * gfortran.dg/g77/19981216-0.f: Copy from
+ * gfortran.dg/g77/19981216-0.f: Copy from
g77.f-torture/noncompile. Add "dg-do compile" and
@@ -295,4 +341,4 @@
* gfortran.dg/g77/990115-1.f: Declare RANK as INTEGER
- * gfortran.dg/g77/alpha1.f: Separate declaration and DATA
- statement to conform to standard. Append alpha1.x for reference.
+ * gfortran.dg/g77/alpha1.f: Separate declaration and DATA
+ statement to conform to standard. Append alpha1.x for reference.
* gfortran.dg/g77/xformat.f: Add dg-warning
@@ -300,3 +346,3 @@
2004-07-13 David Billinghurst <David.Billinghurst@riotinto.com>
-
+
* gfortran.dg/g77/cpp.F: Copy from g77.f-torture/compile.
@@ -322,3 +368,3 @@
2004-07-12 David Billinghurst <David.Billinghurst@riotinto.com>
-
+
* gfortran.dg/g77/12002.f: Copy from g77.f-torture/compile.
@@ -389,3 +435,3 @@
* gfortran.dg/pr15754.f90: New test.
-
+
2004-07-11 Joseph S. Myers <jsm@polyomino.org.uk>
@@ -396,3 +442,3 @@
2004-07-10 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
-
+
* gfortran.fortran-torture/execute/common_2.f90: Add check for
@@ -426,3 +472,3 @@
2004-07-10 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
-
+
* gfortran.fortran-torture/execute/module_init_1.f90: Fix test.
@@ -445,3 +491,3 @@
2004-07-09 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
-
+
PR fortran/14077
diff -u1r previous/CL/include/ChangeLog current/CL/include/ChangeLog
--- previous/CL/include/ChangeLog 2004-07-22 01:40:37.000000000 -0400
+++ current/CL/include/ChangeLog 2004-07-25 01:40:34.000000000 -0400
@@ -1,6 +1,6 @@
-2004-07-21 Paolo Bonzini <bonzini@gnu.org>
+2004-07-24 Bernardo Innocenti <bernie@develer.com>
- * ansidecl.h (ATTRIBUTE_PURE): New.
+ * ansidecl.h (ARG_UNUSED): New Macro.
-2004-07-13 Bernardo Innocenti <bernie@develer.com>
+2004-07-24 Bernardo Innocenti <bernie@develer.com>
@@ -11,2 +11,6 @@
+2004-07-21 Paolo Bonzini <bonzini@gnu.org>
+
+ * ansidecl.h (ATTRIBUTE_PURE): New.
+
2004-07-13 Bernardo Innocenti <bernie@develer.com>
diff -u1r previous/CL/libcpp/ChangeLog current/CL/libcpp/ChangeLog
--- previous/CL/libcpp/ChangeLog 2004-07-17 01:40:36.000000000 -0400
+++ current/CL/libcpp/ChangeLog 2004-07-25 01:40:35.000000000 -0400
@@ -1 +1,13 @@
+2004-07-24 Bernardo Innocenti <bernie@develer.com>
+
+ * internal.h (xnew, xcnew, xnewvec, xcnewvec, xobnew): Remove.
+ * directives.c: Use XNEW-family macros from libiberty.
+ * lex.c: Likewise.
+ * macro.c: Likewise.
+ * cpplib.h (cpp_deps_style): Export enum with name.
+
+2004-07-23 Matthias Klose <doko@debian.org>
+
+ init.c (init_library): Use PACKAGE for the text domain.
+
2004-07-16 Andris Pavenis <pavenis@latnet.lv>
diff -u1r previous/CL/libstdc++-v3/ChangeLog current/CL/libstdc++-v3/ChangeLog
--- previous/CL/libstdc++-v3/ChangeLog 2004-07-22 01:40:38.000000000 -0400
+++ current/CL/libstdc++-v3/ChangeLog 2004-07-25 01:40:36.000000000 -0400
@@ -1 +1,10 @@
+2004-07-23 Benjamin Kosnik <bkoz@redhat.com>
+
+ PR libstdc++/16678
+ * include/bits/locale_facets.tcc: Fix for -Werror.
+
+2004-07-23 Jonathan Wakely <redi@gcc.gnu.org>
+
+ * docs/html/debug.html: Say debug mode only available since 3.4.0.
+
2004-07-21 Benjamin Kosnik <bkoz@redhat.com>
More information about the Gcc-regression
mailing list