From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 301 invoked by alias); 31 Aug 2005 02:00:49 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Received: (qmail 31355 invoked by uid 48); 31 Aug 2005 02:00:40 -0000 Date: Wed, 31 Aug 2005 03:20:00 -0000 Message-ID: <20050831020040.31350.qmail@sourceware.org> From: "pinskia at gcc dot gnu dot org" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20050831015417.23646.danglin@gcc.gnu.org> References: <20050831015417.23646.danglin@gcc.gnu.org> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug ada/23646] [4.1 Regression] Ada testsuite hangs -- many new failures X-Bugzilla-Reason: CC X-SW-Source: 2005-08/txt/msg03525.txt.bz2 List-Id: ------- Additional Comments From pinskia at gcc dot gnu dot org 2005-08-31 02:00 ------- Happens on x86_64-linux-gnu also. I want to say this was caused by one of the Ada front-end changes as the following changes are in the other parts of gcc: +2005-08-18 Andrew Pinski + + PR middle-end/23408 + * ipa-inline.c (cgraph_decide_inlining_incrementally): Remove the + call to ggc_collect. + +2005-08-18 Paolo Bonzini + + PR bootstrap/21268 + * Makefile.in (ALL_CPPFLAGS): Include $(INCLUDES) at the + beginning. Remove $(INCLUDES) from all the rules, if following + $(ALL_CPPFLAGS) or $(BUILD_CPPFLAGS). + +2005-08-29 Jakub Jelinek + + PR middle-end/23484 + * builtins.c (fold_builtin_memory_chk, fold_builtin_stxcpy_chk, + fold_builtin_strncpy_chk, fold_builtin_snprintf_chk): If len is + not constant, but maxlen is, don't set len to maxlen, rather + set maxlen to len if len is a constant. + +2005-08-29 Zdenek Dvorak + + PR tree-optimization/23475 + * tree-ssa-loop-ivcanon.c (remove_empty_loop): Update frequencies + and counts. + I tested my patch with Ada and I had tested with Ada on with including Jakub's test so the only the one if this is not Ada front-end bug would be Paolo's patch which I really doubt it. So the only thing left is the Ada front-end/library changes. -- What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever Confirmed| |1 GCC build triplet|hppa-unknown-gnu-linux | GCC host triplet|hppa-unknown-gnu-linux | GCC target triplet|hppa-unknown-gnu-linux | Last reconfirmed|0000-00-00 00:00:00 |2005-08-31 02:00:37 date| | http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23646