From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4019 invoked by alias); 11 Sep 2004 12:58:52 -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 4012 invoked by uid 48); 11 Sep 2004 12:58:52 -0000 Date: Sat, 11 Sep 2004 12:58:00 -0000 Message-ID: <20040911125852.4011.qmail@sourceware.org> From: "giovannibajo at libero dot it" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20040911080016.17416.ak@muc.de> References: <20040911080016.17416.ak@muc.de> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug middle-end/17416] stack variable merging doesn't work X-Bugzilla-Reason: CC X-SW-Source: 2004-09/txt/msg01070.txt.bz2 List-Id: ------- Additional Comments From giovannibajo at libero dot it 2004-09-11 12:58 ------- I cannot reproduce this on x86, not even at -O0: ./xgcc -B. -c -S -fomit-frame-pointer 17416.c cat 17416.s [...] f: subl $124, %esp [...] .ident "GCC: (GNU) 3.5.0 20040901 (experimental)" Maybe it x86-64 specific? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17416