This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug target/11739] i386 prefetch tests need to made smarter


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2004-10-29 06:56 -------
Subject: Bug 11739

CVSROOT:	/cvs/gcc
Module name:	gcc
Branch: 	gcc-3_2-rhl8-branch
Changes by:	jakub@gcc.gnu.org	2004-10-29 06:56:39

Modified files:
	gcc            : ChangeLog 
	gcc/config/i386: i386.c 
	gcc/testsuite  : ChangeLog 
	gcc/testsuite/gcc.misc-tests: i386-prefetch.exp 

Log message:
	2004-07-09  Jakub Jelinek  <jakub@redhat.com>
	
	* Backport from mainline:
	2004-07-08  Paolo Bonzini  <bonzini@gnu.org>
	Jakub Jelinek  <jakub@redhat.com>
	
	* config/i386/i386.c (override_options): Enable
	SSE prefetches with -mtune, as long as we are
	compiling for i686 or higher.  All i686 processors
	accept SSE prefetches as NOPS, some i586's don't.
	
	2004-07-07  Jakub Jelinek  <jakub@redhat.com>
	
	* config/i386/i386.c (override_options): Don't set x86_prefetch_sse
	from -mtune= option.
	
	2004-07-08  Jakub Jelinek  <jakub@redhat.com>
	
	* gcc.mist-tests/i386-prefetch.exp (PREFETCH_SSE): Change all
	-march=i386 into -march=i686.  Add -march=i686 -mcpu=prescott and
	-march=prescott.
	
	2003-08-04  Janis Johnson  <janis187@us.ibm.com>
	
	PR target/11739
	* gcc.misc-tests/i386-prefetch.exp: Use -march=i386 when specifying
	a value for -mcpu.

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.199&r2=1.13152.2.657.2.27.2.200
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.43&r2=1.368.2.19.2.2.2.44
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcc-3_2-rhl8-branch&r1=1.1672.2.166.2.8.2.83&r2=1.1672.2.166.2.8.2.84
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/gcc.misc-tests/i386-prefetch.exp.diff?cvsroot=gcc&only_with_tag=gcc-3_2-rhl8-branch&r1=1.2&r2=1.2.38.1



-- 


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]