From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7412 invoked by alias); 10 Feb 2005 18:30:23 -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 7335 invoked by uid 48); 10 Feb 2005 18:30:12 -0000 Date: Thu, 10 Feb 2005 21:13:00 -0000 Message-ID: <20050210183012.7334.qmail@sourceware.org> From: "pinskia at gcc dot gnu dot org" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20050210180239.19876.pied@fnux.org> References: <20050210180239.19876.pied@fnux.org> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug middle-end/19876] [4.0 Regression] g++ starts eating all the memory and the CPU X-Bugzilla-Reason: CC X-SW-Source: 2005-02/txt/msg00892.txt.bz2 List-Id: ------- Additional Comments From pinskia at gcc dot gnu dot org 2005-02-10 18:30 ------- Ok, I can confirm this with the following options on powerpc-darwin (which means it is most likely a tree optimizator problem but I could be wrong). -fno-exceptions -fno-check-new -fno-common -O2 It worked in 3.3.2 so this is a regression. -- What |Removed |Added ---------------------------------------------------------------------------- Component|c++ |middle-end Known to fail| |4.0.0 Known to work| |3.3.2 Summary|g++ starts eating all the |[4.0 Regression] g++ starts |memory and the CPU |eating all the memory and | |the CPU Target Milestone|--- |4.0.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19876