public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/14723] New: Backported -march=nocona from mainline
@ 2004-03-24 18:55 hjl at lucon dot org
  2004-03-24 18:57 ` [Bug target/14723] " hjl at lucon dot org
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: hjl at lucon dot org @ 2004-03-24 18:55 UTC (permalink / raw)
  To: gcc-bugs

Gcc 3.4.0 couldn't optimize Intel new processors. I'd like to
backport the mainline patch:

http://gcc.gnu.org/ml/gcc-patches/2004-02/msg02539.html

-- 
           Summary: Backported -march=nocona from mainline
           Product: gcc
           Version: 3.4.0
            Status: UNCONFIRMED
          Severity: enhancement
          Priority: P2
         Component: target
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: hjl at lucon dot org
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: x86_64-pc-linux-gnu
  GCC host triplet: x86_64-pc-linux-gnu
GCC target triplet: x86_64-pc-linux-gnu


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


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

* [Bug target/14723] Backported -march=nocona from mainline
  2004-03-24 18:55 [Bug target/14723] New: Backported -march=nocona from mainline hjl at lucon dot org
@ 2004-03-24 18:57 ` hjl at lucon dot org
  2004-03-24 19:09 ` [Bug target/14723] [3.4 only] " pinskia at gcc dot gnu dot org
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: hjl at lucon dot org @ 2004-03-24 18:57 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From hjl at lucon dot org  2004-03-24 18:57 -------
Created an attachment (id=5993)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=5993&action=view)
A patch backported from mainline


-- 


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


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

* [Bug target/14723] [3.4 only] Backported -march=nocona from mainline
  2004-03-24 18:55 [Bug target/14723] New: Backported -march=nocona from mainline hjl at lucon dot org
  2004-03-24 18:57 ` [Bug target/14723] " hjl at lucon dot org
@ 2004-03-24 19:09 ` pinskia at gcc dot gnu dot org
  2004-03-24 19:22 ` mmitchel at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-03-24 19:09 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-03-24 19:09 -------
Confirmed. Mark is this too late for 3.4.0? (I think it is.)

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mmitchel at gcc dot gnu dot
                   |                            |org
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2004-03-24 19:09:00
               date|                            |
            Summary|Backported -march=nocona    |[3.4 only] Backported -
                   |from mainline               |march=nocona from mainline
   Target Milestone|---                         |3.4.1


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


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

* [Bug target/14723] [3.4 only] Backported -march=nocona from mainline
  2004-03-24 18:55 [Bug target/14723] New: Backported -march=nocona from mainline hjl at lucon dot org
  2004-03-24 18:57 ` [Bug target/14723] " hjl at lucon dot org
  2004-03-24 19:09 ` [Bug target/14723] [3.4 only] " pinskia at gcc dot gnu dot org
@ 2004-03-24 19:22 ` mmitchel at gcc dot gnu dot org
  2004-03-26 17:28 ` cvs-commit at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: mmitchel at gcc dot gnu dot org @ 2004-03-24 19:22 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From mmitchel at gcc dot gnu dot org  2004-03-24 19:22 -------
Yes, this is too late for GCC 3.4.0.

If this is approved for mainline, we can get this into 3.4.1.

-- 


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


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

* [Bug target/14723] [3.4 only] Backported -march=nocona from mainline
  2004-03-24 18:55 [Bug target/14723] New: Backported -march=nocona from mainline hjl at lucon dot org
                   ` (2 preceding siblings ...)
  2004-03-24 19:22 ` mmitchel at gcc dot gnu dot org
@ 2004-03-26 17:28 ` cvs-commit at gcc dot gnu dot org
  2004-04-21 15:21 ` cvs-commit at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2004-03-26 17:28 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2004-03-26 17:28 -------
Subject: Bug 14723

CVSROOT:	/cvs/gcc
Module name:	gcc
Branch: 	gcc-3_3-branch
Changes by:	hjl@gcc.gnu.org	2004-03-26 17:28:29

Modified files:
	gcc            : ChangeLog config.gcc 
	gcc/config/i386: i386.c 
	gcc/doc        : invoke.texi 

Log message:
	2004-03-26  Jan Hubicka  <jh@suse.cz>
	H.J. Lu  <hongjiu.lu@intel.com>
	
	PR Target/14723
	* config.gcc: Add support --with-cpu=nocona.
	
	* config/i386/i386.c (override_options): Add support for
	Prescott and Nocona.
	
	* doc/invoke.texi: Extend documentation of -mcpu/-march for new
	CPUs.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=1.16114.2.953&r2=1.16114.2.954
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config.gcc.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=1.266.2.22&r2=1.266.2.23
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/i386/i386.c.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=1.495.2.34&r2=1.495.2.35
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/doc/invoke.texi.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=1.209.2.56&r2=1.209.2.57



-- 


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


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

* [Bug target/14723] [3.4 only] Backported -march=nocona from mainline
  2004-03-24 18:55 [Bug target/14723] New: Backported -march=nocona from mainline hjl at lucon dot org
                   ` (3 preceding siblings ...)
  2004-03-26 17:28 ` cvs-commit at gcc dot gnu dot org
@ 2004-04-21 15:21 ` cvs-commit at gcc dot gnu dot org
  2004-04-21 15:36 ` pinskia at gcc dot gnu dot org
  2004-07-01 10:35 ` cvs-commit at gcc dot gnu dot org
  6 siblings, 0 replies; 8+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2004-04-21 15:21 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2004-04-21 15:12 -------
Subject: Bug 14723

CVSROOT:	/cvs/gcc
Module name:	gcc
Branch: 	gcc-3_4-branch
Changes by:	hjl@gcc.gnu.org	2004-04-21 15:12:43

Modified files:
	gcc            : ChangeLog config.gcc 
	gcc/config/i386: i386.c i386.h 
	gcc/doc        : invoke.texi 

Log message:
	2004-04-21  H.J. Lu  <hongjiu.lu@intel.com>
	
	* PR target/14723
	Backport from mainline:
	2004-02-14  Jan Hubicka  <jh@suse.cz>
	
	* config.gcc: Add support for nocona/prescott/pentium-m/pentium3m
	/pentium4m.
	* i386.c (override_options): Add support for new CPUs.
	* i386.h (TARGET_CPU_DEFAULT_NAMES): New names.
	(TARGET_CPU_DEFAULT_pentium_m, TARGET_CPU_DEFAULT_pentium4e): New
	constants.
	* invoke.texi: Extend documentation of -mtune/-march for new CPUs.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcc-3_4-branch&r1=2.2326.2.400&r2=2.2326.2.401
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config.gcc.diff?cvsroot=gcc&only_with_tag=gcc-3_4-branch&r1=1.420.2.13&r2=1.420.2.14
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/i386/i386.c.diff?cvsroot=gcc&only_with_tag=gcc-3_4-branch&r1=1.635.2.8&r2=1.635.2.9
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/i386/i386.h.diff?cvsroot=gcc&only_with_tag=gcc-3_4-branch&r1=1.368.2.3&r2=1.368.2.4
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/doc/invoke.texi.diff?cvsroot=gcc&only_with_tag=gcc-3_4-branch&r1=1.390.2.24&r2=1.390.2.25



-- 


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


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

* [Bug target/14723] [3.4 only] Backported -march=nocona from mainline
  2004-03-24 18:55 [Bug target/14723] New: Backported -march=nocona from mainline hjl at lucon dot org
                   ` (4 preceding siblings ...)
  2004-04-21 15:21 ` cvs-commit at gcc dot gnu dot org
@ 2004-04-21 15:36 ` pinskia at gcc dot gnu dot org
  2004-07-01 10:35 ` cvs-commit at gcc dot gnu dot org
  6 siblings, 0 replies; 8+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-04-21 15:36 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-04-21 15:27 -------
Fixed in 3.4.1.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED


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


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

* [Bug target/14723] [3.4 only] Backported -march=nocona from mainline
  2004-03-24 18:55 [Bug target/14723] New: Backported -march=nocona from mainline hjl at lucon dot org
                   ` (5 preceding siblings ...)
  2004-04-21 15:36 ` pinskia at gcc dot gnu dot org
@ 2004-07-01 10:35 ` cvs-commit at gcc dot gnu dot org
  6 siblings, 0 replies; 8+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2004-07-01 10:35 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2004-07-01 10:35 -------
Subject: Bug 14723

CVSROOT:	/cvs/gcc
Module name:	gcc
Branch: 	gcc-3_2-rhl8-branch
Changes by:	jakub@gcc.gnu.org	2004-07-01 10:35:02

Modified files:
	gcc            : ChangeLog config.gcc 
	gcc/config/i386: i386.c i386.h i386.md pmmintrin.h 
	gcc/doc        : invoke.texi 

Log message:
	2004-04-14  Jakub Jelinek  <jakub@redhat.com>
	
	* config/i386/i386.c (override_options): Add PTA_64BIT, set it
	for nocona, x86-64.  Add k8, opteron, athlon64 and athlon-fx
	CPUs.  Issue error if selected CPU doesn't have PTA_64BIT set
	instead of checking for PROCESSOR_ATHLON.
	* config/i386/i386.h (TARGET_CPU_DEFAULT_x86_64): Define.
	(TARGET_CPU_DEFAULT_nocona): Define.
	(TARGET_CPU_DEFAULT_NAMES): Add "x86-64" and "nocona".
	(CPP_CPU_DEFAULT_SPEC): Define for x86_64 and nocona default
	CPUs.
	* config.gcc (x86_64-*-*): Set target_cpu_default2 to
	TARGET_CPU_DEFAULT_x86_64 or TARGET_CPU_DEFAULT_nocona.
	
	2004-04-14  H.J. Lu  <hongjiu.lu@intel.com>
	Jakub Jelinek  <jakub@redhat.com>
	
	* config/i386/i386.h (CPP_CPUCOMMON_SPEC): Support Prescott and
	Nocona.
	
	2004-03-26  Jan Hubicka  <jh@suse.cz>
	H.J. Lu  <hongjiu.lu@intel.com>
	
	PR target/14723
	* config.gcc: Add support --with-cpu=nocona.
	
	* config/i386/i386.c (override_options): Add support for
	Prescott and Nocona.
	
	* doc/invoke.texi: Extend documentation of -mcpu/-march for new
	CPUs.
	
	2004-02-06  Kelley Cook  <kcook@gcc.gnu.org>
	
	* config/i386/i386.c: Rename pni to sse3.
	* config/i386/i386.h: Likewise.
	* config/i386/i386.md: Likewise.
	* config/i386/pmmintrin.h: Likewise.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcc-3_2-rhl8-branch&r1=1.13152.2.657.2.27.2.193&r2=1.13152.2.657.2.27.2.194
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config.gcc.diff?cvsroot=gcc&only_with_tag=gcc-3_2-rhl8-branch&r1=1.167.2.23.2.1.2.7&r2=1.167.2.23.2.1.2.8
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/i386/i386.c.diff?cvsroot=gcc&only_with_tag=gcc-3_2-rhl8-branch&r1=1.368.2.19.2.2.2.41&r2=1.368.2.19.2.2.2.42
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/i386/i386.h.diff?cvsroot=gcc&only_with_tag=gcc-3_2-rhl8-branch&r1=1.243.2.8.4.21&r2=1.243.2.8.4.22
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/i386/i386.md.diff?cvsroot=gcc&only_with_tag=gcc-3_2-rhl8-branch&r1=1.339.2.13.2.1.2.21&r2=1.339.2.13.2.1.2.22
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/i386/pmmintrin.h.diff?cvsroot=gcc&only_with_tag=gcc-3_2-rhl8-branch&r1=1.1.14.1&r2=1.1.14.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/doc/invoke.texi.diff?cvsroot=gcc&only_with_tag=gcc-3_2-rhl8-branch&r1=1.119.2.12.4.2.2.10&r2=1.119.2.12.4.2.2.11



-- 


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


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

end of thread, other threads:[~2004-07-01 10:35 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-03-24 18:55 [Bug target/14723] New: Backported -march=nocona from mainline hjl at lucon dot org
2004-03-24 18:57 ` [Bug target/14723] " hjl at lucon dot org
2004-03-24 19:09 ` [Bug target/14723] [3.4 only] " pinskia at gcc dot gnu dot org
2004-03-24 19:22 ` mmitchel at gcc dot gnu dot org
2004-03-26 17:28 ` cvs-commit at gcc dot gnu dot org
2004-04-21 15:21 ` cvs-commit at gcc dot gnu dot org
2004-04-21 15:36 ` pinskia at gcc dot gnu dot org
2004-07-01 10:35 ` cvs-commit at gcc dot gnu dot 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).