This is the mail archive of the gcc-patches@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]

[PATCH] [3.2 branch] Fix PR c/9678


Hi,

BAN Nobuhiro spotted a typo in the CPP_CPUCOMMON_SPEC for x86.
Bootstrapped/regtested on i586-redhat-linux-gnu for the sake of completeness.

-- 
Eric Botcazou


2003-02-20  BAN Nobuhiro   <ban at ipl dot t dot u-tokyo dot ac dot jp>

	PR c/9678
	* config/i386/i386.h (CPP_CPUCOMMON_SPEC): Fix typo.
Index: config/i386/i386.h
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config/i386/i386.h,v
retrieving revision 1.243.2.8.2.7
diff -u -r1.243.2.8.2.7 i386.h
--- config/i386/i386.h	6 Feb 2003 10:59:20 -0000	1.243.2.8.2.7
+++ config/i386/i386.h	20 Feb 2003 08:26:36 -0000
@@ -587,7 +587,7 @@
 %{march=pentiumpro|march=i686|march=pentium2|march=pentium3:-D__i686 -D__i686__ \
   -D__pentiumpro -D__pentiumpro__ \
   %{!mcpu*:-D__tune_i686__ -D__tune_pentiumpro__ }}\
-%{march=march=pentium2|march=pentium3: -D__pentium2 -D__pentium2__\
+%{march=pentium2|march=pentium3: -D__pentium2 -D__pentium2__\
   %{!mcpu*:-D__tune_pentium2__ }}\
 %{march=pentium3: -D__pentium3 -D__pentium3__\
   %{!mcpu*:-D__tune_pentium3__ }}\

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