From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23309 invoked by alias); 10 Jul 2010 01:40:44 -0000 Received: (qmail 23272 invoked by uid 48); 10 Jul 2010 01:40:33 -0000 Date: Sat, 10 Jul 2010 01:40:00 -0000 Message-ID: <20100710014033.23271.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug rtl-optimization/44194] struct returned by value generates useless stores In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "pinskia at gcc dot gnu dot org" Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2010-07/txt/msg01094.txt.bz2 ------- Comment #5 from pinskia at gcc dot gnu dot org 2010-07-10 01:40 ------- >In 32-bit mode it spills the return value to the stack for no reason. Huh? arguments are passed via the stack in 32bit mode. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44194