------- Comment #1 from laurent at guerby dot net 2010-02-16 17:43 ------- Might be related to the same patch on powerpc-linux two different ACATS started FAILing around the same time:
LAST_UPDATED: Fri Jan 29 08:20:22 UTC 2010 (revision 156342) http://gcc.gnu.org/ml/gcc-testresults/2010-01/msg02125.html LAST_UPDATED: Fri Jan 29 20:14:37 UTC 2010 (revision 156364) http://gcc.gnu.org/ml/gcc-testresults/2010-01/msg02758.html FAIL: c46051a FAIL: c87b39a --- gcc/ChangeLog (revision 156342) +++ gcc/ChangeLog (revision 156364) @@ -1,3 +1,33 @@ +2010-01-29 Eric Botcazou <ebotca...@adacore.com> + + * tree-ssa-alias.c (same_type_for_tbaa): Return -1 if the types have + the same alias set and their sizes different constantness. + (aliasing_component_refs_p): Revert 2009-10-24 change. + +2010-01-29 Rainer Orth <r...@cebitec.uni-bielefeld.de> + + * config/sparc/sparc.c (sparc_elf_asm_named_section): Declare decl + unused. + +2010-01-29 Richard Guenther <rguent...@suse.de> + + * tree-ssa-ccp.c (ccp_fold_stmt): Unshare values we substitute. + Assert we successfully updated the call. + +2010-01-29 Jakub Jelinek <ja...@redhat.com> + + PR rtl-optimization/42889 + * df.h (df_set_bb_dirty_nonlr): New prototype. + * df-core.c (df_set_bb_dirty_nonlr): New function. + * df-scan.c (df_insn_rescan): Call it instead of + df_set_bb_dirty for DEBUG_INSNs. + +2010-01-29 Richard Guenther <rguent...@suse.de> + + PR middle-end/37448 + * ipa-inline.c (cgraph_decide_inlining_incrementally): Avoid + quadratic behavior in most cases. + -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43096