public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
* Re: c/9678: Incorrect specs for cpp_cpucommon on i386
@ 2003-02-20  8:44 ebotcazou
  0 siblings, 0 replies; 3+ messages in thread
From: ebotcazou @ 2003-02-20  8:44 UTC (permalink / raw)
  To: ban, ebotcazou, gcc-bugs, gcc-prs, nobody

Synopsis: Incorrect specs for cpp_cpucommon on i386

Responsible-Changed-From-To: unassigned->ebotcazou
Responsible-Changed-By: ebotcazou
Responsible-Changed-When: Thu Feb 20 08:44:49 2003
Responsible-Changed-Why:
    Taking care of the formal patch submission.
State-Changed-From-To: open->analyzed
State-Changed-By: ebotcazou
State-Changed-When: Thu Feb 20 08:44:49 2003
State-Changed-Why:
    Obviously a bug.

http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=9678


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

* Re: c/9678: Incorrect specs for cpp_cpucommon on i386
@ 2003-02-20 20:15 ebotcazou
  0 siblings, 0 replies; 3+ messages in thread
From: ebotcazou @ 2003-02-20 20:15 UTC (permalink / raw)
  To: ban, ebotcazou, gcc-bugs, gcc-prs

Synopsis: Incorrect specs for cpp_cpucommon on i386

State-Changed-From-To: analyzed->closed
State-Changed-By: ebotcazou
State-Changed-When: Thu Feb 20 20:15:01 2003
State-Changed-Why:
    Fixed. Thanks for the patch!

http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=9678


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

* c/9678: Incorrect specs for cpp_cpucommon on i386
@ 2003-02-12 21:56 BAN Nobuhiro
  0 siblings, 0 replies; 3+ messages in thread
From: BAN Nobuhiro @ 2003-02-12 21:56 UTC (permalink / raw)
  To: gcc-gnats


>Number:         9678
>Category:       c
>Synopsis:       Incorrect specs for cpp_cpucommon on i386
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Wed Feb 12 21:56:00 UTC 2003
>Closed-Date:
>Last-Modified:
>Originator:     BAN Nobuhiro
>Release:        3.2.2
>Organization:
>Environment:
i386
>Description:
    ``gcc -march=pentium2'' does not give some options
(``-D__pentium2 -D__pentium2__'') to cc1.
>How-To-Repeat:
    % gcc -march=pentium2 -v --help
    % gcc -march=march=pentium2 -v --help
>Fix:
    Aapply this:

--- gcc-3.2.2/gcc/config/i386/i386.h.orig	Tue Dec 10 09:40:11 2002
+++ gcc-3.2.2/gcc/config/i386/i386.h	Thu Feb 13 06:44:47 2003
@@ -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__ }}\
>Release-Note:
>Audit-Trail:
>Unformatted:


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

end of thread, other threads:[~2003-02-20 20:15 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-02-20  8:44 c/9678: Incorrect specs for cpp_cpucommon on i386 ebotcazou
  -- strict thread matches above, loose matches on Subject: below --
2003-02-20 20:15 ebotcazou
2003-02-12 21:56 BAN Nobuhiro

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).