public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/44452] gcc.target/i386/abi-2.c and gcc.target/i386/pr22076.c fail on 32-bit Solaris 10+/x86
       [not found] <bug-44452-4@http.gcc.gnu.org/bugzilla/>
@ 2010-09-28 19:51 ` ro at gcc dot gnu.org
  2010-09-28 20:27 ` ro at gcc dot gnu.org
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 5+ messages in thread
From: ro at gcc dot gnu.org @ 2010-09-28 19:51 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #1 from Rainer Orth <ro at gcc dot gnu.org> 2010-09-28 16:24:17 UTC ---
Author: ro
Date: Tue Sep 28 16:24:11 2010
New Revision: 164687

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=164687
Log:
    gcc/testsuite:
    PR target/44452
    * gcc.target/i386/pr22076.c: Add -mno-vect8-ret-in-mem on
    i?86-*-solaris2.[89], *-*-vxworks*.
    * gcc.target/i386/pr22152.c: Likewise.
    * gcc.target/i386/vect8-ret.c: New test.

    gcc:
    PR target/44452
    * config/i386/i386.opt (mvect8-ret-in-mem): Define.
    * config/i386/i386.c (ix86_target_string): Handle -mvect8-ret-in-mem.
    (ix86_solaris_return_in_memory): Remove.
    * config/i386/i386-protos.h (ix86_solaris_return_in_memory): Remove.
    * config/i386/sol2.h (SUBTARGET_RETURN_IN_MEMORY): Remove.
    (TARGET_SUBTARGET_DEFAULT): Redefine.
    * config/i386/sol2-10.h (TARGET_SUBTARGET_DEFAULT): Update comment.
    * config/i386/vx-common.h (SUBTARGET_RETURN_IN_MEMORY): Remove.
    (TARGET_SUBTARGET_DEFAULT): Redefine.
    * doc/invoke.texi (Option Summary, i386 and x86-64 Options): Add
    -mvect8-ret-in-mem.
    (i386 and x86-64 Options): Document -mvect8-ret-in-mem.

Added:
    trunk/gcc/testsuite/gcc.target/i386/vect8-ret.c
Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/config/i386/i386-protos.h
    trunk/gcc/config/i386/i386.c
    trunk/gcc/config/i386/i386.opt
    trunk/gcc/config/i386/sol2-10.h
    trunk/gcc/config/i386/sol2.h
    trunk/gcc/config/i386/vx-common.h
    trunk/gcc/doc/invoke.texi
    trunk/gcc/testsuite/ChangeLog
    trunk/gcc/testsuite/gcc.target/i386/pr22076.c
    trunk/gcc/testsuite/gcc.target/i386/pr22152.c


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug target/44452] gcc.target/i386/abi-2.c and gcc.target/i386/pr22076.c fail on 32-bit Solaris 10+/x86
       [not found] <bug-44452-4@http.gcc.gnu.org/bugzilla/>
  2010-09-28 19:51 ` [Bug target/44452] gcc.target/i386/abi-2.c and gcc.target/i386/pr22076.c fail on 32-bit Solaris 10+/x86 ro at gcc dot gnu.org
@ 2010-09-28 20:27 ` ro at gcc dot gnu.org
  2010-09-28 20:33 ` ro at gcc dot gnu.org
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 5+ messages in thread
From: ro at gcc dot gnu.org @ 2010-09-28 20:27 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #2 from Rainer Orth <ro at gcc dot gnu.org> 2010-09-28 16:53:53 UTC ---
Author: ro
Date: Tue Sep 28 16:53:49 2010
New Revision: 164690

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=164690
Log:
    PR target/44452
    * gcc.target/i386/abi-2.c: XFAIL on i?86-*-solaris2* && ilp32.
    * gcc.target/i386/pr22076.c: Skip on i?86-solaris2* && ilp32.

Modified:
    branches/gcc-4_5-branch/gcc/testsuite/ChangeLog
    branches/gcc-4_5-branch/gcc/testsuite/gcc.target/i386/abi-2.c
    branches/gcc-4_5-branch/gcc/testsuite/gcc.target/i386/pr22076.c


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug target/44452] gcc.target/i386/abi-2.c and gcc.target/i386/pr22076.c fail on 32-bit Solaris 10+/x86
       [not found] <bug-44452-4@http.gcc.gnu.org/bugzilla/>
  2010-09-28 19:51 ` [Bug target/44452] gcc.target/i386/abi-2.c and gcc.target/i386/pr22076.c fail on 32-bit Solaris 10+/x86 ro at gcc dot gnu.org
  2010-09-28 20:27 ` ro at gcc dot gnu.org
@ 2010-09-28 20:33 ` ro at gcc dot gnu.org
  2010-09-28 20:34 ` ro at gcc dot gnu.org
  2010-09-28 20:44 ` ro at gcc dot gnu.org
  4 siblings, 0 replies; 5+ messages in thread
From: ro at gcc dot gnu.org @ 2010-09-28 20:33 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #3 from Rainer Orth <ro at gcc dot gnu.org> 2010-09-28 16:55:43 UTC ---
Author: ro
Date: Tue Sep 28 16:55:40 2010
New Revision: 164691

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=164691
Log:
    PR target/44452
    * gcc.target/i386/abi-2.c: XFAIL on i?86-*-solaris2* && ilp32.
    * gcc.target/i386/pr22076.c: Skip on i?86-solaris2* && ilp32.

Modified:
    branches/gcc-4_4-branch/gcc/testsuite/ChangeLog
    branches/gcc-4_4-branch/gcc/testsuite/gcc.target/i386/abi-2.c
    branches/gcc-4_4-branch/gcc/testsuite/gcc.target/i386/pr22076.c


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug target/44452] gcc.target/i386/abi-2.c and gcc.target/i386/pr22076.c fail on 32-bit Solaris 10+/x86
       [not found] <bug-44452-4@http.gcc.gnu.org/bugzilla/>
                   ` (2 preceding siblings ...)
  2010-09-28 20:33 ` ro at gcc dot gnu.org
@ 2010-09-28 20:34 ` ro at gcc dot gnu.org
  2010-09-28 20:44 ` ro at gcc dot gnu.org
  4 siblings, 0 replies; 5+ messages in thread
From: ro at gcc dot gnu.org @ 2010-09-28 20:34 UTC (permalink / raw)
  To: gcc-bugs

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

Rainer Orth <ro at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |ASSIGNED
                URL|                            |http://gcc.gnu.org/ml/gcc-p
                   |                            |atches/2010-09/msg02190.htm
                   |                            |l
   Last reconfirmed|                            |2010.09.28 17:00:25
               date|                            |
   Target Milestone|---                         |4.6.0
     Ever Confirmed|0                           |1

--- Comment #4 from Rainer Orth <ro at gcc dot gnu.org> 2010-09-28 17:00:25 UTC ---
Assign to self, patch above.


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug target/44452] gcc.target/i386/abi-2.c and gcc.target/i386/pr22076.c fail on 32-bit Solaris 10+/x86
       [not found] <bug-44452-4@http.gcc.gnu.org/bugzilla/>
                   ` (3 preceding siblings ...)
  2010-09-28 20:34 ` ro at gcc dot gnu.org
@ 2010-09-28 20:44 ` ro at gcc dot gnu.org
  4 siblings, 0 replies; 5+ messages in thread
From: ro at gcc dot gnu.org @ 2010-09-28 20:44 UTC (permalink / raw)
  To: gcc-bugs

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

Rainer Orth <ro at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
      Known to work|                            |4.6.0
         Resolution|                            |FIXED
      Known to fail|                            |4.4.5, 4.5.2

--- Comment #5 from Rainer Orth <ro at gcc dot gnu.org> 2010-09-28 17:03:05 UTC ---
Fixed for 4.6.0, backport inappropriate for 4.4 and 4.5 branches.


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2010-09-28 17:03 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-44452-4@http.gcc.gnu.org/bugzilla/>
2010-09-28 19:51 ` [Bug target/44452] gcc.target/i386/abi-2.c and gcc.target/i386/pr22076.c fail on 32-bit Solaris 10+/x86 ro at gcc dot gnu.org
2010-09-28 20:27 ` ro at gcc dot gnu.org
2010-09-28 20:33 ` ro at gcc dot gnu.org
2010-09-28 20:34 ` ro at gcc dot gnu.org
2010-09-28 20:44 ` ro at gcc dot gnu.org

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).