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

Re: possible problem in i386.h?


Brad Lucier <lucier@math.purdue.edu> writes:

>> You're right, I've committed the appended patch as obvious.
>
> How about line 616 in i386.h?
>
> %{march=mcpu=pentium4: -D__SSE2__ }\

:-(

One more bug.  But I'd like to get a comment from somebody else on it
before I commit it.

Andreas

2002-01-11  Andreas Jaeger  <aj@suse.de>,
	    Brad Lucier <lucier@math.purdue.edu>

	* config/i386/i386.h (CPP_CPUCOMMON_SPEC): Remove duplicated
	march.

============================================================
Index: gcc/config/i386/i386.h
--- gcc/config/i386/i386.h	2002/01/11 06:29:51	1.235
+++ gcc/config/i386/i386.h	2002/01/11 06:56:39
@@ -613,7 +613,7 @@
 |march=athlon-mp: -D__3dNOW__ }\
 %{march=athlon|march=athlon-tbird|march=athlon-4|march=athlon-xp\
 |march=athlon-mp: -D__3dNOW_A__ }\
-%{march=mcpu=pentium4: -D__SSE2__ }\
+%{march=pentium4: -D__SSE2__ }\
 %{!march*:%{!mcpu*:%{!m386:%{!m486:%{!mpentium*:%(cpp_cpu_default)}}}}}"
 
 #ifndef CPP_CPU_SPEC

-- 
 Andreas Jaeger
  SuSE Labs aj@suse.de
   private aj@arthur.inka.de
    http://www.suse.de/~aj


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