public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "ro at gcc dot gnu.org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug target/46280] New: [4.6 regression] Several testcases FAIL with 16byte alignment ABI warning on Solaris 8/9 x86
Date: Tue, 02 Nov 2010 22:16:00 -0000	[thread overview]
Message-ID: <bug-46280-4@http.gcc.gnu.org/bugzilla/> (raw)

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46280

           Summary: [4.6 regression] Several testcases FAIL with 16byte
                    alignment ABI warning on Solaris 8/9 x86
           Product: gcc
           Version: 4.6.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: target
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: ro@gcc.gnu.org
                CC: hjl@gcc.gnu.org
              Host: i386-pc-solaris2.[89]
            Target: i386-pc-solaris2.[89]
             Build: i386-pc-solaris2.[89]


Between 20101022 and 20101029, several testcases started to FAIL on Solaris 8
and 9/x86, e.g. 

+FAIL: g++.dg/eh/simd-2.C (test for excess errors)

Excess errors:
/vol/gcc/src/hg/trunk/local/gcc/testsuite/g++.dg/eh/simd-2.C:13:8: note: The
ABI of passing parameter with 16byte alignment has changed in GCC 4.6

This is almost certainly related to this patch

2010-10-26  H.J. Lu  <hongjiu.lu@intel.com>

    PR target/44948
    * config/i386/i386.c (ix86_old_function_arg_boundary): New.
    (ix86_function_arg_boundary): Always align parameters on stack
    in 64bit and align parameters with alignment >= 16byte on stack
    in 32bit.  Warn alignment change.

and the fact that those targets default to -march=pentiumpro instead of
-march=pentium4, since the tests pass with -march=pentium4.

Here's the list of affected testcases:

g++.dg/eh/simd-2.C
g++.dg/opt/combine.C
g++.dg/torture/pr36444.C
g++.dg/torture/pr36445.C
gcc.c-torture/compile/pr34856.c
gcc.c-torture/compile/pr39928-1.c
gcc.c-torture/compile/vector-1.c
gcc.c-torture/compile/vector-2.c
gcc.c-torture/execute/va-arg-25.c
gcc.c-torture/execute/vector-1.c
gcc.c-torture/execute/vector-2.c
gcc.dg/pr32912-1.c
gcc.dg/tree-ssa/forwprop-5.c
gcc.dg/tree-ssa/fre-vce-1.c
gcc.dg/tree-ssa/sra-4.c
gcc.dg/tree-ssa/vector-1.c
gcc.dg/tree-ssa/vector-2.c
gcc.target/i386/vect-args.c


             reply	other threads:[~2010-11-02 22:16 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-11-02 22:16 ro at gcc dot gnu.org [this message]
2010-11-02 22:24 ` [Bug target/46280] " hjl.tools at gmail dot com
2010-11-03 10:59 ` rguenth at gcc dot gnu.org
2010-11-03 11:26 ` ro at gcc dot gnu.org
2010-11-03 11:35 ` ubizjak at gmail dot com
2010-11-05 19:51 ` ro at gcc dot gnu.org
2010-11-08 17:45 ` ro at gcc dot gnu.org
2010-11-08 17:49 ` ro at gcc dot gnu.org

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=bug-46280-4@http.gcc.gnu.org/bugzilla/ \
    --to=gcc-bugzilla@gcc.gnu.org \
    --cc=gcc-bugs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).