public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/48171] New: Missing "Save" on -mavx and -mfma
@ 2011-03-17 17:58 hjl.tools at gmail dot com
  2011-03-17 18:14 ` [Bug target/48171] " hjl.tools at gmail dot com
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: hjl.tools at gmail dot com @ 2011-03-17 17:58 UTC (permalink / raw)
  To: gcc-bugs

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

           Summary: Missing "Save" on -mavx and -mfma
           Product: gcc
           Version: 4.6.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: target
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: hjl.tools@gmail.com
                CC: jsm28@gcc.gnu.org, ubizjak@gmail.com


"Save" is missing on -mavx and -mfma in i386.opt:

[hjl@gnu-6 i386]$ grep ISA_ i386.opt  | grep -v Save
int ix86_isa_flags = TARGET_64BIT_DEFAULT | TARGET_SUBTARGET_ISA_DEFAULT
Target Report Mask(ISA_AVX) Var(ix86_isa_flags)
Target Report Mask(ISA_FMA) Var(ix86_isa_flags)
[hjl@gnu-6 i386]$


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

* [Bug target/48171] Missing "Save" on -mavx and -mfma
  2011-03-17 17:58 [Bug target/48171] New: Missing "Save" on -mavx and -mfma hjl.tools at gmail dot com
@ 2011-03-17 18:14 ` hjl.tools at gmail dot com
  2011-03-17 19:52 ` hjl at gcc dot gnu.org
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: hjl.tools at gmail dot com @ 2011-03-17 18:14 UTC (permalink / raw)
  To: gcc-bugs

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

H.J. Lu <hjl.tools at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                URL|                            |http://gcc.gnu.org/ml/gcc-p
                   |                            |atches/2011-03/msg01046.htm
                   |                            |l

--- Comment #1 from H.J. Lu <hjl.tools at gmail dot com> 2011-03-17 17:58:20 UTC ---
A patch is posted at

http://gcc.gnu.org/ml/gcc-patches/2011-03/msg01046.html


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

* [Bug target/48171] Missing "Save" on -mavx and -mfma
  2011-03-17 17:58 [Bug target/48171] New: Missing "Save" on -mavx and -mfma hjl.tools at gmail dot com
  2011-03-17 18:14 ` [Bug target/48171] " hjl.tools at gmail dot com
@ 2011-03-17 19:52 ` hjl at gcc dot gnu.org
  2011-03-18 12:43 ` hjl at gcc dot gnu.org
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: hjl at gcc dot gnu.org @ 2011-03-17 19:52 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #2 from hjl at gcc dot gnu.org <hjl at gcc dot gnu.org> 2011-03-17 19:23:37 UTC ---
Author: hjl
Date: Thu Mar 17 19:23:34 2011
New Revision: 171107

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=171107
Log:
Add Save to -mavx and -mfma.

2011-03-17  H.J. Lu  <hongjiu.lu@intel.com>

    PR target/48171
    * config/i386/i386.opt: Add Save to -mavx and -mfma.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/config/i386/i386.opt


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

* [Bug target/48171] Missing "Save" on -mavx and -mfma
  2011-03-17 17:58 [Bug target/48171] New: Missing "Save" on -mavx and -mfma hjl.tools at gmail dot com
  2011-03-17 18:14 ` [Bug target/48171] " hjl.tools at gmail dot com
  2011-03-17 19:52 ` hjl at gcc dot gnu.org
@ 2011-03-18 12:43 ` hjl at gcc dot gnu.org
  2011-03-18 12:48 ` hjl at gcc dot gnu.org
  2011-03-18 13:23 ` hjl.tools at gmail dot com
  4 siblings, 0 replies; 6+ messages in thread
From: hjl at gcc dot gnu.org @ 2011-03-18 12:43 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #3 from hjl at gcc dot gnu.org <hjl at gcc dot gnu.org> 2011-03-18 12:42:29 UTC ---
Author: hjl
Date: Fri Mar 18 12:42:24 2011
New Revision: 171135

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=171135
Log:
Add Save to -mavx and -mfma.

2011-03-18  H.J. Lu  <hongjiu.lu@intel.com>

    Backport from mainline
    2011-03-17  H.J. Lu  <hongjiu.lu@intel.com>

    PR target/48171
    * config/i386/i386.opt: Add Save to -mavx and -mfma.

Modified:
    branches/gcc-4_6-branch/gcc/ChangeLog
    branches/gcc-4_6-branch/gcc/config/i386/i386.opt


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

* [Bug target/48171] Missing "Save" on -mavx and -mfma
  2011-03-17 17:58 [Bug target/48171] New: Missing "Save" on -mavx and -mfma hjl.tools at gmail dot com
                   ` (2 preceding siblings ...)
  2011-03-18 12:43 ` hjl at gcc dot gnu.org
@ 2011-03-18 12:48 ` hjl at gcc dot gnu.org
  2011-03-18 13:23 ` hjl.tools at gmail dot com
  4 siblings, 0 replies; 6+ messages in thread
From: hjl at gcc dot gnu.org @ 2011-03-18 12:48 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #4 from hjl at gcc dot gnu.org <hjl at gcc dot gnu.org> 2011-03-18 12:47:40 UTC ---
Author: hjl
Date: Fri Mar 18 12:47:37 2011
New Revision: 171136

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=171136
Log:
Add Save to -mavx and -mfma.

2011-03-18  H.J. Lu  <hongjiu.lu@intel.com>

    Backport from mainline
    2011-03-17  H.J. Lu  <hongjiu.lu@intel.com>

    PR target/48171
    * config/i386/i386.opt: Add Save to -mavx and -mfma.

Modified:
    branches/gcc-4_5-branch/gcc/ChangeLog
    branches/gcc-4_5-branch/gcc/config/i386/i386.opt


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

* [Bug target/48171] Missing "Save" on -mavx and -mfma
  2011-03-17 17:58 [Bug target/48171] New: Missing "Save" on -mavx and -mfma hjl.tools at gmail dot com
                   ` (3 preceding siblings ...)
  2011-03-18 12:48 ` hjl at gcc dot gnu.org
@ 2011-03-18 13:23 ` hjl.tools at gmail dot com
  4 siblings, 0 replies; 6+ messages in thread
From: hjl.tools at gmail dot com @ 2011-03-18 13:23 UTC (permalink / raw)
  To: gcc-bugs

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

H.J. Lu <hjl.tools at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|---                         |4.5.3

--- Comment #5 from H.J. Lu <hjl.tools at gmail dot com> 2011-03-18 12:48:19 UTC ---
Fixed.


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

end of thread, other threads:[~2011-03-18 12:48 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-03-17 17:58 [Bug target/48171] New: Missing "Save" on -mavx and -mfma hjl.tools at gmail dot com
2011-03-17 18:14 ` [Bug target/48171] " hjl.tools at gmail dot com
2011-03-17 19:52 ` hjl at gcc dot gnu.org
2011-03-18 12:43 ` hjl at gcc dot gnu.org
2011-03-18 12:48 ` hjl at gcc dot gnu.org
2011-03-18 13:23 ` hjl.tools at gmail dot com

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