possible problem in i386.h?
Andreas Jaeger
aj@suse.de
Fri Jan 11 01:36:00 GMT 2002
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
More information about the Gcc
mailing list