From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9955 invoked by alias); 21 Jun 2004 18:22:54 -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 9935 invoked by uid 48); 21 Jun 2004 18:22:54 -0000 Date: Mon, 21 Jun 2004 18:22:00 -0000 Message-ID: <20040621182254.9934.qmail@sourceware.org> From: "belyshev at lubercy dot com" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20040615150450.16001.rguenth@tat.physik.uni-tuebingen.de> References: <20040615150450.16001.rguenth@tat.physik.uni-tuebingen.de> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug rtl-optimization/16001] [3.5 Regression] unable to find a register to spill in class `AREG' (-O2 -funroll-loops) X-Bugzilla-Reason: CC X-SW-Source: 2004-06/txt/msg02652.txt.bz2 List-Id: ------- Additional Comments From belyshev at lubercy dot com 2004-06-21 18:22 ------- testcase in c: ------------------------------------------------------------------------------- int reallocateStorage (int a) { int j, k; k = foo (); j = a / 3; while (k) k ++; return j; } ------------------------------------------------------------------------------- Confirmed. -- What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever Confirmed| |1 Known to fail| |3.5.0 Last reconfirmed|0000-00-00 00:00:00 |2004-06-21 18:22:53 date| | Summary|[3.5? Regression] unable to |[3.5 Regression] unable to |find a register to spill in |find a register to spill in |class `AREG' (-O2 -funroll- |class `AREG' (-O2 -funroll- |loops) |loops) Target Milestone|lno |3.5.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16001