From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16514 invoked by alias); 27 Oct 2010 19:04:53 -0000 Received: (qmail 16500 invoked by uid 22791); 27 Oct 2010 19:04:51 -0000 X-SWARE-Spam-Status: No, hits=-2.4 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00,MISSING_MID X-Spam-Check-By: sourceware.org Received: from localhost (HELO gcc.gnu.org) (127.0.0.1) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 27 Oct 2010 19:04:43 +0000 From: "howarth at nitro dot med.uc.edu" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/46195] r165965 regresses i386 darwin X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: target X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: howarth at nitro dot med.uc.edu X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: hjl.tools at gmail dot com X-Bugzilla-Target-Milestone: 4.6.0 X-Bugzilla-Changed-Fields: In-Reply-To: References: X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 Date: Wed, 27 Oct 2010 19:04:00 -0000 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-10/txt/msg02321.txt.bz2 Message-ID: <20101027190400.84TRpIKQVcp3WPpOzmfNOeUAterhB98HDkSa5YU7iAc@z> http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46195 --- Comment #14 from Jack Howarth 2010-10-27 19:04:25 UTC --- Latest patch still leaves the regressions... FAIL: gcc.dg/compat/struct-by-value-18 c_compat_x_tst.o compile FAIL: gcc.dg/compat/struct-by-value-18 c_compat_y_tst.o compile FAIL: gcc.dg/compat/struct-by-value-18a c_compat_x_tst.o compile FAIL: gcc.dg/compat/struct-by-value-18a c_compat_y_tst.o compile These failures are of the form... Executing on host: /Users/howarth/darwin_objdir/gcc/xgcc -B/Users/howarth/darwin_objdir/gcc/ -DSKIP_DECIMAL_FLOAT -c -m32 -o c_compat_x_tst.o /Users/howarth/gcc/gcc/testsuite/gcc.dg/compat//struct-by-value-18_x.c (timeout = 300) /Users/howarth/gcc/gcc/testsuite/gcc.dg/compat//struct-by-value-18_x.c: In function 'checkScld2': /Users/howarth/gcc/gcc/testsuite/gcc.dg/compat//struct-by-value-18_x.c:9:1: note: The ABI of passing parameter with 16byte alignment has changed in GCC 4.6 output is: /Users/howarth/gcc/gcc/testsuite/gcc.dg/compat//struct-by-value-18_x.c: In function 'checkScld2': /Users/howarth/gcc/gcc/testsuite/gcc.dg/compat//struct-by-value-18_x.c:9:1: note: The ABI of passing parameter with 16byte alignment has changed in GCC 4.6 FAIL: gcc.dg/compat/struct-by-value-18 c_compat_x_tst.o compile