From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10026 invoked by alias); 12 Jan 2005 17:06:37 -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 10012 invoked by alias); 12 Jan 2005 17:06:35 -0000 Date: Wed, 12 Jan 2005 17:06:00 -0000 Message-ID: <20050112170635.10010.qmail@sourceware.org> From: "gdr at integrable-solutions dot net" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20050112160800.19401.rguenth@tat.physik.uni-tuebingen.de> References: <20050112160800.19401.rguenth@tat.physik.uni-tuebingen.de> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug tree-optimization/19401] Trivial loop not unrolled X-Bugzilla-Reason: CC X-SW-Source: 2005-01/txt/msg01542.txt.bz2 List-Id: ------- Additional Comments From gdr at integrable-solutions dot net 2005-01-12 17:06 ------- Subject: Re: Trivial loop not unrolled "rguenth at tat dot physik dot uni-tuebingen dot de" writes: | Or stuff often found in C++ libraries: | | template | struct Vector | { | Vector(float init) | { | for (int i=0; i