From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25567 invoked by alias); 15 Oct 2007 21:30:44 -0000 Received: (qmail 25512 invoked by uid 48); 15 Oct 2007 21:30:29 -0000 Date: Mon, 15 Oct 2007 21:30:00 -0000 Message-ID: <20071015213029.25511.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug target/30271] -mstrict-align can cause bad code generation for struct agrument passing 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: 2007-10/txt/msg01455.txt.bz2 ------- Comment #4 from pinskia at gcc dot gnu dot org 2007-10-15 21:30 ------- The store is still there but there is no longer an extra load. The load was fixed for the testcase in comment #2 by: 2007-10-12 Richard Sandiford * dse.c (find_shift_sequence): Reinstate "<= UNITS_PER_WORD" condition. -- pinskia at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever Confirmed|0 |1 Last reconfirmed|0000-00-00 00:00:00 |2007-10-15 21:30:29 date| | http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30271