From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32235 invoked by alias); 22 Dec 2004 15:06:33 -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 31747 invoked by uid 48); 22 Dec 2004 15:06:02 -0000 Date: Wed, 22 Dec 2004 15:06:00 -0000 Message-ID: <20041222150602.31746.qmail@sourceware.org> From: "pinskia at gcc dot gnu dot org" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20041222143844.19131.rguenth@tat.physik.uni-tuebingen.de> References: <20041222143844.19131.rguenth@tat.physik.uni-tuebingen.de> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug target/19131] alloca returning unnecessarily aligned pointer and uses too much memory X-Bugzilla-Reason: CC X-SW-Source: 2004-12/txt/msg03226.txt.bz2 List-Id: ------- Additional Comments From pinskia at gcc dot gnu dot org 2004-12-22 15:06 ------- The reason you cannot find anything in the C standard is because this is ABI thing so this is invalid We need to keep the stack aligned sorry. -- What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Component|tree-optimization |target Resolution| |INVALID http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19131